Shades of Guardsman Red #AA393D
Tints of Guardsman Red #AA393D
RGB
CMYK
RGB Variations
Color information
#AA393D (or 0xAA393D) is known color: Guardsman Red. HEX triplet: AA, 39 and 3D. RGB value is (170,57,61). Sum of RGB (Red+Green+Blue) = 170+57+61=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA393D is #55C6C2. Grayscale: #5B5B5B. Windows color (decimal): -5621443 or 4012458. OLE color: 4012458.
HSL color Cylindrical-coordinate representation of color #AA393D: hue angle of 357.88º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA393D is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 61 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.33 |
| HSL | 357.88º | 0.5% | 0.45% | - |
| HSV(B) | 357.88º | 0.66% | 0.67% | - |
| XYZ | 18.88 | 11.81 | 5.7 | - |
| YUV | 91.24 | 110.94 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 61 | 0 | 0.66 | 0.64 | 0.33 | 357.88 | 0.5 | 0.45 |
| Hex | AA | 39 | 3D | 0 | 42 | 40 | 21 | 166 | 32 | 2D |
| Octal | 252 | 71 | 75 | 0 | 102 | 100 | 41 | 546 | 62 | 55 |
| Binary | 10101010 | 111001 | 111101 | 0 | 1000010 | 1000000 | 100001 | 101100110 | 110010 | 101101 |
Color Harmonies of #AA393D
Complementary color
Monochromatic Colors of #AA393D
Black with #AA393D
Text Example
Text Example
White with #AA393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA393D; }
p { color: rgb(170,57,61); }
H1.HeaderClassName
{
color: #AA393D;
}
.AnyTagClassName
{
color: #AA393D;
}
</style>
background-color css
<style>
a { background-color: #AA393D; }
a { background-color: rgb(170,57,61); }
div.DivClassName
{
background-color: #AA393D;
}
.BgClassName
{
background-color: #AA393D;
}
</style>
border-color css
<style>
span { border-color: #AA393D; }
span { border-color: rgb(170,57,61); }
td.TdClassName
{
border-color: #AA393D;
}
.TagClassName
{
border-color: #AA393D;
}
</style>