Shades of Guardsman Red #AA3C3E
Tints of Guardsman Red #AA3C3E
RGB
CMYK
RGB Variations
Color information
#AA3C3E (or 0xAA3C3E) is known color: Guardsman Red. HEX triplet: AA, 3C and 3E. RGB value is (170,60,62). Sum of RGB (Red+Green+Blue) = 170+60+62=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3C3E is #55C3C1. Grayscale: #5D5D5D. Windows color (decimal): -5620674 or 4078762. OLE color: 4078762.
HSL color Cylindrical-coordinate representation of color #AA3C3E: hue angle of 358.91º 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 #AA3C3E is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 60 | 62 | - |
CMYK | 0 | 0.65 | 0.64 | 0.33 |
HSL | 358.91º | 0.48% | 0.45% | - |
HSV(B) | 358.91º | 0.65% | 0.67% | - |
XYZ | 19.06 | 12.13 | 5.89 | - |
YUV | 93.12 | 110.44 | 182.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 60 | 62 | 0 | 0.65 | 0.64 | 0.33 | 358.91 | 0.48 | 0.45 |
Hex | AA | 3C | 3E | 0 | 41 | 40 | 21 | 167 | 30 | 2D |
Octal | 252 | 74 | 76 | 0 | 101 | 100 | 41 | 547 | 60 | 55 |
Binary | 10101010 | 111100 | 111110 | 0 | 1000001 | 1000000 | 100001 | 101100111 | 110000 | 101101 |
Color Harmonies of #AA3C3E
Complementary color
Monochromatic Colors of #AA3C3E
Black with #AA3C3E
Text Example
Text Example
White with #AA3C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C3E; }
p { color: rgb(170,60,62); }
H1.HeaderClassName
{
color: #AA3C3E;
}
.AnyTagClassName
{
color: #AA3C3E;
}
</style>
background-color css
<style>
a { background-color: #AA3C3E; }
a { background-color: rgb(170,60,62); }
div.DivClassName
{
background-color: #AA3C3E;
}
.BgClassName
{
background-color: #AA3C3E;
}
</style>
border-color css
<style>
span { border-color: #AA3C3E; }
span { border-color: rgb(170,60,62); }
td.TdClassName
{
border-color: #AA3C3E;
}
.TagClassName
{
border-color: #AA3C3E;
}
</style>