Shades of Guardsman Red #AA343C
Tints of Guardsman Red #AA343C
RGB
CMYK
RGB Variations
Color information
#AA343C (or 0xAA343C) is known color: Guardsman Red. HEX triplet: AA, 34 and 3C. RGB value is (170,52,60). Sum of RGB (Red+Green+Blue) = 170+52+60=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA343C is #55CBC3. Grayscale: #585858. Windows color (decimal): -5622724 or 3945642. OLE color: 3945642.
HSL color Cylindrical-coordinate representation of color #AA343C: hue angle of 355.93º 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 #AA343C is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 60 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.33 |
| HSL | 355.93º | 0.53% | 0.44% | - |
| HSV(B) | 355.93º | 0.69% | 0.67% | - |
| XYZ | 18.62 | 11.33 | 5.48 | - |
| YUV | 88.19 | 112.09 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 60 | 0 | 0.69 | 0.65 | 0.33 | 355.93 | 0.53 | 0.44 |
| Hex | AA | 34 | 3C | 0 | 45 | 41 | 21 | 164 | 35 | 2C |
| Octal | 252 | 64 | 74 | 0 | 105 | 101 | 41 | 544 | 65 | 54 |
| Binary | 10101010 | 110100 | 111100 | 0 | 1000101 | 1000001 | 100001 | 101100100 | 110101 | 101100 |
Color Harmonies of #AA343C
Complementary color
Monochromatic Colors of #AA343C
Black with #AA343C
Text Example
Text Example
White with #AA343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA343C; }
p { color: rgb(170,52,60); }
H1.HeaderClassName
{
color: #AA343C;
}
.AnyTagClassName
{
color: #AA343C;
}
</style>
background-color css
<style>
a { background-color: #AA343C; }
a { background-color: rgb(170,52,60); }
div.DivClassName
{
background-color: #AA343C;
}
.BgClassName
{
background-color: #AA343C;
}
</style>
border-color css
<style>
span { border-color: #AA343C; }
span { border-color: rgb(170,52,60); }
td.TdClassName
{
border-color: #AA343C;
}
.TagClassName
{
border-color: #AA343C;
}
</style>