Shades of Fire Brick #B7160F
Tints of Fire Brick #B7160F
RGB
CMYK
RGB Variations
Color information
#B7160F (or 0xB7160F) is known color: Fire Brick. HEX triplet: B7, 16 and 0F. RGB value is (183,22,15). Sum of RGB (Red+Green+Blue) = 183+22+15=220 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.18% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 183 - color contains mainly: red. Hex color #B7160F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7160F is #48E9F0. Grayscale: #454545. Windows color (decimal): -4778481 or 988855. OLE color: 988855.
HSL color Cylindrical-coordinate representation of color #B7160F: hue angle of 2.5º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7160F is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 15 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.28 |
| HSL | 2.5º | 0.85% | 0.39% | - |
| HSV(B) | 2.5º | 0.92% | 0.72% | - |
| XYZ | 19.9 | 10.68 | 1.46 | - |
| YUV | 69.34 | 97.34 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 15 | 0 | 0.88 | 0.92 | 0.28 | 2.5 | 0.85 | 0.39 |
| Hex | B7 | 16 | F | 0 | 58 | 5C | 1C | 2 | 55 | 27 |
| Octal | 267 | 26 | 17 | 0 | 130 | 134 | 34 | 2 | 125 | 47 |
| Binary | 10110111 | 10110 | 1111 | 0 | 1011000 | 1011100 | 11100 | 10 | 1010101 | 100111 |
Color Harmonies of #B7160F
Complementary color
Monochromatic Colors of #B7160F
Black with #B7160F
Text Example
Text Example
White with #B7160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7160F; }
p { color: rgb(183,22,15); }
H1.HeaderClassName
{
color: #B7160F;
}
.AnyTagClassName
{
color: #B7160F;
}
</style>
background-color css
<style>
a { background-color: #B7160F; }
a { background-color: rgb(183,22,15); }
div.DivClassName
{
background-color: #B7160F;
}
.BgClassName
{
background-color: #B7160F;
}
</style>
border-color css
<style>
span { border-color: #B7160F; }
span { border-color: rgb(183,22,15); }
td.TdClassName
{
border-color: #B7160F;
}
.TagClassName
{
border-color: #B7160F;
}
</style>