Shades of Fire Engine Red #B81526
Tints of Fire Engine Red #B81526
RGB
CMYK
RGB Variations
Color information
#B81526 (or 0xB81526) is known color: Fire Engine Red. HEX triplet: B8, 15 and 26. RGB value is (184,21,38). Sum of RGB (Red+Green+Blue) = 184+21+38=243 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.72% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 184 - color contains mainly: red. Hex color #B81526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81526 is #47EAD9. Grayscale: #474747. Windows color (decimal): -4713178 or 2495928. OLE color: 2495928.
HSL color Cylindrical-coordinate representation of color #B81526: hue angle of 353.74º 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 #B81526 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 38 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.28 |
| HSL | 353.74º | 0.8% | 0.4% | - |
| HSV(B) | 353.74º | 0.89% | 0.72% | - |
| XYZ | 20.39 | 10.87 | 2.86 | - |
| YUV | 71.68 | 109 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 38 | 0 | 0.89 | 0.79 | 0.28 | 353.74 | 0.8 | 0.4 |
| Hex | B8 | 15 | 26 | 0 | 59 | 4F | 1C | 162 | 50 | 28 |
| Octal | 270 | 25 | 46 | 0 | 131 | 117 | 34 | 542 | 120 | 50 |
| Binary | 10111000 | 10101 | 100110 | 0 | 1011001 | 1001111 | 11100 | 101100010 | 1010000 | 101000 |
Color Harmonies of #B81526
Complementary color
Monochromatic Colors of #B81526
Black with #B81526
Text Example
Text Example
White with #B81526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81526; }
p { color: rgb(184,21,38); }
H1.HeaderClassName
{
color: #B81526;
}
.AnyTagClassName
{
color: #B81526;
}
</style>
background-color css
<style>
a { background-color: #B81526; }
a { background-color: rgb(184,21,38); }
div.DivClassName
{
background-color: #B81526;
}
.BgClassName
{
background-color: #B81526;
}
</style>
border-color css
<style>
span { border-color: #B81526; }
span { border-color: rgb(184,21,38); }
td.TdClassName
{
border-color: #B81526;
}
.TagClassName
{
border-color: #B81526;
}
</style>