Shades of Guardsman Red #AA262D
Tints of Guardsman Red #AA262D
RGB
CMYK
RGB Variations
Color information
#AA262D (or 0xAA262D) is known color: Guardsman Red. HEX triplet: AA, 26 and 2D. RGB value is (170,38,45). Sum of RGB (Red+Green+Blue) = 170+38+45=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA262D is #55D9D2. Grayscale: #4E4E4E. Windows color (decimal): -5626323 or 2959018. OLE color: 2959018.
HSL color Cylindrical-coordinate representation of color #AA262D: hue angle of 356.82º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA262D is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 45 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.33 |
| HSL | 356.82º | 0.63% | 0.41% | - |
| HSV(B) | 356.82º | 0.78% | 0.67% | - |
| XYZ | 17.74 | 10.12 | 3.5 | - |
| YUV | 78.27 | 109.23 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 45 | 0 | 0.78 | 0.74 | 0.33 | 356.82 | 0.63 | 0.41 |
| Hex | AA | 26 | 2D | 0 | 4E | 4A | 21 | 165 | 3F | 29 |
| Octal | 252 | 46 | 55 | 0 | 116 | 112 | 41 | 545 | 77 | 51 |
| Binary | 10101010 | 100110 | 101101 | 0 | 1001110 | 1001010 | 100001 | 101100101 | 111111 | 101001 |
Color Harmonies of #AA262D
Complementary color
Monochromatic Colors of #AA262D
Black with #AA262D
Text Example
Text Example
White with #AA262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA262D; }
p { color: rgb(170,38,45); }
H1.HeaderClassName
{
color: #AA262D;
}
.AnyTagClassName
{
color: #AA262D;
}
</style>
background-color css
<style>
a { background-color: #AA262D; }
a { background-color: rgb(170,38,45); }
div.DivClassName
{
background-color: #AA262D;
}
.BgClassName
{
background-color: #AA262D;
}
</style>
border-color css
<style>
span { border-color: #AA262D; }
span { border-color: rgb(170,38,45); }
td.TdClassName
{
border-color: #AA262D;
}
.TagClassName
{
border-color: #AA262D;
}
</style>