Shades of Guardsman Red #AA3C3D
Tints of Guardsman Red #AA3C3D
RGB
CMYK
RGB Variations
Color information
#AA3C3D (or 0xAA3C3D) is known color: Guardsman Red. HEX triplet: AA, 3C and 3D. RGB value is (170,60,61). Sum of RGB (Red+Green+Blue) = 170+60+61=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3C3D is #55C3C2. Grayscale: #5D5D5D. Windows color (decimal): -5620675 or 4013226. OLE color: 4013226.
HSL color Cylindrical-coordinate representation of color #AA3C3D: hue angle of 359.45º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3C3D is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 61 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.33 |
| HSL | 359.45º | 0.48% | 0.45% | - |
| HSV(B) | 359.45º | 0.65% | 0.67% | - |
| XYZ | 19.04 | 12.11 | 5.75 | - |
| YUV | 93 | 109.94 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 61 | 0 | 0.65 | 0.64 | 0.33 | 359.45 | 0.48 | 0.45 |
| Hex | AA | 3C | 3D | 0 | 41 | 40 | 21 | 167 | 30 | 2D |
| Octal | 252 | 74 | 75 | 0 | 101 | 100 | 41 | 547 | 60 | 55 |
| Binary | 10101010 | 111100 | 111101 | 0 | 1000001 | 1000000 | 100001 | 101100111 | 110000 | 101101 |
Color Harmonies of #AA3C3D
Complementary color
Monochromatic Colors of #AA3C3D
Black with #AA3C3D
Text Example
Text Example
White with #AA3C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C3D; }
p { color: rgb(170,60,61); }
H1.HeaderClassName
{
color: #AA3C3D;
}
.AnyTagClassName
{
color: #AA3C3D;
}
</style>
background-color css
<style>
a { background-color: #AA3C3D; }
a { background-color: rgb(170,60,61); }
div.DivClassName
{
background-color: #AA3C3D;
}
.BgClassName
{
background-color: #AA3C3D;
}
</style>
border-color css
<style>
span { border-color: #AA3C3D; }
span { border-color: rgb(170,60,61); }
td.TdClassName
{
border-color: #AA3C3D;
}
.TagClassName
{
border-color: #AA3C3D;
}
</style>