Shades of Fire Brick #AA220C
Tints of Fire Brick #AA220C
RGB
CMYK
RGB Variations
Color information
#AA220C (or 0xAA220C) is known color: Fire Brick. HEX triplet: AA, 22 and 0C. RGB value is (170,34,12). Sum of RGB (Red+Green+Blue) = 170+34+12=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA220C is #55DDF3. Grayscale: #484848. Windows color (decimal): -5627380 or 795306. OLE color: 795306.
HSL color Cylindrical-coordinate representation of color #AA220C: hue angle of 8.35º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA220C is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 12 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.33 |
| HSL | 8.35º | 0.87% | 0.36% | - |
| HSV(B) | 8.35º | 0.93% | 0.67% | - |
| XYZ | 17.22 | 9.72 | 1.32 | - |
| YUV | 72.16 | 94.06 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 12 | 0 | 0.80 | 0.93 | 0.33 | 8.35 | 0.87 | 0.36 |
| Hex | AA | 22 | C | 0 | 50 | 5D | 21 | 8 | 57 | 24 |
| Octal | 252 | 42 | 14 | 0 | 120 | 135 | 41 | 10 | 127 | 44 |
| Binary | 10101010 | 100010 | 1100 | 0 | 1010000 | 1011101 | 100001 | 1000 | 1010111 | 100100 |
Color Harmonies of #AA220C
Complementary color
Monochromatic Colors of #AA220C
Black with #AA220C
Text Example
Text Example
White with #AA220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA220C; }
p { color: rgb(170,34,12); }
H1.HeaderClassName
{
color: #AA220C;
}
.AnyTagClassName
{
color: #AA220C;
}
</style>
background-color css
<style>
a { background-color: #AA220C; }
a { background-color: rgb(170,34,12); }
div.DivClassName
{
background-color: #AA220C;
}
.BgClassName
{
background-color: #AA220C;
}
</style>
border-color css
<style>
span { border-color: #AA220C; }
span { border-color: rgb(170,34,12); }
td.TdClassName
{
border-color: #AA220C;
}
.TagClassName
{
border-color: #AA220C;
}
</style>