Shades of Fire Brick #B91711
Tints of Fire Brick #B91711
RGB
CMYK
RGB Variations
Color information
#B91711 (or 0xB91711) is known color: Fire Brick. HEX triplet: B9, 17 and 11. RGB value is (185,23,17). Sum of RGB (Red+Green+Blue) = 185+23+17=225 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.22% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 185 - color contains mainly: red. Hex color #B91711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91711 is #46E8EE. Grayscale: #464646. Windows color (decimal): -4647151 or 1120185. OLE color: 1120185.
HSL color Cylindrical-coordinate representation of color #B91711: hue angle of 2.14º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91711 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 17 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.27 |
| HSL | 2.14º | 0.83% | 0.4% | - |
| HSV(B) | 2.14º | 0.91% | 0.73% | - |
| XYZ | 20.42 | 10.97 | 1.57 | - |
| YUV | 70.75 | 97.67 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 17 | 0 | 0.88 | 0.91 | 0.27 | 2.14 | 0.83 | 0.4 |
| Hex | B9 | 17 | 11 | 0 | 58 | 5B | 1B | 2 | 53 | 28 |
| Octal | 271 | 27 | 21 | 0 | 130 | 133 | 33 | 2 | 123 | 50 |
| Binary | 10111001 | 10111 | 10001 | 0 | 1011000 | 1011011 | 11011 | 10 | 1010011 | 101000 |
Color Harmonies of #B91711
Complementary color
Monochromatic Colors of #B91711
Black with #B91711
Text Example
Text Example
White with #B91711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91711; }
p { color: rgb(185,23,17); }
H1.HeaderClassName
{
color: #B91711;
}
.AnyTagClassName
{
color: #B91711;
}
</style>
background-color css
<style>
a { background-color: #B91711; }
a { background-color: rgb(185,23,17); }
div.DivClassName
{
background-color: #B91711;
}
.BgClassName
{
background-color: #B91711;
}
</style>
border-color css
<style>
span { border-color: #B91711; }
span { border-color: rgb(185,23,17); }
td.TdClassName
{
border-color: #B91711;
}
.TagClassName
{
border-color: #B91711;
}
</style>