Shades of Fire Brick #AA221E
Tints of Fire Brick #AA221E
RGB
CMYK
RGB Variations
Color information
#AA221E (or 0xAA221E) is known color: Fire Brick. HEX triplet: AA, 22 and 1E. RGB value is (170,34,30). Sum of RGB (Red+Green+Blue) = 170+34+30=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA221E is #55DDE1. Grayscale: #4A4A4A. Windows color (decimal): -5627362 or 1974954. OLE color: 1974954.
HSL color Cylindrical-coordinate representation of color #AA221E: hue angle of 1.71º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA221E is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 30 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.33 |
| HSL | 1.71º | 0.7% | 0.39% | - |
| HSV(B) | 1.71º | 0.82% | 0.67% | - |
| XYZ | 17.38 | 9.78 | 2.2 | - |
| YUV | 74.21 | 103.06 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 30 | 0 | 0.80 | 0.82 | 0.33 | 1.71 | 0.7 | 0.39 |
| Hex | AA | 22 | 1E | 0 | 50 | 52 | 21 | 2 | 46 | 27 |
| Octal | 252 | 42 | 36 | 0 | 120 | 122 | 41 | 2 | 106 | 47 |
| Binary | 10101010 | 100010 | 11110 | 0 | 1010000 | 1010010 | 100001 | 10 | 1000110 | 100111 |
Color Harmonies of #AA221E
Complementary color
Monochromatic Colors of #AA221E
Black with #AA221E
Text Example
Text Example
White with #AA221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA221E; }
p { color: rgb(170,34,30); }
H1.HeaderClassName
{
color: #AA221E;
}
.AnyTagClassName
{
color: #AA221E;
}
</style>
background-color css
<style>
a { background-color: #AA221E; }
a { background-color: rgb(170,34,30); }
div.DivClassName
{
background-color: #AA221E;
}
.BgClassName
{
background-color: #AA221E;
}
</style>
border-color css
<style>
span { border-color: #AA221E; }
span { border-color: rgb(170,34,30); }
td.TdClassName
{
border-color: #AA221E;
}
.TagClassName
{
border-color: #AA221E;
}
</style>