Shades of Guardsman Red #AA232C
Tints of Guardsman Red #AA232C
RGB
CMYK
RGB Variations
Color information
#AA232C (or 0xAA232C) is known color: Guardsman Red. HEX triplet: AA, 23 and 2C. RGB value is (170,35,44). Sum of RGB (Red+Green+Blue) = 170+35+44=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA232C is #55DCD3. Grayscale: #4C4C4C. Windows color (decimal): -5627092 or 2892714. OLE color: 2892714.
HSL color Cylindrical-coordinate representation of color #AA232C: hue angle of 356º 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 #AA232C is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 44 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.33 |
| HSL | 356º | 0.66% | 0.4% | - |
| HSV(B) | 356º | 0.79% | 0.67% | - |
| XYZ | 17.63 | 9.93 | 3.37 | - |
| YUV | 76.39 | 109.73 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 44 | 0 | 0.79 | 0.74 | 0.33 | 356 | 0.66 | 0.4 |
| Hex | AA | 23 | 2C | 0 | 4F | 4A | 21 | 164 | 42 | 28 |
| Octal | 252 | 43 | 54 | 0 | 117 | 112 | 41 | 544 | 102 | 50 |
| Binary | 10101010 | 100011 | 101100 | 0 | 1001111 | 1001010 | 100001 | 101100100 | 1000010 | 101000 |
Color Harmonies of #AA232C
Complementary color
Monochromatic Colors of #AA232C
Black with #AA232C
Text Example
Text Example
White with #AA232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA232C; }
p { color: rgb(170,35,44); }
H1.HeaderClassName
{
color: #AA232C;
}
.AnyTagClassName
{
color: #AA232C;
}
</style>
background-color css
<style>
a { background-color: #AA232C; }
a { background-color: rgb(170,35,44); }
div.DivClassName
{
background-color: #AA232C;
}
.BgClassName
{
background-color: #AA232C;
}
</style>
border-color css
<style>
span { border-color: #AA232C; }
span { border-color: rgb(170,35,44); }
td.TdClassName
{
border-color: #AA232C;
}
.TagClassName
{
border-color: #AA232C;
}
</style>