Fire Brick (Red)
#BA2008
RGB: 186, 32, 8
Color OverviewHEX #BA2008
#BA2008 Color Code Information
In the RGB color space, #BA2008 is composed of 73% red, 13% green, and 3% blue. In the HSL color space, it has a hue of 8°, saturation of 92%, and lightness of 38%.
HEX
#BA2008
RGB
186, 32, 8
HSL
8°, 92%, 38%
HSV
8°, 96%, 73%
CMYK
0%, 83%, 96%, 27%
Name Match
Fire Brick
Closest StandardShades of #BA2008 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #BA2008 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #BA2008 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #BA2008
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #BA2008 Background
Contrast Ratio against Pure White (#FFFFFF):6.37 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #BA2008 Background
Contrast Ratio against Pure Black (#000000):3.3 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #BA2008;
}
.element {
color: #BA2008;
background-color: #BA2008;
border-color: #BA2008;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#BA2008] text-[#BA2008] border-[#BA2008]"> Content styled with #BA2008 </div>