Shades of Fire Brick #B01313
Tints of Fire Brick #B01313
RGB
CMYK
RGB Variations
Color information
#B01313 (or 0xB01313) is known color: Fire Brick. HEX triplet: B0, 13 and 13. RGB value is (176,19,19). Sum of RGB (Red+Green+Blue) = 176+19+19=214 (28% of max value = 765). Red value is 176 (69.14% from 255 or 82.24% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 176 - color contains mainly: red. Hex color #B01313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01313 is #4FECEC. Grayscale: #424242. Windows color (decimal): -5237997 or 1250224. OLE color: 1250224.
HSL color Cylindrical-coordinate representation of color #B01313: hue angle of 0º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01313 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 19 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.31 |
| HSL | 0º | 0.81% | 0.38% | - |
| HSV(B) | 0º | 0.89% | 0.69% | - |
| XYZ | 18.25 | 9.74 | 1.53 | - |
| YUV | 65.94 | 101.51 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 19 | 0 | 0.89 | 0.89 | 0.31 | 0 | 0.81 | 0.38 |
| Hex | B0 | 13 | 13 | 0 | 59 | 59 | 1F | 0 | 51 | 26 |
| Octal | 260 | 23 | 23 | 0 | 131 | 131 | 37 | 0 | 121 | 46 |
| Binary | 10110000 | 10011 | 10011 | 0 | 1011001 | 1011001 | 11111 | 0 | 1010001 | 100110 |
Color Harmonies of #B01313
Complementary color
Monochromatic Colors of #B01313
Black with #B01313
Text Example
Text Example
White with #B01313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01313; }
p { color: rgb(176,19,19); }
H1.HeaderClassName
{
color: #B01313;
}
.AnyTagClassName
{
color: #B01313;
}
</style>
background-color css
<style>
a { background-color: #B01313; }
a { background-color: rgb(176,19,19); }
div.DivClassName
{
background-color: #B01313;
}
.BgClassName
{
background-color: #B01313;
}
</style>
border-color css
<style>
span { border-color: #B01313; }
span { border-color: rgb(176,19,19); }
td.TdClassName
{
border-color: #B01313;
}
.TagClassName
{
border-color: #B01313;
}
</style>