Shades of Guardsman Red #AA3A3D
Tints of Guardsman Red #AA3A3D
RGB
CMYK
RGB Variations
Color information
#AA3A3D (or 0xAA3A3D) is known color: Guardsman Red. HEX triplet: AA, 3A and 3D. RGB value is (170,58,61). Sum of RGB (Red+Green+Blue) = 170+58+61=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A3D is #55C5C2. Grayscale: #5B5B5B. Windows color (decimal): -5621187 or 4012714. OLE color: 4012714.
HSL color Cylindrical-coordinate representation of color #AA3A3D: hue angle of 358.39º degrees, saturation: 0.49, 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 #AA3A3D is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 61 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.33 |
| HSL | 358.39º | 0.49% | 0.45% | - |
| HSV(B) | 358.39º | 0.66% | 0.67% | - |
| XYZ | 18.93 | 11.91 | 5.72 | - |
| YUV | 91.83 | 110.61 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 61 | 0 | 0.66 | 0.64 | 0.33 | 358.39 | 0.49 | 0.45 |
| Hex | AA | 3A | 3D | 0 | 42 | 40 | 21 | 166 | 31 | 2D |
| Octal | 252 | 72 | 75 | 0 | 102 | 100 | 41 | 546 | 61 | 55 |
| Binary | 10101010 | 111010 | 111101 | 0 | 1000010 | 1000000 | 100001 | 101100110 | 110001 | 101101 |
Color Harmonies of #AA3A3D
Complementary color
Monochromatic Colors of #AA3A3D
Black with #AA3A3D
Text Example
Text Example
White with #AA3A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A3D; }
p { color: rgb(170,58,61); }
H1.HeaderClassName
{
color: #AA3A3D;
}
.AnyTagClassName
{
color: #AA3A3D;
}
</style>
background-color css
<style>
a { background-color: #AA3A3D; }
a { background-color: rgb(170,58,61); }
div.DivClassName
{
background-color: #AA3A3D;
}
.BgClassName
{
background-color: #AA3A3D;
}
</style>
border-color css
<style>
span { border-color: #AA3A3D; }
span { border-color: rgb(170,58,61); }
td.TdClassName
{
border-color: #AA3A3D;
}
.TagClassName
{
border-color: #AA3A3D;
}
</style>