#BA3630
A medium, moderate red closely aligning with Firebrick.
About #BA3630
Visually, #BA3630 is defined as a moderate red. Its closest recognized web color is Firebrick. This translates to an RGB value of rgb(186, 54, 48).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 71% magenta, 74% yellow, and 27% black. With a hue angle of 2.6 degrees, it sits comfortably in the red spectrum.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BA3630
RGB186, 54, 48
HSL2.6°, 59.0%, 45.9%
CMYK0%, 71%, 74%, 27%
HSV2.6°, 74.2%, 72.9%
LAB43.2, 52.3, 34.5
XYZ22.1, 13.3, 4.2
Decimal12203568
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.74:1
Text on #FFFFFF
AA
3.66:1
Text on #000000
AA Large
5.49:1
Text on #F8FAFC
AA
3.11:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BA3630;
}
.text-color {
color: #BA3630;
}
.border-color {
border: 2px solid #BA3630;
}