Shades of Fire Brick #B7170B
Tints of Fire Brick #B7170B
RGB
CMYK
RGB Variations
Color information
#B7170B (or 0xB7170B) is known color: Fire Brick. HEX triplet: B7, 17 and 0B. RGB value is (183,23,11). Sum of RGB (Red+Green+Blue) = 183+23+11=217 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.33% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 183 - color contains mainly: red. Hex color #B7170B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7170B is #48E8F4. Grayscale: #454545. Windows color (decimal): -4778229 or 726967. OLE color: 726967.
HSL color Cylindrical-coordinate representation of color #B7170B: hue angle of 4.19º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7170B is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 23 | 11 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.28 |
| HSL | 4.19º | 0.89% | 0.38% | - |
| HSV(B) | 4.19º | 0.94% | 0.72% | - |
| XYZ | 19.9 | 10.7 | 1.33 | - |
| YUV | 69.47 | 95.01 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 11 | 0 | 0.87 | 0.94 | 0.28 | 4.19 | 0.89 | 0.38 |
| Hex | B7 | 17 | B | 0 | 57 | 5E | 1C | 4 | 59 | 26 |
| Octal | 267 | 27 | 13 | 0 | 127 | 136 | 34 | 4 | 131 | 46 |
| Binary | 10110111 | 10111 | 1011 | 0 | 1010111 | 1011110 | 11100 | 100 | 1011001 | 100110 |
Color Harmonies of #B7170B
Complementary color
Monochromatic Colors of #B7170B
Black with #B7170B
Text Example
Text Example
White with #B7170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7170B; }
p { color: rgb(183,23,11); }
H1.HeaderClassName
{
color: #B7170B;
}
.AnyTagClassName
{
color: #B7170B;
}
</style>
background-color css
<style>
a { background-color: #B7170B; }
a { background-color: rgb(183,23,11); }
div.DivClassName
{
background-color: #B7170B;
}
.BgClassName
{
background-color: #B7170B;
}
</style>
border-color css
<style>
span { border-color: #B7170B; }
span { border-color: rgb(183,23,11); }
td.TdClassName
{
border-color: #B7170B;
}
.TagClassName
{
border-color: #B7170B;
}
</style>