Shades of Fire Brick #B0160B
Tints of Fire Brick #B0160B
RGB
CMYK
RGB Variations
Color information
#B0160B (or 0xB0160B) is known color: Fire Brick. HEX triplet: B0, 16 and 0B. RGB value is (176,22,11). Sum of RGB (Red+Green+Blue) = 176+22+11=209 (27% of max value = 765). Red value is 176 (69.14% from 255 or 84.21% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 176 - color contains mainly: red. Hex color #B0160B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0160B is #4FE9F4. Grayscale: #424242. Windows color (decimal): -5237237 or 726704. OLE color: 726704.
HSL color Cylindrical-coordinate representation of color #B0160B: hue angle of 4º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0160B is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 22 | 11 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.31 |
| HSL | 4º | 0.88% | 0.37% | - |
| HSV(B) | 4º | 0.94% | 0.69% | - |
| XYZ | 18.25 | 9.83 | 1.25 | - |
| YUV | 66.79 | 96.52 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 22 | 11 | 0 | 0.88 | 0.94 | 0.31 | 4 | 0.88 | 0.37 |
| Hex | B0 | 16 | B | 0 | 58 | 5E | 1F | 4 | 58 | 25 |
| Octal | 260 | 26 | 13 | 0 | 130 | 136 | 37 | 4 | 130 | 45 |
| Binary | 10110000 | 10110 | 1011 | 0 | 1011000 | 1011110 | 11111 | 100 | 1011000 | 100101 |
Color Harmonies of #B0160B
Complementary color
Monochromatic Colors of #B0160B
Black with #B0160B
Text Example
Text Example
White with #B0160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0160B; }
p { color: rgb(176,22,11); }
H1.HeaderClassName
{
color: #B0160B;
}
.AnyTagClassName
{
color: #B0160B;
}
</style>
background-color css
<style>
a { background-color: #B0160B; }
a { background-color: rgb(176,22,11); }
div.DivClassName
{
background-color: #B0160B;
}
.BgClassName
{
background-color: #B0160B;
}
</style>
border-color css
<style>
span { border-color: #B0160B; }
span { border-color: rgb(176,22,11); }
td.TdClassName
{
border-color: #B0160B;
}
.TagClassName
{
border-color: #B0160B;
}
</style>