Shades of Fire Brick #B81311
Tints of Fire Brick #B81311
RGB
CMYK
RGB Variations
Color information
#B81311 (or 0xB81311) is known color: Fire Brick. HEX triplet: B8, 13 and 11. RGB value is (184,19,17). Sum of RGB (Red+Green+Blue) = 184+19+17=220 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.64% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 184 - color contains mainly: red. Hex color #B81311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81311 is #47ECEE. Grayscale: #444444. Windows color (decimal): -4713711 or 1119160. OLE color: 1119160.
HSL color Cylindrical-coordinate representation of color #B81311: hue angle of 0.72º 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 #B81311 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 17 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.28 |
| HSL | 0.72º | 0.83% | 0.39% | - |
| HSV(B) | 0.72º | 0.91% | 0.72% | - |
| XYZ | 20.1 | 10.7 | 1.54 | - |
| YUV | 68.11 | 99.16 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 17 | 0 | 0.90 | 0.91 | 0.28 | 0.72 | 0.83 | 0.39 |
| Hex | B8 | 13 | 11 | 0 | 5A | 5B | 1C | 1 | 53 | 27 |
| Octal | 270 | 23 | 21 | 0 | 132 | 133 | 34 | 1 | 123 | 47 |
| Binary | 10111000 | 10011 | 10001 | 0 | 1011010 | 1011011 | 11100 | 1 | 1010011 | 100111 |
Color Harmonies of #B81311
Complementary color
Monochromatic Colors of #B81311
Black with #B81311
Text Example
Text Example
White with #B81311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81311; }
p { color: rgb(184,19,17); }
H1.HeaderClassName
{
color: #B81311;
}
.AnyTagClassName
{
color: #B81311;
}
</style>
background-color css
<style>
a { background-color: #B81311; }
a { background-color: rgb(184,19,17); }
div.DivClassName
{
background-color: #B81311;
}
.BgClassName
{
background-color: #B81311;
}
</style>
border-color css
<style>
span { border-color: #B81311; }
span { border-color: rgb(184,19,17); }
td.TdClassName
{
border-color: #B81311;
}
.TagClassName
{
border-color: #B81311;
}
</style>