Shades of Fire Brick #B91B0E
Tints of Fire Brick #B91B0E
RGB
CMYK
RGB Variations
Color information
#B91B0E (or 0xB91B0E) is known color: Fire Brick. HEX triplet: B9, 1B and 0E. RGB value is (185,27,14). Sum of RGB (Red+Green+Blue) = 185+27+14=226 (29% of max value = 765). Red value is 185 (72.66% from 255 or 81.86% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B91B0E is #46E4F1. Grayscale: #484848. Windows color (decimal): -4646130 or 924601. OLE color: 924601.
HSL color Cylindrical-coordinate representation of color #B91B0E: hue angle of 4.56º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B91B0E is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 27 | 14 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.27 |
| HSL | 4.56º | 0.86% | 0.39% | - |
| HSV(B) | 4.56º | 0.92% | 0.73% | - |
| XYZ | 20.48 | 11.13 | 1.48 | - |
| YUV | 72.76 | 94.85 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 27 | 14 | 0 | 0.85 | 0.92 | 0.27 | 4.56 | 0.86 | 0.39 |
| Hex | B9 | 1B | E | 0 | 55 | 5C | 1B | 5 | 56 | 27 |
| Octal | 271 | 33 | 16 | 0 | 125 | 134 | 33 | 5 | 126 | 47 |
| Binary | 10111001 | 11011 | 1110 | 0 | 1010101 | 1011100 | 11011 | 101 | 1010110 | 100111 |
Color Harmonies of #B91B0E
Complementary color
Monochromatic Colors of #B91B0E
Black with #B91B0E
Text Example
Text Example
White with #B91B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91B0E; }
p { color: rgb(185,27,14); }
H1.HeaderClassName
{
color: #B91B0E;
}
.AnyTagClassName
{
color: #B91B0E;
}
</style>
background-color css
<style>
a { background-color: #B91B0E; }
a { background-color: rgb(185,27,14); }
div.DivClassName
{
background-color: #B91B0E;
}
.BgClassName
{
background-color: #B91B0E;
}
</style>
border-color css
<style>
span { border-color: #B91B0E; }
span { border-color: rgb(185,27,14); }
td.TdClassName
{
border-color: #B91B0E;
}
.TagClassName
{
border-color: #B91B0E;
}
</style>