Shades of Guardsman Red #AA383D
Tints of Guardsman Red #AA383D
RGB
CMYK
RGB Variations
Color information
#AA383D (or 0xAA383D) is known color: Guardsman Red. HEX triplet: AA, 38 and 3D. RGB value is (170,56,61). Sum of RGB (Red+Green+Blue) = 170+56+61=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA383D is #55C7C2. Grayscale: #5A5A5A. Windows color (decimal): -5621699 or 4012202. OLE color: 4012202.
HSL color Cylindrical-coordinate representation of color #AA383D: hue angle of 357.37º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA383D is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 61 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.33 |
| HSL | 357.37º | 0.5% | 0.44% | - |
| HSV(B) | 357.37º | 0.67% | 0.67% | - |
| XYZ | 18.83 | 11.71 | 5.68 | - |
| YUV | 90.66 | 111.27 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 61 | 0 | 0.67 | 0.64 | 0.33 | 357.37 | 0.5 | 0.44 |
| Hex | AA | 38 | 3D | 0 | 43 | 40 | 21 | 165 | 32 | 2C |
| Octal | 252 | 70 | 75 | 0 | 103 | 100 | 41 | 545 | 62 | 54 |
| Binary | 10101010 | 111000 | 111101 | 0 | 1000011 | 1000000 | 100001 | 101100101 | 110010 | 101100 |
Color Harmonies of #AA383D
Complementary color
Monochromatic Colors of #AA383D
Black with #AA383D
Text Example
Text Example
White with #AA383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA383D; }
p { color: rgb(170,56,61); }
H1.HeaderClassName
{
color: #AA383D;
}
.AnyTagClassName
{
color: #AA383D;
}
</style>
background-color css
<style>
a { background-color: #AA383D; }
a { background-color: rgb(170,56,61); }
div.DivClassName
{
background-color: #AA383D;
}
.BgClassName
{
background-color: #AA383D;
}
</style>
border-color css
<style>
span { border-color: #AA383D; }
span { border-color: rgb(170,56,61); }
td.TdClassName
{
border-color: #AA383D;
}
.TagClassName
{
border-color: #AA383D;
}
</style>