Shades of Fire Brick #B02012
Tints of Fire Brick #B02012
RGB
CMYK
RGB Variations
Color information
#B02012 (or 0xB02012) is known color: Fire Brick. HEX triplet: B0, 20 and 12. RGB value is (176,32,18). Sum of RGB (Red+Green+Blue) = 176+32+18=226 (29% of max value = 765). Red value is 176 (69.14% from 255 or 77.88% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 176 - color contains mainly: red. Hex color #B02012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02012 is #4FDFED. Grayscale: #494949. Windows color (decimal): -5234670 or 1188016. OLE color: 1188016.
HSL color Cylindrical-coordinate representation of color #B02012: hue angle of 5.32º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B02012 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 18 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.31 |
| HSL | 5.32º | 0.81% | 0.38% | - |
| HSV(B) | 5.32º | 0.9% | 0.69% | - |
| XYZ | 18.53 | 10.31 | 1.59 | - |
| YUV | 73.46 | 96.71 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 18 | 0 | 0.82 | 0.90 | 0.31 | 5.32 | 0.81 | 0.38 |
| Hex | B0 | 20 | 12 | 0 | 52 | 5A | 1F | 5 | 51 | 26 |
| Octal | 260 | 40 | 22 | 0 | 122 | 132 | 37 | 5 | 121 | 46 |
| Binary | 10110000 | 100000 | 10010 | 0 | 1010010 | 1011010 | 11111 | 101 | 1010001 | 100110 |
Color Harmonies of #B02012
Complementary color
Monochromatic Colors of #B02012
Black with #B02012
Text Example
Text Example
White with #B02012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02012; }
p { color: rgb(176,32,18); }
H1.HeaderClassName
{
color: #B02012;
}
.AnyTagClassName
{
color: #B02012;
}
</style>
background-color css
<style>
a { background-color: #B02012; }
a { background-color: rgb(176,32,18); }
div.DivClassName
{
background-color: #B02012;
}
.BgClassName
{
background-color: #B02012;
}
</style>
border-color css
<style>
span { border-color: #B02012; }
span { border-color: rgb(176,32,18); }
td.TdClassName
{
border-color: #B02012;
}
.TagClassName
{
border-color: #B02012;
}
</style>