Color #B51337 Color / Colour Code #B51337

    This page shows the hex color code for color #b51337 (#B51337). The colour is a red tone with 81% saturation and 39% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #B51337

    Color Conversions

    HEX
    #B51337
    RGB
    rgb(181, 19, 55)
    HSL
    hsl(347, 81%, 39%)
    HSV
    hsv(347, 90%, 71%)
    CMYK
    cmyk(0%, 90%, 70%, 29%)

    Accessibility Contrast

    WCAG contrast ratios for #B51337 against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    6.75:1
    AA PassAA Large PassAAA Fail
    Sample Text
    vs Black (#000000)
    3.11:1
    AA FailAA Large PassAAA Fail
    Sample Text
    vs Light Gray (#EEEEEE)
    5.81:1
    AA PassAA Large PassAAA Fail

    Complementary Colors

    #B51337 paired with its color wheel opposite for maximum contrast.

    Analogous Colors

    Hues at 317, 347, and 17 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 347, 107, and 227 degrees.

    Color Palettes Using #B51337

    Monochromatic Scale

    Five shades at lightness levels 15% through 85% while keeping hue at 347 and saturation at 81%. Use the darkest shade for text and the lightest for backgrounds to build a cohesive single-hue design system.

    #450715 #8A0F29 #E71845 #F0758F #F8BAC7
    Warm Harmony

    Adjacent hues from 347 to 32 degrees create a warm, unified palette. This analogous scheme works for marketing materials, seasonal campaigns, and any design that needs visual warmth without clashing colors.

    #E83058 #E83730 #E86430 #E89230
    Cool Contrast

    Combines the base color at hue 347 with its complement at 167 and two adjacent cool tones. This split-complementary approach provides strong visual contrast while remaining more balanced than a pure complementary scheme.

    #D9264D #26D9B2 #26A6D9 #264DD9
    Pastel Variation

    Five evenly spaced hues at 40% saturation and 80% lightness. Pastels are gentle on the eyes and work well for dashboards, onboarding screens, category tags, and any interface where multiple distinct colors are needed without visual aggression.

    #E0B8C0 #E0D8B8 #C0E0B8 #B8E0D8 #B8C0E0

    Shades & Tints of #B51337

    Lightness variations at hue 347 and 81% saturation.

    CSS Gradients with #B51337

    Red to Cyan
    linear-gradient(135deg, #b51337, #13b491)
    Analogous Fade
    linear-gradient(90deg, #b51337, #b44113)
    Deep to Light
    linear-gradient(180deg, #530919, #f6acbc)
    Tricolor Sweep
    linear-gradient(135deg, #b41336, #36b413, #1336b4)

    Design Use Cases for #B51337

    Vibrant Brand Color

    #B51337 has a strong 81% saturation that makes it ideal for brand identity elements. Use it for logos, primary call-to-action buttons, hero section accents, and marketing materials where visual impact matters. This saturation level is eye-catching without being harsh.

    Primary Interface Color

    At 39% lightness, #B51337 is in the mid-range, making it ideal for interactive elements like buttons, links, and selected states. This lightness level ensures good contrast against both light and dark adjacent elements in most layouts.

    Urgency & Energy Signaling

    #B51337 falls in the red spectrum (hue 347). Red triggers urgency and excitement, making it effective for sale badges, countdown timers, error messages, and "limited time" labels. In data visualization, use it to flag negative values or critical thresholds.

    Gradient Pairing

    Create a gradient from #B51337 (hue 347) to its complement at hue 167. For a subtler effect, try pairing with an analogous color at hue 17. Use CSS: background: linear-gradient(135deg, #b51337, #13b491);

    CSS Code for #B51337

    /* Background */
    background-color: #b51337;
    background-color: rgb(181, 19, 55);
    background-color: hsl(347, 81%, 39%);
    /* Text */
    color: #b51337;
    /* Border */
    border: 2px solid #b51337;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(181, 19, 55, 0.3);
    /* CSS Variable */
    --color-primary: 347 81% 39%;

    Similar Colors

    Colors visually similar to #B51337 based on RGB, lightness, and hue variations.

    Use This Color in Design Tools

    Apply #B51337 across image editing and color design tools.

    About Color #B51337 (#B51337)

    #B51337 is a red color (colour) with RGB channel values of 181 red, 19 green, and 55 blue. The red channel is dominant by a ratio of 9.5:1 over the weakest channel. In HSL terms, the hue sits at 347 degrees with 81% saturation and 39% lightness, placing it in the warm range of the colour spectrum.

    The perceived brightness of #B51337 is 72/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This appears dark to the human eye, so pair it with light text for adequate readability. For print production, the CMYK equivalent is 0% cyan, 90% magenta, 70% yellow, and 29% key (black).

    The WCAG contrast ratio of #B51337 against white is 6.75:1 and against black is 3.11:1. This meets the AA requirement (4.5:1) for normal text on white. For AAA compliance, consider darkening to at least 27% lightness.

    The complementary colour #13B491 creates maximum visual tension when paired with #B51337. For more harmonious color combinations, use the analogous colours #B41386 and #B44113, which sit 30 degrees on either side of the hue wheel. To build a complete design system, start with the monochromatic scale above for consistent shade variations, then add one complementary or triadic accent for interactive elements.

    How to Explore Color #B51337

    1. Enter your color value in HEX format.
    2. The tool converts it to RGB, HSL, CMYK format in real time.
    3. Copy the converted value to your clipboard.

    Color Converter · Contrast Checker

    What is HEX to RGB, HSL, CMYK color conversion

    Converting from HEX to RGB, HSL, CMYK translates a color value between two different color models. Different color models are used in web design (HEX, RGB), print (CMYK), and color theory (HSL, HSV).

    Related Tools & Colors

    Frequently Asked Questions

    What color / colour is #B51337?
    #B51337 is Color #B51337, a red color (colour) with RGB(181, 19, 55), HSL(347, 81%, 39%), and CMYK(0%, 90%, 70%, 29%). Its perceived brightness is 72/255.
    Is #B51337 accessible for text?
    Against white, #B51337 has a contrast ratio of 6.75:1 (passes AA for normal text). Against black, it has 3.11:1 (fails AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #B51337?
    The complementary colour is #13B491 (hue 167). For subtle color combinations, use analogous colours #B41386 and #B44113. The triadic palette adds #36B413 and #1336B4 for vibrant variety.
    How do I use #B51337 in CSS?
    Use any format: color: #b51337; or rgb(181, 19, 55); or hsl(347, 81%, 39%). For CSS custom properties: --color-primary: 347 81% 39%; then use it as hsl(var(--color-primary)).
    Is this color / colour explorer free?
    Yes, completely free with no signup required. All colour calculations run in your browser. You can explore any valid hex color code, not just the pre-generated palette.