Shades of Fire Brick #AA2214
Tints of Fire Brick #AA2214
RGB
CMYK
RGB Variations
Color information
#AA2214 (or 0xAA2214) is known color: Fire Brick. HEX triplet: AA, 22 and 14. RGB value is (170,34,20). Sum of RGB (Red+Green+Blue) = 170+34+20=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2214 is #55DDEB. Grayscale: #494949. Windows color (decimal): -5627372 or 1319594. OLE color: 1319594.
HSL color Cylindrical-coordinate representation of color #AA2214: hue angle of 5.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA2214 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 20 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.33 |
| HSL | 5.6º | 0.79% | 0.37% | - |
| HSV(B) | 5.6º | 0.88% | 0.67% | - |
| XYZ | 17.28 | 9.74 | 1.63 | - |
| YUV | 73.07 | 98.06 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 20 | 0 | 0.80 | 0.88 | 0.33 | 5.6 | 0.79 | 0.37 |
| Hex | AA | 22 | 14 | 0 | 50 | 58 | 21 | 6 | 4F | 25 |
| Octal | 252 | 42 | 24 | 0 | 120 | 130 | 41 | 6 | 117 | 45 |
| Binary | 10101010 | 100010 | 10100 | 0 | 1010000 | 1011000 | 100001 | 110 | 1001111 | 100101 |
Color Harmonies of #AA2214
Complementary color
Monochromatic Colors of #AA2214
Black with #AA2214
Text Example
Text Example
White with #AA2214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2214; }
p { color: rgb(170,34,20); }
H1.HeaderClassName
{
color: #AA2214;
}
.AnyTagClassName
{
color: #AA2214;
}
</style>
background-color css
<style>
a { background-color: #AA2214; }
a { background-color: rgb(170,34,20); }
div.DivClassName
{
background-color: #AA2214;
}
.BgClassName
{
background-color: #AA2214;
}
</style>
border-color css
<style>
span { border-color: #AA2214; }
span { border-color: rgb(170,34,20); }
td.TdClassName
{
border-color: #AA2214;
}
.TagClassName
{
border-color: #AA2214;
}
</style>