Shades of Fire Brick #B0160F
Tints of Fire Brick #B0160F
RGB
CMYK
RGB Variations
Color information
#B0160F (or 0xB0160F) is known color: Fire Brick. HEX triplet: B0, 16 and 0F. RGB value is (176,22,15). Sum of RGB (Red+Green+Blue) = 176+22+15=213 (28% of max value = 765). Red value is 176 (69.14% from 255 or 82.63% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 176 - color contains mainly: red. Hex color #B0160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0160F is #4FE9F0. Grayscale: #434343. Windows color (decimal): -5237233 or 988848. OLE color: 988848.
HSL color Cylindrical-coordinate representation of color #B0160F: hue angle of 2.61º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0160F is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 22 | 15 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.31 |
| HSL | 2.61º | 0.84% | 0.37% | - |
| HSV(B) | 2.61º | 0.91% | 0.69% | - |
| XYZ | 18.28 | 9.84 | 1.39 | - |
| YUV | 67.25 | 98.52 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 22 | 15 | 0 | 0.88 | 0.91 | 0.31 | 2.61 | 0.84 | 0.37 |
| Hex | B0 | 16 | F | 0 | 58 | 5B | 1F | 3 | 54 | 25 |
| Octal | 260 | 26 | 17 | 0 | 130 | 133 | 37 | 3 | 124 | 45 |
| Binary | 10110000 | 10110 | 1111 | 0 | 1011000 | 1011011 | 11111 | 11 | 1010100 | 100101 |
Color Harmonies of #B0160F
Complementary color
Monochromatic Colors of #B0160F
Black with #B0160F
Text Example
Text Example
White with #B0160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0160F; }
p { color: rgb(176,22,15); }
H1.HeaderClassName
{
color: #B0160F;
}
.AnyTagClassName
{
color: #B0160F;
}
</style>
background-color css
<style>
a { background-color: #B0160F; }
a { background-color: rgb(176,22,15); }
div.DivClassName
{
background-color: #B0160F;
}
.BgClassName
{
background-color: #B0160F;
}
</style>
border-color css
<style>
span { border-color: #B0160F; }
span { border-color: rgb(176,22,15); }
td.TdClassName
{
border-color: #B0160F;
}
.TagClassName
{
border-color: #B0160F;
}
</style>