Shades of Fire Engine Red #B52024
Tints of Fire Engine Red #B52024
RGB
CMYK
RGB Variations
Color information
#B52024 (or 0xB52024) is known color: Fire Engine Red. HEX triplet: B5, 20 and 24. RGB value is (181,32,36). Sum of RGB (Red+Green+Blue) = 181+32+36=249 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.69% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 181 - color contains mainly: red. Hex color #B52024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52024 is #4ADFDB. Grayscale: #4D4D4D. Windows color (decimal): -4906972 or 2367669. OLE color: 2367669.
HSL color Cylindrical-coordinate representation of color #B52024: hue angle of 358.39º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52024 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 36 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.29 |
| HSL | 358.39º | 0.7% | 0.42% | - |
| HSV(B) | 358.39º | 0.82% | 0.71% | - |
| XYZ | 19.89 | 10.98 | 2.74 | - |
| YUV | 77.01 | 104.86 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 36 | 0 | 0.82 | 0.80 | 0.29 | 358.39 | 0.7 | 0.42 |
| Hex | B5 | 20 | 24 | 0 | 52 | 50 | 1D | 166 | 46 | 2A |
| Octal | 265 | 40 | 44 | 0 | 122 | 120 | 35 | 546 | 106 | 52 |
| Binary | 10110101 | 100000 | 100100 | 0 | 1010010 | 1010000 | 11101 | 101100110 | 1000110 | 101010 |
Color Harmonies of #B52024
Complementary color
Monochromatic Colors of #B52024
Black with #B52024
Text Example
Text Example
White with #B52024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52024; }
p { color: rgb(181,32,36); }
H1.HeaderClassName
{
color: #B52024;
}
.AnyTagClassName
{
color: #B52024;
}
</style>
background-color css
<style>
a { background-color: #B52024; }
a { background-color: rgb(181,32,36); }
div.DivClassName
{
background-color: #B52024;
}
.BgClassName
{
background-color: #B52024;
}
</style>
border-color css
<style>
span { border-color: #B52024; }
span { border-color: rgb(181,32,36); }
td.TdClassName
{
border-color: #B52024;
}
.TagClassName
{
border-color: #B52024;
}
</style>