Shades of Fire Brick #B8170E
Tints of Fire Brick #B8170E
RGB
CMYK
RGB Variations
Color information
#B8170E (or 0xB8170E) is known color: Fire Brick. HEX triplet: B8, 17 and 0E. RGB value is (184,23,14). Sum of RGB (Red+Green+Blue) = 184+23+14=221 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.26% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 184 - color contains mainly: red. Hex color #B8170E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8170E is #47E8F1. Grayscale: #464646. Windows color (decimal): -4712690 or 923576. OLE color: 923576.
HSL color Cylindrical-coordinate representation of color #B8170E: hue angle of 3.18º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8170E is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 14 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.28 |
| HSL | 3.18º | 0.86% | 0.39% | - |
| HSV(B) | 3.18º | 0.92% | 0.72% | - |
| XYZ | 20.15 | 10.83 | 1.44 | - |
| YUV | 70.11 | 96.34 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 14 | 0 | 0.88 | 0.92 | 0.28 | 3.18 | 0.86 | 0.39 |
| Hex | B8 | 17 | E | 0 | 58 | 5C | 1C | 3 | 56 | 27 |
| Octal | 270 | 27 | 16 | 0 | 130 | 134 | 34 | 3 | 126 | 47 |
| Binary | 10111000 | 10111 | 1110 | 0 | 1011000 | 1011100 | 11100 | 11 | 1010110 | 100111 |
Color Harmonies of #B8170E
Complementary color
Monochromatic Colors of #B8170E
Black with #B8170E
Text Example
Text Example
White with #B8170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8170E; }
p { color: rgb(184,23,14); }
H1.HeaderClassName
{
color: #B8170E;
}
.AnyTagClassName
{
color: #B8170E;
}
</style>
background-color css
<style>
a { background-color: #B8170E; }
a { background-color: rgb(184,23,14); }
div.DivClassName
{
background-color: #B8170E;
}
.BgClassName
{
background-color: #B8170E;
}
</style>
border-color css
<style>
span { border-color: #B8170E; }
span { border-color: rgb(184,23,14); }
td.TdClassName
{
border-color: #B8170E;
}
.TagClassName
{
border-color: #B8170E;
}
</style>