Shades of Guardsman Red #AA323B
Tints of Guardsman Red #AA323B
RGB
CMYK
RGB Variations
Color information
#AA323B (or 0xAA323B) is known color: Guardsman Red. HEX triplet: AA, 32 and 3B. RGB value is (170,50,59). Sum of RGB (Red+Green+Blue) = 170+50+59=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA323B is #55CDC4. Grayscale: #565656. Windows color (decimal): -5623237 or 3879594. OLE color: 3879594.
HSL color Cylindrical-coordinate representation of color #AA323B: hue angle of 355.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA323B is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 59 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.33 |
| HSL | 355.5º | 0.55% | 0.43% | - |
| HSV(B) | 355.5º | 0.71% | 0.67% | - |
| XYZ | 18.51 | 11.14 | 5.31 | - |
| YUV | 86.91 | 112.26 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 59 | 0 | 0.71 | 0.65 | 0.33 | 355.5 | 0.55 | 0.43 |
| Hex | AA | 32 | 3B | 0 | 47 | 41 | 21 | 164 | 37 | 2B |
| Octal | 252 | 62 | 73 | 0 | 107 | 101 | 41 | 544 | 67 | 53 |
| Binary | 10101010 | 110010 | 111011 | 0 | 1000111 | 1000001 | 100001 | 101100100 | 110111 | 101011 |
Color Harmonies of #AA323B
Complementary color
Monochromatic Colors of #AA323B
Black with #AA323B
Text Example
Text Example
White with #AA323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA323B; }
p { color: rgb(170,50,59); }
H1.HeaderClassName
{
color: #AA323B;
}
.AnyTagClassName
{
color: #AA323B;
}
</style>
background-color css
<style>
a { background-color: #AA323B; }
a { background-color: rgb(170,50,59); }
div.DivClassName
{
background-color: #AA323B;
}
.BgClassName
{
background-color: #AA323B;
}
</style>
border-color css
<style>
span { border-color: #AA323B; }
span { border-color: rgb(170,50,59); }
td.TdClassName
{
border-color: #AA323B;
}
.TagClassName
{
border-color: #AA323B;
}
</style>