Shades of Guardsman Red #AA3A3B
Tints of Guardsman Red #AA3A3B
RGB
CMYK
RGB Variations
Color information
#AA3A3B (or 0xAA3A3B) is known color: Guardsman Red. HEX triplet: AA, 3A and 3B. RGB value is (170,58,59). Sum of RGB (Red+Green+Blue) = 170+58+59=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A3B is #55C5C4. Grayscale: #5B5B5B. Windows color (decimal): -5621189 or 3881642. OLE color: 3881642.
HSL color Cylindrical-coordinate representation of color #AA3A3B: hue angle of 359.46º 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 #AA3A3B is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 59 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.33 |
| HSL | 359.46º | 0.49% | 0.45% | - |
| HSV(B) | 359.46º | 0.66% | 0.67% | - |
| XYZ | 18.88 | 11.89 | 5.44 | - |
| YUV | 91.6 | 109.61 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 59 | 0 | 0.66 | 0.65 | 0.33 | 359.46 | 0.49 | 0.45 |
| Hex | AA | 3A | 3B | 0 | 42 | 41 | 21 | 167 | 31 | 2D |
| Octal | 252 | 72 | 73 | 0 | 102 | 101 | 41 | 547 | 61 | 55 |
| Binary | 10101010 | 111010 | 111011 | 0 | 1000010 | 1000001 | 100001 | 101100111 | 110001 | 101101 |
Color Harmonies of #AA3A3B
Complementary color
Monochromatic Colors of #AA3A3B
Black with #AA3A3B
Text Example
Text Example
White with #AA3A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A3B; }
p { color: rgb(170,58,59); }
H1.HeaderClassName
{
color: #AA3A3B;
}
.AnyTagClassName
{
color: #AA3A3B;
}
</style>
background-color css
<style>
a { background-color: #AA3A3B; }
a { background-color: rgb(170,58,59); }
div.DivClassName
{
background-color: #AA3A3B;
}
.BgClassName
{
background-color: #AA3A3B;
}
</style>
border-color css
<style>
span { border-color: #AA3A3B; }
span { border-color: rgb(170,58,59); }
td.TdClassName
{
border-color: #AA3A3B;
}
.TagClassName
{
border-color: #AA3A3B;
}
</style>