Shades of Guardsman Red #AA1F2A
Tints of Guardsman Red #AA1F2A
RGB
CMYK
RGB Variations
Color information
#AA1F2A (or 0xAA1F2A) is known color: Guardsman Red. HEX triplet: AA, 1F and 2A. RGB value is (170,31,42). Sum of RGB (Red+Green+Blue) = 170+31+42=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1F2A is #55E0D5. Grayscale: #494949. Windows color (decimal): -5628118 or 2760618. OLE color: 2760618.
HSL color Cylindrical-coordinate representation of color #AA1F2A: hue angle of 355.25º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1F2A is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 42 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.33 |
| HSL | 355.25º | 0.69% | 0.39% | - |
| HSV(B) | 355.25º | 0.82% | 0.67% | - |
| XYZ | 17.49 | 9.69 | 3.14 | - |
| YUV | 73.82 | 110.05 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 42 | 0 | 0.82 | 0.75 | 0.33 | 355.25 | 0.69 | 0.39 |
| Hex | AA | 1F | 2A | 0 | 52 | 4B | 21 | 163 | 45 | 27 |
| Octal | 252 | 37 | 52 | 0 | 122 | 113 | 41 | 543 | 105 | 47 |
| Binary | 10101010 | 11111 | 101010 | 0 | 1010010 | 1001011 | 100001 | 101100011 | 1000101 | 100111 |
Color Harmonies of #AA1F2A
Complementary color
Monochromatic Colors of #AA1F2A
Black with #AA1F2A
Text Example
Text Example
White with #AA1F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F2A; }
p { color: rgb(170,31,42); }
H1.HeaderClassName
{
color: #AA1F2A;
}
.AnyTagClassName
{
color: #AA1F2A;
}
</style>
background-color css
<style>
a { background-color: #AA1F2A; }
a { background-color: rgb(170,31,42); }
div.DivClassName
{
background-color: #AA1F2A;
}
.BgClassName
{
background-color: #AA1F2A;
}
</style>
border-color css
<style>
span { border-color: #AA1F2A; }
span { border-color: rgb(170,31,42); }
td.TdClassName
{
border-color: #AA1F2A;
}
.TagClassName
{
border-color: #AA1F2A;
}
</style>