Shades of Fire Brick #B7160C
Tints of Fire Brick #B7160C
RGB
CMYK
RGB Variations
Color information
#B7160C (or 0xB7160C) is known color: Fire Brick. HEX triplet: B7, 16 and 0C. RGB value is (183,22,12). Sum of RGB (Red+Green+Blue) = 183+22+12=217 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.33% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 183 - color contains mainly: red. Hex color #B7160C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7160C is #48E9F3. Grayscale: #454545. Windows color (decimal): -4778484 or 792247. OLE color: 792247.
HSL color Cylindrical-coordinate representation of color #B7160C: hue angle of 3.51º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7160C is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 12 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.28 |
| HSL | 3.51º | 0.88% | 0.38% | - |
| HSV(B) | 3.51º | 0.93% | 0.72% | - |
| XYZ | 19.88 | 10.67 | 1.36 | - |
| YUV | 69 | 95.84 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 12 | 0 | 0.88 | 0.93 | 0.28 | 3.51 | 0.88 | 0.38 |
| Hex | B7 | 16 | C | 0 | 58 | 5D | 1C | 4 | 58 | 26 |
| Octal | 267 | 26 | 14 | 0 | 130 | 135 | 34 | 4 | 130 | 46 |
| Binary | 10110111 | 10110 | 1100 | 0 | 1011000 | 1011101 | 11100 | 100 | 1011000 | 100110 |
Color Harmonies of #B7160C
Complementary color
Monochromatic Colors of #B7160C
Black with #B7160C
Text Example
Text Example
White with #B7160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7160C; }
p { color: rgb(183,22,12); }
H1.HeaderClassName
{
color: #B7160C;
}
.AnyTagClassName
{
color: #B7160C;
}
</style>
background-color css
<style>
a { background-color: #B7160C; }
a { background-color: rgb(183,22,12); }
div.DivClassName
{
background-color: #B7160C;
}
.BgClassName
{
background-color: #B7160C;
}
</style>
border-color css
<style>
span { border-color: #B7160C; }
span { border-color: rgb(183,22,12); }
td.TdClassName
{
border-color: #B7160C;
}
.TagClassName
{
border-color: #B7160C;
}
</style>