Shades of Guardsman Red #AA222D
Tints of Guardsman Red #AA222D
RGB
CMYK
RGB Variations
Color information
#AA222D (or 0xAA222D) is known color: Guardsman Red. HEX triplet: AA, 22 and 2D. RGB value is (170,34,45). Sum of RGB (Red+Green+Blue) = 170+34+45=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA222D is #55DDD2. Grayscale: #4C4C4C. Windows color (decimal): -5627347 or 2957994. OLE color: 2957994.
HSL color Cylindrical-coordinate representation of color #AA222D: hue angle of 355.15º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA222D is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 45 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.33 |
| HSL | 355.15º | 0.67% | 0.4% | - |
| HSV(B) | 355.15º | 0.8% | 0.67% | - |
| XYZ | 17.62 | 9.88 | 3.46 | - |
| YUV | 75.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 45 | 0 | 0.80 | 0.74 | 0.33 | 355.15 | 0.67 | 0.4 |
| Hex | AA | 22 | 2D | 0 | 50 | 4A | 21 | 163 | 43 | 28 |
| Octal | 252 | 42 | 55 | 0 | 120 | 112 | 41 | 543 | 103 | 50 |
| Binary | 10101010 | 100010 | 101101 | 0 | 1010000 | 1001010 | 100001 | 101100011 | 1000011 | 101000 |
Color Harmonies of #AA222D
Complementary color
Monochromatic Colors of #AA222D
Black with #AA222D
Text Example
Text Example
White with #AA222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA222D; }
p { color: rgb(170,34,45); }
H1.HeaderClassName
{
color: #AA222D;
}
.AnyTagClassName
{
color: #AA222D;
}
</style>
background-color css
<style>
a { background-color: #AA222D; }
a { background-color: rgb(170,34,45); }
div.DivClassName
{
background-color: #AA222D;
}
.BgClassName
{
background-color: #AA222D;
}
</style>
border-color css
<style>
span { border-color: #AA222D; }
span { border-color: rgb(170,34,45); }
td.TdClassName
{
border-color: #AA222D;
}
.TagClassName
{
border-color: #AA222D;
}
</style>