Shades of Fire Brick #B9170C
Tints of Fire Brick #B9170C
RGB
CMYK
RGB Variations
Color information
#B9170C (or 0xB9170C) is known color: Fire Brick. HEX triplet: B9, 17 and 0C. RGB value is (185,23,12). Sum of RGB (Red+Green+Blue) = 185+23+12=220 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.09% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 185 - color contains mainly: red. Hex color #B9170C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9170C is #46E8F3. Grayscale: #464646. Windows color (decimal): -4647156 or 792505. OLE color: 792505.
HSL color Cylindrical-coordinate representation of color #B9170C: hue angle of 3.82º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9170C is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 12 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.27 |
| HSL | 3.82º | 0.88% | 0.39% | - |
| HSV(B) | 3.82º | 0.94% | 0.73% | - |
| XYZ | 20.38 | 10.95 | 1.39 | - |
| YUV | 70.18 | 95.17 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 12 | 0 | 0.88 | 0.94 | 0.27 | 3.82 | 0.88 | 0.39 |
| Hex | B9 | 17 | C | 0 | 58 | 5E | 1B | 4 | 58 | 27 |
| Octal | 271 | 27 | 14 | 0 | 130 | 136 | 33 | 4 | 130 | 47 |
| Binary | 10111001 | 10111 | 1100 | 0 | 1011000 | 1011110 | 11011 | 100 | 1011000 | 100111 |
Color Harmonies of #B9170C
Complementary color
Monochromatic Colors of #B9170C
Black with #B9170C
Text Example
Text Example
White with #B9170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9170C; }
p { color: rgb(185,23,12); }
H1.HeaderClassName
{
color: #B9170C;
}
.AnyTagClassName
{
color: #B9170C;
}
</style>
background-color css
<style>
a { background-color: #B9170C; }
a { background-color: rgb(185,23,12); }
div.DivClassName
{
background-color: #B9170C;
}
.BgClassName
{
background-color: #B9170C;
}
</style>
border-color css
<style>
span { border-color: #B9170C; }
span { border-color: rgb(185,23,12); }
td.TdClassName
{
border-color: #B9170C;
}
.TagClassName
{
border-color: #B9170C;
}
</style>