Shades of Fire Brick #A82214
Tints of Fire Brick #A82214
RGB
CMYK
RGB Variations
Color information
#A82214 (or 0xA82214) is known color: Fire Brick. HEX triplet: A8, 22 and 14. RGB value is (168,34,20). Sum of RGB (Red+Green+Blue) = 168+34+20=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A82214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82214 is #57DDEB. Grayscale: #484848. Windows color (decimal): -5758444 or 1319592. OLE color: 1319592.
HSL color Cylindrical-coordinate representation of color #A82214: hue angle of 5.68º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A82214 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 34 | 20 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.34 |
| HSL | 5.68º | 0.79% | 0.37% | - |
| HSV(B) | 5.68º | 0.88% | 0.66% | - |
| XYZ | 16.85 | 9.52 | 1.61 | - |
| YUV | 72.47 | 98.39 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 20 | 0 | 0.80 | 0.88 | 0.34 | 5.68 | 0.79 | 0.37 |
| Hex | A8 | 22 | 14 | 0 | 50 | 58 | 22 | 6 | 4F | 25 |
| Octal | 250 | 42 | 24 | 0 | 120 | 130 | 42 | 6 | 117 | 45 |
| Binary | 10101000 | 100010 | 10100 | 0 | 1010000 | 1011000 | 100010 | 110 | 1001111 | 100101 |
Color Harmonies of #A82214
Complementary color
Monochromatic Colors of #A82214
Black with #A82214
Text Example
Text Example
White with #A82214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82214; }
p { color: rgb(168,34,20); }
H1.HeaderClassName
{
color: #A82214;
}
.AnyTagClassName
{
color: #A82214;
}
</style>
background-color css
<style>
a { background-color: #A82214; }
a { background-color: rgb(168,34,20); }
div.DivClassName
{
background-color: #A82214;
}
.BgClassName
{
background-color: #A82214;
}
</style>
border-color css
<style>
span { border-color: #A82214; }
span { border-color: rgb(168,34,20); }
td.TdClassName
{
border-color: #A82214;
}
.TagClassName
{
border-color: #A82214;
}
</style>