Shades of Fire Brick #B91D0E
Tints of Fire Brick #B91D0E
RGB
CMYK
RGB Variations
Color information
#B91D0E (or 0xB91D0E) is known color: Fire Brick. HEX triplet: B9, 1D and 0E. RGB value is (185,29,14). Sum of RGB (Red+Green+Blue) = 185+29+14=228 (30% of max value = 765). Red value is 185 (72.66% from 255 or 81.14% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B91D0E is #46E2F1. Grayscale: #4A4A4A. Windows color (decimal): -4645618 or 925113. OLE color: 925113.
HSL color Cylindrical-coordinate representation of color #B91D0E: hue angle of 5.26º 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 #B91D0E is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 29 | 14 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.27 |
| HSL | 5.26º | 0.86% | 0.39% | - |
| HSV(B) | 5.26º | 0.92% | 0.73% | - |
| XYZ | 20.53 | 11.22 | 1.5 | - |
| YUV | 73.93 | 94.18 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 29 | 14 | 0 | 0.84 | 0.92 | 0.27 | 5.26 | 0.86 | 0.39 |
| Hex | B9 | 1D | E | 0 | 54 | 5C | 1B | 5 | 56 | 27 |
| Octal | 271 | 35 | 16 | 0 | 124 | 134 | 33 | 5 | 126 | 47 |
| Binary | 10111001 | 11101 | 1110 | 0 | 1010100 | 1011100 | 11011 | 101 | 1010110 | 100111 |
Color Harmonies of #B91D0E
Complementary color
Monochromatic Colors of #B91D0E
Black with #B91D0E
Text Example
Text Example
White with #B91D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91D0E; }
p { color: rgb(185,29,14); }
H1.HeaderClassName
{
color: #B91D0E;
}
.AnyTagClassName
{
color: #B91D0E;
}
</style>
background-color css
<style>
a { background-color: #B91D0E; }
a { background-color: rgb(185,29,14); }
div.DivClassName
{
background-color: #B91D0E;
}
.BgClassName
{
background-color: #B91D0E;
}
</style>
border-color css
<style>
span { border-color: #B91D0E; }
span { border-color: rgb(185,29,14); }
td.TdClassName
{
border-color: #B91D0E;
}
.TagClassName
{
border-color: #B91D0E;
}
</style>