Shades of Fire Brick #B01613
Tints of Fire Brick #B01613
RGB
CMYK
RGB Variations
Color information
#B01613 (or 0xB01613) is known color: Fire Brick. HEX triplet: B0, 16 and 13. RGB value is (176,22,19). Sum of RGB (Red+Green+Blue) = 176+22+19=217 (28% of max value = 765). Red value is 176 (69.14% from 255 or 81.11% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 176 - color contains mainly: red. Hex color #B01613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01613 is #4FE9EC. Grayscale: #434343. Windows color (decimal): -5237229 or 1250992. OLE color: 1250992.
HSL color Cylindrical-coordinate representation of color #B01613: hue angle of 1.15º 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 #B01613 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 22 | 19 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.31 |
| HSL | 1.15º | 0.81% | 0.38% | - |
| HSV(B) | 1.15º | 0.89% | 0.69% | - |
| XYZ | 18.31 | 9.85 | 1.55 | - |
| YUV | 67.7 | 100.52 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 22 | 19 | 0 | 0.88 | 0.89 | 0.31 | 1.15 | 0.81 | 0.38 |
| Hex | B0 | 16 | 13 | 0 | 58 | 59 | 1F | 1 | 51 | 26 |
| Octal | 260 | 26 | 23 | 0 | 130 | 131 | 37 | 1 | 121 | 46 |
| Binary | 10110000 | 10110 | 10011 | 0 | 1011000 | 1011001 | 11111 | 1 | 1010001 | 100110 |
Color Harmonies of #B01613
Complementary color
Monochromatic Colors of #B01613
Black with #B01613
Text Example
Text Example
White with #B01613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01613; }
p { color: rgb(176,22,19); }
H1.HeaderClassName
{
color: #B01613;
}
.AnyTagClassName
{
color: #B01613;
}
</style>
background-color css
<style>
a { background-color: #B01613; }
a { background-color: rgb(176,22,19); }
div.DivClassName
{
background-color: #B01613;
}
.BgClassName
{
background-color: #B01613;
}
</style>
border-color css
<style>
span { border-color: #B01613; }
span { border-color: rgb(176,22,19); }
td.TdClassName
{
border-color: #B01613;
}
.TagClassName
{
border-color: #B01613;
}
</style>