Shades of Fire Engine Red #B81128
Tints of Fire Engine Red #B81128
RGB
CMYK
RGB Variations
Color information
#B81128 (or 0xB81128) is known color: Fire Engine Red. HEX triplet: B8, 11 and 28. RGB value is (184,17,40). Sum of RGB (Red+Green+Blue) = 184+17+40=241 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.35% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 184 - color contains mainly: red. Hex color #B81128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81128 is #47EED7. Grayscale: #454545. Windows color (decimal): -4714200 or 2625976. OLE color: 2625976.
HSL color Cylindrical-coordinate representation of color #B81128: hue angle of 351.74º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81128 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 40 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.28 |
| HSL | 351.74º | 0.83% | 0.39% | - |
| HSV(B) | 351.74º | 0.91% | 0.72% | - |
| XYZ | 20.35 | 10.74 | 3.01 | - |
| YUV | 69.56 | 111.33 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 40 | 0 | 0.91 | 0.78 | 0.28 | 351.74 | 0.83 | 0.39 |
| Hex | B8 | 11 | 28 | 0 | 5B | 4E | 1C | 160 | 53 | 27 |
| Octal | 270 | 21 | 50 | 0 | 133 | 116 | 34 | 540 | 123 | 47 |
| Binary | 10111000 | 10001 | 101000 | 0 | 1011011 | 1001110 | 11100 | 101100000 | 1010011 | 100111 |
Color Harmonies of #B81128
Complementary color
Monochromatic Colors of #B81128
Black with #B81128
Text Example
Text Example
White with #B81128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81128; }
p { color: rgb(184,17,40); }
H1.HeaderClassName
{
color: #B81128;
}
.AnyTagClassName
{
color: #B81128;
}
</style>
background-color css
<style>
a { background-color: #B81128; }
a { background-color: rgb(184,17,40); }
div.DivClassName
{
background-color: #B81128;
}
.BgClassName
{
background-color: #B81128;
}
</style>
border-color css
<style>
span { border-color: #B81128; }
span { border-color: rgb(184,17,40); }
td.TdClassName
{
border-color: #B81128;
}
.TagClassName
{
border-color: #B81128;
}
</style>