Shades of Guardsman Red #AA2234
Tints of Guardsman Red #AA2234
RGB
CMYK
RGB Variations
Color information
#AA2234 (or 0xAA2234) is known color: Guardsman Red. HEX triplet: AA, 22 and 34. RGB value is (170,34,52). Sum of RGB (Red+Green+Blue) = 170+34+52=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2234 is #55DDCB. Grayscale: #4C4C4C. Windows color (decimal): -5627340 or 3416746. OLE color: 3416746.
HSL color Cylindrical-coordinate representation of color #AA2234: hue angle of 352.06º 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 #AA2234 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 52 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.33 |
| HSL | 352.06º | 0.67% | 0.4% | - |
| HSV(B) | 352.06º | 0.8% | 0.67% | - |
| XYZ | 17.77 | 9.94 | 4.23 | - |
| YUV | 76.72 | 114.06 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 52 | 0 | 0.80 | 0.69 | 0.33 | 352.06 | 0.67 | 0.4 |
| Hex | AA | 22 | 34 | 0 | 50 | 45 | 21 | 160 | 43 | 28 |
| Octal | 252 | 42 | 64 | 0 | 120 | 105 | 41 | 540 | 103 | 50 |
| Binary | 10101010 | 100010 | 110100 | 0 | 1010000 | 1000101 | 100001 | 101100000 | 1000011 | 101000 |
Color Harmonies of #AA2234
Complementary color
Monochromatic Colors of #AA2234
Black with #AA2234
Text Example
Text Example
White with #AA2234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2234; }
p { color: rgb(170,34,52); }
H1.HeaderClassName
{
color: #AA2234;
}
.AnyTagClassName
{
color: #AA2234;
}
</style>
background-color css
<style>
a { background-color: #AA2234; }
a { background-color: rgb(170,34,52); }
div.DivClassName
{
background-color: #AA2234;
}
.BgClassName
{
background-color: #AA2234;
}
</style>
border-color css
<style>
span { border-color: #AA2234; }
span { border-color: rgb(170,34,52); }
td.TdClassName
{
border-color: #AA2234;
}
.TagClassName
{
border-color: #AA2234;
}
</style>