#BD2C2C
A medium, moderate red closely aligning with Firebrick.
About #BD2C2C
At its core, #BD2C2C is a medium and moderate hue. Designers often compare it to the standard color Firebrick. In the RGB color space, it consists of 189 red, 44 green, and 44 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 77% magenta, 77% yellow, and 26% black. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. 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#BD2C2C
RGB189, 44, 44
HSL0.0°, 62.2%, 45.7%
CMYK0%, 77%, 77%, 26%
HSV0.0°, 76.7%, 74.1%
LAB42.5, 56.6, 36.2
XYZ22.3, 12.8, 3.7
Decimal12397612
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.90:1
Text on #FFFFFF
AA
3.56:1
Text on #000000
AA Large
5.64:1
Text on #F8FAFC
AA
3.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD2C2C;
}
.text-color {
color: #BD2C2C;
}
.border-color {
border: 2px solid #BD2C2C;
}