Shades of Fire Brick #B8220E
Tints of Fire Brick #B8220E
RGB
CMYK
RGB Variations
Color information
#B8220E (or 0xB8220E) is known color: Fire Brick. HEX triplet: B8, 22 and 0E. RGB value is (184,34,14). Sum of RGB (Red+Green+Blue) = 184+34+14=232 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.31% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 184 - color contains mainly: red. Hex color #B8220E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8220E is #47DDF1. Grayscale: #4C4C4C. Windows color (decimal): -4709874 or 926392. OLE color: 926392.
HSL color Cylindrical-coordinate representation of color #B8220E: hue angle of 7.06º 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 #B8220E is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 14 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.28 |
| HSL | 7.06º | 0.86% | 0.39% | - |
| HSV(B) | 7.06º | 0.92% | 0.72% | - |
| XYZ | 20.42 | 11.37 | 1.53 | - |
| YUV | 76.57 | 92.7 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 14 | 0 | 0.82 | 0.92 | 0.28 | 7.06 | 0.86 | 0.39 |
| Hex | B8 | 22 | E | 0 | 52 | 5C | 1C | 7 | 56 | 27 |
| Octal | 270 | 42 | 16 | 0 | 122 | 134 | 34 | 7 | 126 | 47 |
| Binary | 10111000 | 100010 | 1110 | 0 | 1010010 | 1011100 | 11100 | 111 | 1010110 | 100111 |
Color Harmonies of #B8220E
Complementary color
Monochromatic Colors of #B8220E
Black with #B8220E
Text Example
Text Example
White with #B8220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8220E; }
p { color: rgb(184,34,14); }
H1.HeaderClassName
{
color: #B8220E;
}
.AnyTagClassName
{
color: #B8220E;
}
</style>
background-color css
<style>
a { background-color: #B8220E; }
a { background-color: rgb(184,34,14); }
div.DivClassName
{
background-color: #B8220E;
}
.BgClassName
{
background-color: #B8220E;
}
</style>
border-color css
<style>
span { border-color: #B8220E; }
span { border-color: rgb(184,34,14); }
td.TdClassName
{
border-color: #B8220E;
}
.TagClassName
{
border-color: #B8220E;
}
</style>