Shades of Guardsman Red #AA232E
Tints of Guardsman Red #AA232E
RGB
CMYK
RGB Variations
Color information
#AA232E (or 0xAA232E) is known color: Guardsman Red. HEX triplet: AA, 23 and 2E. RGB value is (170,35,46). Sum of RGB (Red+Green+Blue) = 170+35+46=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA232E is #55DCD1. Grayscale: #4C4C4C. Windows color (decimal): -5627090 or 3023786. OLE color: 3023786.
HSL color Cylindrical-coordinate representation of color #AA232E: hue angle of 355.11º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA232E is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 46 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.33 |
| HSL | 355.11º | 0.66% | 0.4% | - |
| HSV(B) | 355.11º | 0.79% | 0.67% | - |
| XYZ | 17.67 | 9.95 | 3.57 | - |
| YUV | 76.62 | 110.73 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 46 | 0 | 0.79 | 0.73 | 0.33 | 355.11 | 0.66 | 0.4 |
| Hex | AA | 23 | 2E | 0 | 4F | 49 | 21 | 163 | 42 | 28 |
| Octal | 252 | 43 | 56 | 0 | 117 | 111 | 41 | 543 | 102 | 50 |
| Binary | 10101010 | 100011 | 101110 | 0 | 1001111 | 1001001 | 100001 | 101100011 | 1000010 | 101000 |
Color Harmonies of #AA232E
Complementary color
Monochromatic Colors of #AA232E
Black with #AA232E
Text Example
Text Example
White with #AA232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA232E; }
p { color: rgb(170,35,46); }
H1.HeaderClassName
{
color: #AA232E;
}
.AnyTagClassName
{
color: #AA232E;
}
</style>
background-color css
<style>
a { background-color: #AA232E; }
a { background-color: rgb(170,35,46); }
div.DivClassName
{
background-color: #AA232E;
}
.BgClassName
{
background-color: #AA232E;
}
</style>
border-color css
<style>
span { border-color: #AA232E; }
span { border-color: rgb(170,35,46); }
td.TdClassName
{
border-color: #AA232E;
}
.TagClassName
{
border-color: #AA232E;
}
</style>