Shades of Fire Brick #B02013
Tints of Fire Brick #B02013
RGB
CMYK
RGB Variations
Color information
#B02013 (or 0xB02013) is known color: Fire Brick. HEX triplet: B0, 20 and 13. RGB value is (176,32,19). Sum of RGB (Red+Green+Blue) = 176+32+19=227 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.53% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 176 - color contains mainly: red. Hex color #B02013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02013 is #4FDFEC. Grayscale: #494949. Windows color (decimal): -5234669 or 1253552. OLE color: 1253552.
HSL color Cylindrical-coordinate representation of color #B02013: hue angle of 4.97º 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 #B02013 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 19 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.31 |
| HSL | 4.97º | 0.81% | 0.38% | - |
| HSV(B) | 4.97º | 0.89% | 0.69% | - |
| XYZ | 18.54 | 10.31 | 1.63 | - |
| YUV | 73.57 | 97.21 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 19 | 0 | 0.82 | 0.89 | 0.31 | 4.97 | 0.81 | 0.38 |
| Hex | B0 | 20 | 13 | 0 | 52 | 59 | 1F | 5 | 51 | 26 |
| Octal | 260 | 40 | 23 | 0 | 122 | 131 | 37 | 5 | 121 | 46 |
| Binary | 10110000 | 100000 | 10011 | 0 | 1010010 | 1011001 | 11111 | 101 | 1010001 | 100110 |
Color Harmonies of #B02013
Complementary color
Monochromatic Colors of #B02013
Black with #B02013
Text Example
Text Example
White with #B02013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02013; }
p { color: rgb(176,32,19); }
H1.HeaderClassName
{
color: #B02013;
}
.AnyTagClassName
{
color: #B02013;
}
</style>
background-color css
<style>
a { background-color: #B02013; }
a { background-color: rgb(176,32,19); }
div.DivClassName
{
background-color: #B02013;
}
.BgClassName
{
background-color: #B02013;
}
</style>
border-color css
<style>
span { border-color: #B02013; }
span { border-color: rgb(176,32,19); }
td.TdClassName
{
border-color: #B02013;
}
.TagClassName
{
border-color: #B02013;
}
</style>