Shades of Fire Brick #B91411
Tints of Fire Brick #B91411
RGB
CMYK
RGB Variations
Color information
#B91411 (or 0xB91411) is known color: Fire Brick. HEX triplet: B9, 14 and 11. RGB value is (185,20,17). Sum of RGB (Red+Green+Blue) = 185+20+17=222 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.33% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 185 - color contains mainly: red. Hex color #B91411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91411 is #46EBEE. Grayscale: #454545. Windows color (decimal): -4647919 or 1119417. OLE color: 1119417.
HSL color Cylindrical-coordinate representation of color #B91411: hue angle of 1.07º 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 #B91411 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 20 | 17 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.27 |
| HSL | 1.07º | 0.83% | 0.4% | - |
| HSV(B) | 1.07º | 0.91% | 0.73% | - |
| XYZ | 20.36 | 10.86 | 1.55 | - |
| YUV | 68.99 | 98.66 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 17 | 0 | 0.89 | 0.91 | 0.27 | 1.07 | 0.83 | 0.4 |
| Hex | B9 | 14 | 11 | 0 | 59 | 5B | 1B | 1 | 53 | 28 |
| Octal | 271 | 24 | 21 | 0 | 131 | 133 | 33 | 1 | 123 | 50 |
| Binary | 10111001 | 10100 | 10001 | 0 | 1011001 | 1011011 | 11011 | 1 | 1010011 | 101000 |
Color Harmonies of #B91411
Complementary color
Monochromatic Colors of #B91411
Black with #B91411
Text Example
Text Example
White with #B91411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91411; }
p { color: rgb(185,20,17); }
H1.HeaderClassName
{
color: #B91411;
}
.AnyTagClassName
{
color: #B91411;
}
</style>
background-color css
<style>
a { background-color: #B91411; }
a { background-color: rgb(185,20,17); }
div.DivClassName
{
background-color: #B91411;
}
.BgClassName
{
background-color: #B91411;
}
</style>
border-color css
<style>
span { border-color: #B91411; }
span { border-color: rgb(185,20,17); }
td.TdClassName
{
border-color: #B91411;
}
.TagClassName
{
border-color: #B91411;
}
</style>