Shades of Guardsman Red #AA343A
Tints of Guardsman Red #AA343A
RGB
CMYK
RGB Variations
Color information
#AA343A (or 0xAA343A) is known color: Guardsman Red. HEX triplet: AA, 34 and 3A. RGB value is (170,52,58). Sum of RGB (Red+Green+Blue) = 170+52+58=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA343A is #55CBC5. Grayscale: #585858. Windows color (decimal): -5622726 or 3814570. OLE color: 3814570.
HSL color Cylindrical-coordinate representation of color #AA343A: hue angle of 356.95º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA343A is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 58 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.33 |
| HSL | 356.95º | 0.53% | 0.44% | - |
| HSV(B) | 356.95º | 0.69% | 0.67% | - |
| XYZ | 18.57 | 11.31 | 5.21 | - |
| YUV | 87.97 | 111.09 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 58 | 0 | 0.69 | 0.66 | 0.33 | 356.95 | 0.53 | 0.44 |
| Hex | AA | 34 | 3A | 0 | 45 | 42 | 21 | 165 | 35 | 2C |
| Octal | 252 | 64 | 72 | 0 | 105 | 102 | 41 | 545 | 65 | 54 |
| Binary | 10101010 | 110100 | 111010 | 0 | 1000101 | 1000010 | 100001 | 101100101 | 110101 | 101100 |
Color Harmonies of #AA343A
Complementary color
Monochromatic Colors of #AA343A
Black with #AA343A
Text Example
Text Example
White with #AA343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA343A; }
p { color: rgb(170,52,58); }
H1.HeaderClassName
{
color: #AA343A;
}
.AnyTagClassName
{
color: #AA343A;
}
</style>
background-color css
<style>
a { background-color: #AA343A; }
a { background-color: rgb(170,52,58); }
div.DivClassName
{
background-color: #AA343A;
}
.BgClassName
{
background-color: #AA343A;
}
</style>
border-color css
<style>
span { border-color: #AA343A; }
span { border-color: rgb(170,52,58); }
td.TdClassName
{
border-color: #AA343A;
}
.TagClassName
{
border-color: #AA343A;
}
</style>