Shades of Fire Brick #B02010
Tints of Fire Brick #B02010
RGB
CMYK
RGB Variations
Color information
#B02010 (or 0xB02010) is known color: Fire Brick. HEX triplet: B0, 20 and 10. RGB value is (176,32,16). Sum of RGB (Red+Green+Blue) = 176+32+16=224 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.57% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 176 - color contains mainly: red. Hex color #B02010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02010 is #4FDFEF. Grayscale: #494949. Windows color (decimal): -5234672 or 1056944. OLE color: 1056944.
HSL color Cylindrical-coordinate representation of color #B02010: hue angle of 6º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B02010 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 16 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.31 |
| HSL | 6º | 0.83% | 0.38% | - |
| HSV(B) | 6º | 0.91% | 0.69% | - |
| XYZ | 18.51 | 10.3 | 1.5 | - |
| YUV | 73.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 16 | 0 | 0.82 | 0.91 | 0.31 | 6 | 0.83 | 0.38 |
| Hex | B0 | 20 | 10 | 0 | 52 | 5B | 1F | 6 | 53 | 26 |
| Octal | 260 | 40 | 20 | 0 | 122 | 133 | 37 | 6 | 123 | 46 |
| Binary | 10110000 | 100000 | 10000 | 0 | 1010010 | 1011011 | 11111 | 110 | 1010011 | 100110 |
Color Harmonies of #B02010
Complementary color
Monochromatic Colors of #B02010
Black with #B02010
Text Example
Text Example
White with #B02010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02010; }
p { color: rgb(176,32,16); }
H1.HeaderClassName
{
color: #B02010;
}
.AnyTagClassName
{
color: #B02010;
}
</style>
background-color css
<style>
a { background-color: #B02010; }
a { background-color: rgb(176,32,16); }
div.DivClassName
{
background-color: #B02010;
}
.BgClassName
{
background-color: #B02010;
}
</style>
border-color css
<style>
span { border-color: #B02010; }
span { border-color: rgb(176,32,16); }
td.TdClassName
{
border-color: #B02010;
}
.TagClassName
{
border-color: #B02010;
}
</style>