Shades of Guardsman Red #AA2834
Tints of Guardsman Red #AA2834
RGB
CMYK
RGB Variations
Color information
#AA2834 (or 0xAA2834) is known color: Guardsman Red. HEX triplet: AA, 28 and 34. RGB value is (170,40,52). Sum of RGB (Red+Green+Blue) = 170+40+52=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2834 is #55D7CB. Grayscale: #505050. Windows color (decimal): -5625804 or 3418282. OLE color: 3418282.
HSL color Cylindrical-coordinate representation of color #AA2834: hue angle of 354.46º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2834 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 52 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.33 |
| HSL | 354.46º | 0.62% | 0.41% | - |
| HSV(B) | 354.46º | 0.76% | 0.67% | - |
| XYZ | 17.96 | 10.31 | 4.29 | - |
| YUV | 80.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 52 | 0 | 0.76 | 0.69 | 0.33 | 354.46 | 0.62 | 0.41 |
| Hex | AA | 28 | 34 | 0 | 4C | 45 | 21 | 162 | 3E | 29 |
| Octal | 252 | 50 | 64 | 0 | 114 | 105 | 41 | 542 | 76 | 51 |
| Binary | 10101010 | 101000 | 110100 | 0 | 1001100 | 1000101 | 100001 | 101100010 | 111110 | 101001 |
Color Harmonies of #AA2834
Complementary color
Monochromatic Colors of #AA2834
Black with #AA2834
Text Example
Text Example
White with #AA2834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2834; }
p { color: rgb(170,40,52); }
H1.HeaderClassName
{
color: #AA2834;
}
.AnyTagClassName
{
color: #AA2834;
}
</style>
background-color css
<style>
a { background-color: #AA2834; }
a { background-color: rgb(170,40,52); }
div.DivClassName
{
background-color: #AA2834;
}
.BgClassName
{
background-color: #AA2834;
}
</style>
border-color css
<style>
span { border-color: #AA2834; }
span { border-color: rgb(170,40,52); }
td.TdClassName
{
border-color: #AA2834;
}
.TagClassName
{
border-color: #AA2834;
}
</style>