Shades of Fire Engine Red #B81920
Tints of Fire Engine Red #B81920
RGB
CMYK
RGB Variations
Color information
#B81920 (or 0xB81920) is known color: Fire Engine Red. HEX triplet: B8, 19 and 20. RGB value is (184,25,32). Sum of RGB (Red+Green+Blue) = 184+25+32=241 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.35% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 184 - color contains mainly: red. Hex color #B81920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81920 is #47E6DF. Grayscale: #494949. Windows color (decimal): -4712160 or 2103736. OLE color: 2103736.
HSL color Cylindrical-coordinate representation of color #B81920: hue angle of 357.36º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81920 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 32 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.28 |
| HSL | 357.36º | 0.76% | 0.41% | - |
| HSV(B) | 357.36º | 0.86% | 0.72% | - |
| XYZ | 20.38 | 10.99 | 2.41 | - |
| YUV | 73.34 | 104.68 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 32 | 0 | 0.86 | 0.83 | 0.28 | 357.36 | 0.76 | 0.41 |
| Hex | B8 | 19 | 20 | 0 | 56 | 53 | 1C | 165 | 4C | 29 |
| Octal | 270 | 31 | 40 | 0 | 126 | 123 | 34 | 545 | 114 | 51 |
| Binary | 10111000 | 11001 | 100000 | 0 | 1010110 | 1010011 | 11100 | 101100101 | 1001100 | 101001 |
Color Harmonies of #B81920
Complementary color
Monochromatic Colors of #B81920
Black with #B81920
Text Example
Text Example
White with #B81920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81920; }
p { color: rgb(184,25,32); }
H1.HeaderClassName
{
color: #B81920;
}
.AnyTagClassName
{
color: #B81920;
}
</style>
background-color css
<style>
a { background-color: #B81920; }
a { background-color: rgb(184,25,32); }
div.DivClassName
{
background-color: #B81920;
}
.BgClassName
{
background-color: #B81920;
}
</style>
border-color css
<style>
span { border-color: #B81920; }
span { border-color: rgb(184,25,32); }
td.TdClassName
{
border-color: #B81920;
}
.TagClassName
{
border-color: #B81920;
}
</style>