Shades of Fire Brick #B81911
Tints of Fire Brick #B81911
RGB
CMYK
RGB Variations
Color information
#B81911 (or 0xB81911) is known color: Fire Brick. HEX triplet: B8, 19 and 11. RGB value is (184,25,17). Sum of RGB (Red+Green+Blue) = 184+25+17=226 (29% of max value = 765). Red value is 184 (72.27% from 255 or 81.42% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 184 - color contains mainly: red. Hex color #B81911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81911 is #47E6EE. Grayscale: #474747. Windows color (decimal): -4712175 or 1120696. OLE color: 1120696.
HSL color Cylindrical-coordinate representation of color #B81911: hue angle of 2.87º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81911 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 17 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.28 |
| HSL | 2.87º | 0.83% | 0.39% | - |
| HSV(B) | 2.87º | 0.91% | 0.72% | - |
| XYZ | 20.22 | 10.93 | 1.57 | - |
| YUV | 71.63 | 97.18 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 17 | 0 | 0.86 | 0.91 | 0.28 | 2.87 | 0.83 | 0.39 |
| Hex | B8 | 19 | 11 | 0 | 56 | 5B | 1C | 3 | 53 | 27 |
| Octal | 270 | 31 | 21 | 0 | 126 | 133 | 34 | 3 | 123 | 47 |
| Binary | 10111000 | 11001 | 10001 | 0 | 1010110 | 1011011 | 11100 | 11 | 1010011 | 100111 |
Color Harmonies of #B81911
Complementary color
Monochromatic Colors of #B81911
Black with #B81911
Text Example
Text Example
White with #B81911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81911; }
p { color: rgb(184,25,17); }
H1.HeaderClassName
{
color: #B81911;
}
.AnyTagClassName
{
color: #B81911;
}
</style>
background-color css
<style>
a { background-color: #B81911; }
a { background-color: rgb(184,25,17); }
div.DivClassName
{
background-color: #B81911;
}
.BgClassName
{
background-color: #B81911;
}
</style>
border-color css
<style>
span { border-color: #B81911; }
span { border-color: rgb(184,25,17); }
td.TdClassName
{
border-color: #B81911;
}
.TagClassName
{
border-color: #B81911;
}
</style>