Shades of Guardsman Red #AA222B
Tints of Guardsman Red #AA222B
RGB
CMYK
RGB Variations
Color information
#AA222B (or 0xAA222B) is known color: Guardsman Red. HEX triplet: AA, 22 and 2B. RGB value is (170,34,43). Sum of RGB (Red+Green+Blue) = 170+34+43=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA222B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA222B is #55DDD4. Grayscale: #4B4B4B. Windows color (decimal): -5627349 or 2826922. OLE color: 2826922.
HSL color Cylindrical-coordinate representation of color #AA222B: hue angle of 356.03º 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 #AA222B is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 43 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.33 |
| HSL | 356.03º | 0.67% | 0.4% | - |
| HSV(B) | 356.03º | 0.8% | 0.67% | - |
| XYZ | 17.59 | 9.86 | 3.26 | - |
| YUV | 75.69 | 109.56 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 43 | 0 | 0.80 | 0.75 | 0.33 | 356.03 | 0.67 | 0.4 |
| Hex | AA | 22 | 2B | 0 | 50 | 4B | 21 | 164 | 43 | 28 |
| Octal | 252 | 42 | 53 | 0 | 120 | 113 | 41 | 544 | 103 | 50 |
| Binary | 10101010 | 100010 | 101011 | 0 | 1010000 | 1001011 | 100001 | 101100100 | 1000011 | 101000 |
Color Harmonies of #AA222B
Complementary color
Monochromatic Colors of #AA222B
Black with #AA222B
Text Example
Text Example
White with #AA222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA222B; }
p { color: rgb(170,34,43); }
H1.HeaderClassName
{
color: #AA222B;
}
.AnyTagClassName
{
color: #AA222B;
}
</style>
background-color css
<style>
a { background-color: #AA222B; }
a { background-color: rgb(170,34,43); }
div.DivClassName
{
background-color: #AA222B;
}
.BgClassName
{
background-color: #AA222B;
}
</style>
border-color css
<style>
span { border-color: #AA222B; }
span { border-color: rgb(170,34,43); }
td.TdClassName
{
border-color: #AA222B;
}
.TagClassName
{
border-color: #AA222B;
}
</style>