Shades of Fire Brick #B0160A
Tints of Fire Brick #B0160A
RGB
CMYK
RGB Variations
Color information
#B0160A (or 0xB0160A) is known color: Fire Brick. HEX triplet: B0, 16 and 0A. RGB value is (176,22,10). Sum of RGB (Red+Green+Blue) = 176+22+10=208 (27% of max value = 765). Red value is 176 (69.14% from 255 or 84.62% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 176 - color contains mainly: red. Hex color #B0160A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0160A is #4FE9F5. Grayscale: #424242. Windows color (decimal): -5237238 or 661168. OLE color: 661168.
HSL color Cylindrical-coordinate representation of color #B0160A: hue angle of 4.34º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0160A is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 22 | 10 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.31 |
| HSL | 4.34º | 0.89% | 0.36% | - |
| HSV(B) | 4.34º | 0.94% | 0.69% | - |
| XYZ | 18.25 | 9.83 | 1.22 | - |
| YUV | 66.68 | 96.02 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 22 | 10 | 0 | 0.88 | 0.94 | 0.31 | 4.34 | 0.89 | 0.36 |
| Hex | B0 | 16 | A | 0 | 58 | 5E | 1F | 4 | 59 | 24 |
| Octal | 260 | 26 | 12 | 0 | 130 | 136 | 37 | 4 | 131 | 44 |
| Binary | 10110000 | 10110 | 1010 | 0 | 1011000 | 1011110 | 11111 | 100 | 1011001 | 100100 |
Color Harmonies of #B0160A
Complementary color
Monochromatic Colors of #B0160A
Black with #B0160A
Text Example
Text Example
White with #B0160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0160A; }
p { color: rgb(176,22,10); }
H1.HeaderClassName
{
color: #B0160A;
}
.AnyTagClassName
{
color: #B0160A;
}
</style>
background-color css
<style>
a { background-color: #B0160A; }
a { background-color: rgb(176,22,10); }
div.DivClassName
{
background-color: #B0160A;
}
.BgClassName
{
background-color: #B0160A;
}
</style>
border-color css
<style>
span { border-color: #B0160A; }
span { border-color: rgb(176,22,10); }
td.TdClassName
{
border-color: #B0160A;
}
.TagClassName
{
border-color: #B0160A;
}
</style>