Shades of Guardsman Red #AA2230
Tints of Guardsman Red #AA2230
RGB
CMYK
RGB Variations
Color information
#AA2230 (or 0xAA2230) is known color: Guardsman Red. HEX triplet: AA, 22 and 30. RGB value is (170,34,48). Sum of RGB (Red+Green+Blue) = 170+34+48=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2230 is #55DDCF. Grayscale: #4C4C4C. Windows color (decimal): -5627344 or 3154602. OLE color: 3154602.
HSL color Cylindrical-coordinate representation of color #AA2230: hue angle of 353.82º 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 #AA2230 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 48 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.33 |
| HSL | 353.82º | 0.67% | 0.4% | - |
| HSV(B) | 353.82º | 0.8% | 0.67% | - |
| XYZ | 17.68 | 9.9 | 3.78 | - |
| YUV | 76.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 48 | 0 | 0.80 | 0.72 | 0.33 | 353.82 | 0.67 | 0.4 |
| Hex | AA | 22 | 30 | 0 | 50 | 48 | 21 | 162 | 43 | 28 |
| Octal | 252 | 42 | 60 | 0 | 120 | 110 | 41 | 542 | 103 | 50 |
| Binary | 10101010 | 100010 | 110000 | 0 | 1010000 | 1001000 | 100001 | 101100010 | 1000011 | 101000 |
Color Harmonies of #AA2230
Complementary color
Monochromatic Colors of #AA2230
Black with #AA2230
Text Example
Text Example
White with #AA2230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2230; }
p { color: rgb(170,34,48); }
H1.HeaderClassName
{
color: #AA2230;
}
.AnyTagClassName
{
color: #AA2230;
}
</style>
background-color css
<style>
a { background-color: #AA2230; }
a { background-color: rgb(170,34,48); }
div.DivClassName
{
background-color: #AA2230;
}
.BgClassName
{
background-color: #AA2230;
}
</style>
border-color css
<style>
span { border-color: #AA2230; }
span { border-color: rgb(170,34,48); }
td.TdClassName
{
border-color: #AA2230;
}
.TagClassName
{
border-color: #AA2230;
}
</style>