Shades of Fire Brick #B91B16
Tints of Fire Brick #B91B16
RGB
CMYK
RGB Variations
Color information
#B91B16 (or 0xB91B16) is known color: Fire Brick. HEX triplet: B9, 1B and 16. RGB value is (185,27,22). Sum of RGB (Red+Green+Blue) = 185+27+22=234 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.06% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B91B16 is #46E4E9. Grayscale: #494949. Windows color (decimal): -4646122 or 1448889. OLE color: 1448889.
HSL color Cylindrical-coordinate representation of color #B91B16: hue angle of 1.84º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91B16 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 27 | 22 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.27 |
| HSL | 1.84º | 0.79% | 0.41% | - |
| HSV(B) | 1.84º | 0.88% | 0.73% | - |
| XYZ | 20.54 | 11.16 | 1.83 | - |
| YUV | 73.67 | 98.85 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 27 | 22 | 0 | 0.85 | 0.88 | 0.27 | 1.84 | 0.79 | 0.41 |
| Hex | B9 | 1B | 16 | 0 | 55 | 58 | 1B | 2 | 4F | 29 |
| Octal | 271 | 33 | 26 | 0 | 125 | 130 | 33 | 2 | 117 | 51 |
| Binary | 10111001 | 11011 | 10110 | 0 | 1010101 | 1011000 | 11011 | 10 | 1001111 | 101001 |
Color Harmonies of #B91B16
Complementary color
Monochromatic Colors of #B91B16
Black with #B91B16
Text Example
Text Example
White with #B91B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91B16; }
p { color: rgb(185,27,22); }
H1.HeaderClassName
{
color: #B91B16;
}
.AnyTagClassName
{
color: #B91B16;
}
</style>
background-color css
<style>
a { background-color: #B91B16; }
a { background-color: rgb(185,27,22); }
div.DivClassName
{
background-color: #B91B16;
}
.BgClassName
{
background-color: #B91B16;
}
</style>
border-color css
<style>
span { border-color: #B91B16; }
span { border-color: rgb(185,27,22); }
td.TdClassName
{
border-color: #B91B16;
}
.TagClassName
{
border-color: #B91B16;
}
</style>