#BD422C
A medium, moderate red closely aligning with Firebrick.
About #BD422C
When working with digital screens, the color #BD422C is rendered by mixing light. Designers often compare it to the standard color Firebrick. This translates to an RGB value of rgb(189, 66, 44).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 65% M, 77% Y, and 26% K. 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD422C
RGB189, 66, 44
HSL9.1°, 62.2%, 45.7%
CMYK0%, 65%, 77%, 26%
HSV9.1°, 76.7%, 74.1%
LAB45.5, 48.3, 39.4
XYZ23.4, 14.9, 4.0
Decimal12403244
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.28:1
Text on #FFFFFF
AA
3.98:1
Text on #000000
AA Large
5.04:1
Text on #F8FAFC
AA
3.38:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD422C;
}
.text-color {
color: #BD422C;
}
.border-color {
border: 2px solid #BD422C;
}