Shades of Fire Engine Red #B82024
Tints of Fire Engine Red #B82024
RGB
CMYK
RGB Variations
Color information
#B82024 (or 0xB82024) is known color: Fire Engine Red. HEX triplet: B8, 20 and 24. RGB value is (184,32,36). Sum of RGB (Red+Green+Blue) = 184+32+36=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B82024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82024 is #47DFDB. Grayscale: #4E4E4E. Windows color (decimal): -4710364 or 2367672. OLE color: 2367672.
HSL color Cylindrical-coordinate representation of color #B82024: hue angle of 358.42º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B82024 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 36 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.28 |
| HSL | 358.42º | 0.7% | 0.42% | - |
| HSV(B) | 358.42º | 0.83% | 0.72% | - |
| XYZ | 20.6 | 11.35 | 2.77 | - |
| YUV | 77.9 | 104.36 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 36 | 0 | 0.83 | 0.80 | 0.28 | 358.42 | 0.7 | 0.42 |
| Hex | B8 | 20 | 24 | 0 | 53 | 50 | 1C | 166 | 46 | 2A |
| Octal | 270 | 40 | 44 | 0 | 123 | 120 | 34 | 546 | 106 | 52 |
| Binary | 10111000 | 100000 | 100100 | 0 | 1010011 | 1010000 | 11100 | 101100110 | 1000110 | 101010 |
Color Harmonies of #B82024
Complementary color
Monochromatic Colors of #B82024
Black with #B82024
Text Example
Text Example
White with #B82024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82024; }
p { color: rgb(184,32,36); }
H1.HeaderClassName
{
color: #B82024;
}
.AnyTagClassName
{
color: #B82024;
}
</style>
background-color css
<style>
a { background-color: #B82024; }
a { background-color: rgb(184,32,36); }
div.DivClassName
{
background-color: #B82024;
}
.BgClassName
{
background-color: #B82024;
}
</style>
border-color css
<style>
span { border-color: #B82024; }
span { border-color: rgb(184,32,36); }
td.TdClassName
{
border-color: #B82024;
}
.TagClassName
{
border-color: #B82024;
}
</style>