Shades of Fire Brick #B8170C
Tints of Fire Brick #B8170C
RGB
CMYK
RGB Variations
Color information
#B8170C (or 0xB8170C) is known color: Fire Brick. HEX triplet: B8, 17 and 0C. RGB value is (184,23,12). Sum of RGB (Red+Green+Blue) = 184+23+12=219 (29% of max value = 765). Red value is 184 (72.27% from 255 or 84.02% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 184 - color contains mainly: red. Hex color #B8170C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8170C is #47E8F3. Grayscale: #464646. Windows color (decimal): -4712692 or 792504. OLE color: 792504.
HSL color Cylindrical-coordinate representation of color #B8170C: hue angle of 3.84º 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 #B8170C is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 12 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.28 |
| HSL | 3.84º | 0.88% | 0.38% | - |
| HSV(B) | 3.84º | 0.93% | 0.72% | - |
| XYZ | 20.14 | 10.83 | 1.38 | - |
| YUV | 69.89 | 95.34 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 12 | 0 | 0.88 | 0.93 | 0.28 | 3.84 | 0.88 | 0.38 |
| Hex | B8 | 17 | C | 0 | 58 | 5D | 1C | 4 | 58 | 26 |
| Octal | 270 | 27 | 14 | 0 | 130 | 135 | 34 | 4 | 130 | 46 |
| Binary | 10111000 | 10111 | 1100 | 0 | 1011000 | 1011101 | 11100 | 100 | 1011000 | 100110 |
Color Harmonies of #B8170C
Complementary color
Monochromatic Colors of #B8170C
Black with #B8170C
Text Example
Text Example
White with #B8170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8170C; }
p { color: rgb(184,23,12); }
H1.HeaderClassName
{
color: #B8170C;
}
.AnyTagClassName
{
color: #B8170C;
}
</style>
background-color css
<style>
a { background-color: #B8170C; }
a { background-color: rgb(184,23,12); }
div.DivClassName
{
background-color: #B8170C;
}
.BgClassName
{
background-color: #B8170C;
}
</style>
border-color css
<style>
span { border-color: #B8170C; }
span { border-color: rgb(184,23,12); }
td.TdClassName
{
border-color: #B8170C;
}
.TagClassName
{
border-color: #B8170C;
}
</style>