Shades of Fire Engine Red #B52022
Tints of Fire Engine Red #B52022
RGB
CMYK
RGB Variations
Color information
#B52022 (or 0xB52022) is known color: Fire Engine Red. HEX triplet: B5, 20 and 22. RGB value is (181,32,34). Sum of RGB (Red+Green+Blue) = 181+32+34=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B52022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52022 is #4ADFDD. Grayscale: #4C4C4C. Windows color (decimal): -4906974 or 2236597. OLE color: 2236597.
HSL color Cylindrical-coordinate representation of color #B52022: hue angle of 359.19º 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 #B52022 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 34 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.29 |
| HSL | 359.19º | 0.7% | 0.42% | - |
| HSV(B) | 359.19º | 0.82% | 0.71% | - |
| XYZ | 19.86 | 10.97 | 2.58 | - |
| YUV | 76.78 | 103.86 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 34 | 0 | 0.82 | 0.81 | 0.29 | 359.19 | 0.7 | 0.42 |
| Hex | B5 | 20 | 22 | 0 | 52 | 51 | 1D | 167 | 46 | 2A |
| Octal | 265 | 40 | 42 | 0 | 122 | 121 | 35 | 547 | 106 | 52 |
| Binary | 10110101 | 100000 | 100010 | 0 | 1010010 | 1010001 | 11101 | 101100111 | 1000110 | 101010 |
Color Harmonies of #B52022
Complementary color
Monochromatic Colors of #B52022
Black with #B52022
Text Example
Text Example
White with #B52022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52022; }
p { color: rgb(181,32,34); }
H1.HeaderClassName
{
color: #B52022;
}
.AnyTagClassName
{
color: #B52022;
}
</style>
background-color css
<style>
a { background-color: #B52022; }
a { background-color: rgb(181,32,34); }
div.DivClassName
{
background-color: #B52022;
}
.BgClassName
{
background-color: #B52022;
}
</style>
border-color css
<style>
span { border-color: #B52022; }
span { border-color: rgb(181,32,34); }
td.TdClassName
{
border-color: #B52022;
}
.TagClassName
{
border-color: #B52022;
}
</style>