Shades of Fire Brick #B31313
Tints of Fire Brick #B31313
RGB
CMYK
RGB Variations
Color information
#B31313 (or 0xB31313) is known color: Fire Brick. HEX triplet: B3, 13 and 13. RGB value is (179,19,19). Sum of RGB (Red+Green+Blue) = 179+19+19=217 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.49% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 179 - color contains mainly: red. Hex color #B31313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31313 is #4CECEC. Grayscale: #434343. Windows color (decimal): -5041389 or 1250227. OLE color: 1250227.
HSL color Cylindrical-coordinate representation of color #B31313: hue angle of 0º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31313 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 19 | 19 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.30 |
| HSL | 0º | 0.81% | 0.39% | - |
| HSV(B) | 0º | 0.89% | 0.7% | - |
| XYZ | 18.94 | 10.1 | 1.57 | - |
| YUV | 66.84 | 101.01 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 19 | 0 | 0.89 | 0.89 | 0.30 | 0 | 0.81 | 0.39 |
| Hex | B3 | 13 | 13 | 0 | 59 | 59 | 1E | 0 | 51 | 27 |
| Octal | 263 | 23 | 23 | 0 | 131 | 131 | 36 | 0 | 121 | 47 |
| Binary | 10110011 | 10011 | 10011 | 0 | 1011001 | 1011001 | 11110 | 0 | 1010001 | 100111 |
Color Harmonies of #B31313
Complementary color
Monochromatic Colors of #B31313
Black with #B31313
Text Example
Text Example
White with #B31313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31313; }
p { color: rgb(179,19,19); }
H1.HeaderClassName
{
color: #B31313;
}
.AnyTagClassName
{
color: #B31313;
}
</style>
background-color css
<style>
a { background-color: #B31313; }
a { background-color: rgb(179,19,19); }
div.DivClassName
{
background-color: #B31313;
}
.BgClassName
{
background-color: #B31313;
}
</style>
border-color css
<style>
span { border-color: #B31313; }
span { border-color: rgb(179,19,19); }
td.TdClassName
{
border-color: #B31313;
}
.TagClassName
{
border-color: #B31313;
}
</style>