#BD332C
A medium, moderate red closely aligning with Firebrick.
About #BD332C
Visually, #BD332C is defined as a moderate red. Its closest recognized web color is Firebrick. This translates to an RGB value of rgb(189, 51, 44).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 73% magenta, 77% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD332C
RGB189, 51, 44
HSL2.9°, 62.2%, 45.7%
CMYK0%, 73%, 77%, 26%
HSV2.9°, 76.7%, 74.1%
LAB43.3, 54.2, 37.1
XYZ22.6, 13.4, 3.8
Decimal12399404
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.72:1
Text on #FFFFFF
AA
3.67:1
Text on #000000
AA Large
5.46:1
Text on #F8FAFC
AA
3.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD332C;
}
.text-color {
color: #BD332C;
}
.border-color {
border: 2px solid #BD332C;
}