Shades of Fire Engine Red #B8151F
Tints of Fire Engine Red #B8151F
RGB
CMYK
RGB Variations
Color information
#B8151F (or 0xB8151F) is known color: Fire Engine Red. HEX triplet: B8, 15 and 1F. RGB value is (184,21,31). Sum of RGB (Red+Green+Blue) = 184+21+31=236 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.97% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 184 - color contains mainly: red. Hex color #B8151F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8151F is #47EAE0. Grayscale: #464646. Windows color (decimal): -4713185 or 2037176. OLE color: 2037176.
HSL color Cylindrical-coordinate representation of color #B8151F: hue angle of 356.32º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B8151F is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 31 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.28 |
| HSL | 356.32º | 0.8% | 0.4% | - |
| HSV(B) | 356.32º | 0.89% | 0.72% | - |
| XYZ | 20.28 | 10.83 | 2.32 | - |
| YUV | 70.88 | 105.5 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 31 | 0 | 0.89 | 0.83 | 0.28 | 356.32 | 0.8 | 0.4 |
| Hex | B8 | 15 | 1F | 0 | 59 | 53 | 1C | 164 | 50 | 28 |
| Octal | 270 | 25 | 37 | 0 | 131 | 123 | 34 | 544 | 120 | 50 |
| Binary | 10111000 | 10101 | 11111 | 0 | 1011001 | 1010011 | 11100 | 101100100 | 1010000 | 101000 |
Color Harmonies of #B8151F
Complementary color
Monochromatic Colors of #B8151F
Black with #B8151F
Text Example
Text Example
White with #B8151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8151F; }
p { color: rgb(184,21,31); }
H1.HeaderClassName
{
color: #B8151F;
}
.AnyTagClassName
{
color: #B8151F;
}
</style>
background-color css
<style>
a { background-color: #B8151F; }
a { background-color: rgb(184,21,31); }
div.DivClassName
{
background-color: #B8151F;
}
.BgClassName
{
background-color: #B8151F;
}
</style>
border-color css
<style>
span { border-color: #B8151F; }
span { border-color: rgb(184,21,31); }
td.TdClassName
{
border-color: #B8151F;
}
.TagClassName
{
border-color: #B8151F;
}
</style>