Shades of Fire Brick #B31211
Tints of Fire Brick #B31211
RGB
CMYK
RGB Variations
Color information
#B31211 (or 0xB31211) is known color: Fire Brick. HEX triplet: B3, 12 and 11. RGB value is (179,18,17). Sum of RGB (Red+Green+Blue) = 179+18+17=214 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.64% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 179 - color contains mainly: red. Hex color #B31211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31211 is #4CEDEE. Grayscale: #424242. Windows color (decimal): -5041647 or 1118899. OLE color: 1118899.
HSL color Cylindrical-coordinate representation of color #B31211: hue angle of 0.37º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31211 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 17 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.30 |
| HSL | 0.37º | 0.83% | 0.38% | - |
| HSV(B) | 0.37º | 0.91% | 0.7% | - |
| XYZ | 18.91 | 10.06 | 1.47 | - |
| YUV | 66.03 | 100.34 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 17 | 0 | 0.90 | 0.91 | 0.30 | 0.37 | 0.83 | 0.38 |
| Hex | B3 | 12 | 11 | 0 | 5A | 5B | 1E | 0 | 53 | 26 |
| Octal | 263 | 22 | 21 | 0 | 132 | 133 | 36 | 0 | 123 | 46 |
| Binary | 10110011 | 10010 | 10001 | 0 | 1011010 | 1011011 | 11110 | 0 | 1010011 | 100110 |
Color Harmonies of #B31211
Complementary color
Monochromatic Colors of #B31211
Black with #B31211
Text Example
Text Example
White with #B31211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31211; }
p { color: rgb(179,18,17); }
H1.HeaderClassName
{
color: #B31211;
}
.AnyTagClassName
{
color: #B31211;
}
</style>
background-color css
<style>
a { background-color: #B31211; }
a { background-color: rgb(179,18,17); }
div.DivClassName
{
background-color: #B31211;
}
.BgClassName
{
background-color: #B31211;
}
</style>
border-color css
<style>
span { border-color: #B31211; }
span { border-color: rgb(179,18,17); }
td.TdClassName
{
border-color: #B31211;
}
.TagClassName
{
border-color: #B31211;
}
</style>