Shades of Fire Engine Red #B12124
Tints of Fire Engine Red #B12124
RGB
CMYK
RGB Variations
Color information
#B12124 (or 0xB12124) is known color: Fire Engine Red. HEX triplet: B1, 21 and 24. RGB value is (177,33,36). Sum of RGB (Red+Green+Blue) = 177+33+36=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B12124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12124 is #4EDEDB. Grayscale: #4C4C4C. Windows color (decimal): -5168860 or 2367921. OLE color: 2367921.
HSL color Cylindrical-coordinate representation of color #B12124: hue angle of 358.75º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12124 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 36 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.31 |
| HSL | 358.75º | 0.69% | 0.41% | - |
| HSV(B) | 358.75º | 0.81% | 0.69% | - |
| XYZ | 18.99 | 10.56 | 2.71 | - |
| YUV | 76.4 | 105.21 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 36 | 0 | 0.81 | 0.80 | 0.31 | 358.75 | 0.69 | 0.41 |
| Hex | B1 | 21 | 24 | 0 | 51 | 50 | 1F | 167 | 45 | 29 |
| Octal | 261 | 41 | 44 | 0 | 121 | 120 | 37 | 547 | 105 | 51 |
| Binary | 10110001 | 100001 | 100100 | 0 | 1010001 | 1010000 | 11111 | 101100111 | 1000101 | 101001 |
Color Harmonies of #B12124
Complementary color
Monochromatic Colors of #B12124
Black with #B12124
Text Example
Text Example
White with #B12124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12124; }
p { color: rgb(177,33,36); }
H1.HeaderClassName
{
color: #B12124;
}
.AnyTagClassName
{
color: #B12124;
}
</style>
background-color css
<style>
a { background-color: #B12124; }
a { background-color: rgb(177,33,36); }
div.DivClassName
{
background-color: #B12124;
}
.BgClassName
{
background-color: #B12124;
}
</style>
border-color css
<style>
span { border-color: #B12124; }
span { border-color: rgb(177,33,36); }
td.TdClassName
{
border-color: #B12124;
}
.TagClassName
{
border-color: #B12124;
}
</style>