Shades of Fire Brick #B31310
Tints of Fire Brick #B31310
RGB
CMYK
RGB Variations
Color information
#B31310 (or 0xB31310) is known color: Fire Brick. HEX triplet: B3, 13 and 10. RGB value is (179,19,16). Sum of RGB (Red+Green+Blue) = 179+19+16=214 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.64% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 179 - color contains mainly: red. Hex color #B31310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31310 is #4CECEF. Grayscale: #424242. Windows color (decimal): -5041392 or 1053619. OLE color: 1053619.
HSL color Cylindrical-coordinate representation of color #B31310: hue angle of 1.1º degrees, saturation: 0.84, 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 #B31310 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 19 | 16 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.30 |
| HSL | 1.1º | 0.84% | 0.38% | - |
| HSV(B) | 1.1º | 0.91% | 0.7% | - |
| XYZ | 18.92 | 10.09 | 1.44 | - |
| YUV | 66.5 | 99.51 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 16 | 0 | 0.89 | 0.91 | 0.30 | 1.1 | 0.84 | 0.38 |
| Hex | B3 | 13 | 10 | 0 | 59 | 5B | 1E | 1 | 54 | 26 |
| Octal | 263 | 23 | 20 | 0 | 131 | 133 | 36 | 1 | 124 | 46 |
| Binary | 10110011 | 10011 | 10000 | 0 | 1011001 | 1011011 | 11110 | 1 | 1010100 | 100110 |
Color Harmonies of #B31310
Complementary color
Monochromatic Colors of #B31310
Black with #B31310
Text Example
Text Example
White with #B31310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31310; }
p { color: rgb(179,19,16); }
H1.HeaderClassName
{
color: #B31310;
}
.AnyTagClassName
{
color: #B31310;
}
</style>
background-color css
<style>
a { background-color: #B31310; }
a { background-color: rgb(179,19,16); }
div.DivClassName
{
background-color: #B31310;
}
.BgClassName
{
background-color: #B31310;
}
</style>
border-color css
<style>
span { border-color: #B31310; }
span { border-color: rgb(179,19,16); }
td.TdClassName
{
border-color: #B31310;
}
.TagClassName
{
border-color: #B31310;
}
</style>