#BD4924
A medium, moderate red closely aligning with Firebrick.
About #BD4924
At its core, #BD4924 is a medium and moderate hue. Its closest recognized web color is Firebrick. In the RGB color space, it consists of 189 red, 73 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 61% Magenta, 81% Yellow, and 26% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD4924
RGB189, 73, 36
HSL14.5°, 68.0%, 44.1%
CMYK0%, 61%, 81%, 26%
HSV14.5°, 81.0%, 74.1%
LAB46.6, 44.9, 44.6
XYZ23.7, 15.7, 3.5
Decimal12405028
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.07:1
Text on #FFFFFF
AA
4.14:1
Text on #000000
AA Large
4.85:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD4924;
}
.text-color {
color: #BD4924;
}
.border-color {
border: 2px solid #BD4924;
}