Shades of Guardsman Red #AA343D
Tints of Guardsman Red #AA343D
RGB
CMYK
RGB Variations
Color information
#AA343D (or 0xAA343D) is known color: Guardsman Red. HEX triplet: AA, 34 and 3D. RGB value is (170,52,61). Sum of RGB (Red+Green+Blue) = 170+52+61=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA343D is #55CBC2. Grayscale: #585858. Windows color (decimal): -5622723 or 4011178. OLE color: 4011178.
HSL color Cylindrical-coordinate representation of color #AA343D: hue angle of 355.42º 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 #AA343D is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 61 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.33 |
| HSL | 355.42º | 0.53% | 0.44% | - |
| HSV(B) | 355.42º | 0.69% | 0.67% | - |
| XYZ | 18.65 | 11.34 | 5.62 | - |
| YUV | 88.31 | 112.59 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 61 | 0 | 0.69 | 0.64 | 0.33 | 355.42 | 0.53 | 0.44 |
| Hex | AA | 34 | 3D | 0 | 45 | 40 | 21 | 163 | 35 | 2C |
| Octal | 252 | 64 | 75 | 0 | 105 | 100 | 41 | 543 | 65 | 54 |
| Binary | 10101010 | 110100 | 111101 | 0 | 1000101 | 1000000 | 100001 | 101100011 | 110101 | 101100 |
Color Harmonies of #AA343D
Complementary color
Monochromatic Colors of #AA343D
Black with #AA343D
Text Example
Text Example
White with #AA343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA343D; }
p { color: rgb(170,52,61); }
H1.HeaderClassName
{
color: #AA343D;
}
.AnyTagClassName
{
color: #AA343D;
}
</style>
background-color css
<style>
a { background-color: #AA343D; }
a { background-color: rgb(170,52,61); }
div.DivClassName
{
background-color: #AA343D;
}
.BgClassName
{
background-color: #AA343D;
}
</style>
border-color css
<style>
span { border-color: #AA343D; }
span { border-color: rgb(170,52,61); }
td.TdClassName
{
border-color: #AA343D;
}
.TagClassName
{
border-color: #AA343D;
}
</style>