Shades of Fire Brick #B9170D
Tints of Fire Brick #B9170D
RGB
CMYK
RGB Variations
Color information
#B9170D (or 0xB9170D) is known color: Fire Brick. HEX triplet: B9, 17 and 0D. RGB value is (185,23,13). Sum of RGB (Red+Green+Blue) = 185+23+13=221 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.71% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 185 - color contains mainly: red. Hex color #B9170D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9170D is #46E8F2. Grayscale: #464646. Windows color (decimal): -4647155 or 858041. OLE color: 858041.
HSL color Cylindrical-coordinate representation of color #B9170D: hue angle of 3.49º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9170D is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 13 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.27 |
| HSL | 3.49º | 0.87% | 0.39% | - |
| HSV(B) | 3.49º | 0.93% | 0.73% | - |
| XYZ | 20.39 | 10.96 | 1.42 | - |
| YUV | 70.3 | 95.67 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 13 | 0 | 0.88 | 0.93 | 0.27 | 3.49 | 0.87 | 0.39 |
| Hex | B9 | 17 | D | 0 | 58 | 5D | 1B | 3 | 57 | 27 |
| Octal | 271 | 27 | 15 | 0 | 130 | 135 | 33 | 3 | 127 | 47 |
| Binary | 10111001 | 10111 | 1101 | 0 | 1011000 | 1011101 | 11011 | 11 | 1010111 | 100111 |
Color Harmonies of #B9170D
Complementary color
Monochromatic Colors of #B9170D
Black with #B9170D
Text Example
Text Example
White with #B9170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9170D; }
p { color: rgb(185,23,13); }
H1.HeaderClassName
{
color: #B9170D;
}
.AnyTagClassName
{
color: #B9170D;
}
</style>
background-color css
<style>
a { background-color: #B9170D; }
a { background-color: rgb(185,23,13); }
div.DivClassName
{
background-color: #B9170D;
}
.BgClassName
{
background-color: #B9170D;
}
</style>
border-color css
<style>
span { border-color: #B9170D; }
span { border-color: rgb(185,23,13); }
td.TdClassName
{
border-color: #B9170D;
}
.TagClassName
{
border-color: #B9170D;
}
</style>