Shades of Fire Engine Red #B91C20
Tints of Fire Engine Red #B91C20
RGB
CMYK
RGB Variations
Color information
#B91C20 (or 0xB91C20) is known color: Fire Engine Red. HEX triplet: B9, 1C and 20. RGB value is (185,28,32). Sum of RGB (Red+Green+Blue) = 185+28+32=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B91C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91C20 is #46E3DF. Grayscale: #4B4B4B. Windows color (decimal): -4645856 or 2104505. OLE color: 2104505.
HSL color Cylindrical-coordinate representation of color #B91C20: hue angle of 358.47º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91C20 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 28 | 32 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.27 |
| HSL | 358.47º | 0.74% | 0.42% | - |
| HSV(B) | 358.47º | 0.85% | 0.73% | - |
| XYZ | 20.68 | 11.25 | 2.45 | - |
| YUV | 75.4 | 103.51 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 28 | 32 | 0 | 0.85 | 0.83 | 0.27 | 358.47 | 0.74 | 0.42 |
| Hex | B9 | 1C | 20 | 0 | 55 | 53 | 1B | 166 | 4A | 2A |
| Octal | 271 | 34 | 40 | 0 | 125 | 123 | 33 | 546 | 112 | 52 |
| Binary | 10111001 | 11100 | 100000 | 0 | 1010101 | 1010011 | 11011 | 101100110 | 1001010 | 101010 |
Color Harmonies of #B91C20
Complementary color
Monochromatic Colors of #B91C20
Black with #B91C20
Text Example
Text Example
White with #B91C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91C20; }
p { color: rgb(185,28,32); }
H1.HeaderClassName
{
color: #B91C20;
}
.AnyTagClassName
{
color: #B91C20;
}
</style>
background-color css
<style>
a { background-color: #B91C20; }
a { background-color: rgb(185,28,32); }
div.DivClassName
{
background-color: #B91C20;
}
.BgClassName
{
background-color: #B91C20;
}
</style>
border-color css
<style>
span { border-color: #B91C20; }
span { border-color: rgb(185,28,32); }
td.TdClassName
{
border-color: #B91C20;
}
.TagClassName
{
border-color: #B91C20;
}
</style>