Shades of Fire Engine Red #B12024
Tints of Fire Engine Red #B12024
RGB
CMYK
RGB Variations
Color information
#B12024 (or 0xB12024) is known color: Fire Engine Red. HEX triplet: B1, 20 and 24. RGB value is (177,32,36). Sum of RGB (Red+Green+Blue) = 177+32+36=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B12024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12024 is #4EDFDB. Grayscale: #4B4B4B. Windows color (decimal): -5169116 or 2367665. OLE color: 2367665.
HSL color Cylindrical-coordinate representation of color #B12024: hue angle of 358.34º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12024 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 32 | 36 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.31 |
| HSL | 358.34º | 0.69% | 0.41% | - |
| HSV(B) | 358.34º | 0.82% | 0.69% | - |
| XYZ | 18.97 | 10.51 | 2.7 | - |
| YUV | 75.81 | 105.54 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 36 | 0 | 0.82 | 0.80 | 0.31 | 358.34 | 0.69 | 0.41 |
| Hex | B1 | 20 | 24 | 0 | 52 | 50 | 1F | 166 | 45 | 29 |
| Octal | 261 | 40 | 44 | 0 | 122 | 120 | 37 | 546 | 105 | 51 |
| Binary | 10110001 | 100000 | 100100 | 0 | 1010010 | 1010000 | 11111 | 101100110 | 1000101 | 101001 |
Color Harmonies of #B12024
Complementary color
Monochromatic Colors of #B12024
Black with #B12024
Text Example
Text Example
White with #B12024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12024; }
p { color: rgb(177,32,36); }
H1.HeaderClassName
{
color: #B12024;
}
.AnyTagClassName
{
color: #B12024;
}
</style>
background-color css
<style>
a { background-color: #B12024; }
a { background-color: rgb(177,32,36); }
div.DivClassName
{
background-color: #B12024;
}
.BgClassName
{
background-color: #B12024;
}
</style>
border-color css
<style>
span { border-color: #B12024; }
span { border-color: rgb(177,32,36); }
td.TdClassName
{
border-color: #B12024;
}
.TagClassName
{
border-color: #B12024;
}
</style>