Shades of Fire Brick #B82214
Tints of Fire Brick #B82214
RGB
CMYK
RGB Variations
Color information
#B82214 (or 0xB82214) is known color: Fire Brick. HEX triplet: B8, 22 and 14. RGB value is (184,34,20). Sum of RGB (Red+Green+Blue) = 184+34+20=238 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.31% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 184 - color contains mainly: red. Hex color #B82214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82214 is #47DDEB. Grayscale: #4D4D4D. Windows color (decimal): -4709868 or 1319608. OLE color: 1319608.
HSL color Cylindrical-coordinate representation of color #B82214: hue angle of 5.12º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B82214 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 20 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.28 |
| HSL | 5.12º | 0.8% | 0.4% | - |
| HSV(B) | 5.12º | 0.89% | 0.72% | - |
| XYZ | 20.47 | 11.38 | 1.78 | - |
| YUV | 77.25 | 95.7 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 20 | 0 | 0.82 | 0.89 | 0.28 | 5.12 | 0.8 | 0.4 |
| Hex | B8 | 22 | 14 | 0 | 52 | 59 | 1C | 5 | 50 | 28 |
| Octal | 270 | 42 | 24 | 0 | 122 | 131 | 34 | 5 | 120 | 50 |
| Binary | 10111000 | 100010 | 10100 | 0 | 1010010 | 1011001 | 11100 | 101 | 1010000 | 101000 |
Color Harmonies of #B82214
Complementary color
Monochromatic Colors of #B82214
Black with #B82214
Text Example
Text Example
White with #B82214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82214; }
p { color: rgb(184,34,20); }
H1.HeaderClassName
{
color: #B82214;
}
.AnyTagClassName
{
color: #B82214;
}
</style>
background-color css
<style>
a { background-color: #B82214; }
a { background-color: rgb(184,34,20); }
div.DivClassName
{
background-color: #B82214;
}
.BgClassName
{
background-color: #B82214;
}
</style>
border-color css
<style>
span { border-color: #B82214; }
span { border-color: rgb(184,34,20); }
td.TdClassName
{
border-color: #B82214;
}
.TagClassName
{
border-color: #B82214;
}
</style>