#BD333A
A medium, moderate red closely aligning with Brown.
About #BD333A
At its core, #BD333A is a medium and moderate hue. It is closely associated with the named CSS color Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 51, and 58.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 73% M, 69% Y, and 26% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD333A
RGB189, 51, 58
HSL357.0°, 57.5%, 47.1%
CMYK0%, 73%, 69%, 26%
HSV357.0°, 73.0%, 74.1%
LAB43.5, 54.8, 29.1
XYZ22.9, 13.5, 5.4
Decimal12399418
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.68:1
Text on #FFFFFF
AA
3.70:1
Text on #000000
AA Large
5.43:1
Text on #F8FAFC
AA
3.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD333A;
}
.text-color {
color: #BD333A;
}
.border-color {
border: 2px solid #BD333A;
}