Shades of Guardsman Red #AA262B
Tints of Guardsman Red #AA262B
RGB
CMYK
RGB Variations
Color information
#AA262B (or 0xAA262B) is known color: Guardsman Red. HEX triplet: AA, 26 and 2B. RGB value is (170,38,43). Sum of RGB (Red+Green+Blue) = 170+38+43=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA262B is #55D9D4. Grayscale: #4E4E4E. Windows color (decimal): -5626325 or 2827946. OLE color: 2827946.
HSL color Cylindrical-coordinate representation of color #AA262B: hue angle of 357.73º 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 #AA262B is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 43 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.33 |
| HSL | 357.73º | 0.63% | 0.41% | - |
| HSV(B) | 357.73º | 0.78% | 0.67% | - |
| XYZ | 17.71 | 10.11 | 3.3 | - |
| YUV | 78.04 | 108.23 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 43 | 0 | 0.78 | 0.75 | 0.33 | 357.73 | 0.63 | 0.41 |
| Hex | AA | 26 | 2B | 0 | 4E | 4B | 21 | 166 | 3F | 29 |
| Octal | 252 | 46 | 53 | 0 | 116 | 113 | 41 | 546 | 77 | 51 |
| Binary | 10101010 | 100110 | 101011 | 0 | 1001110 | 1001011 | 100001 | 101100110 | 111111 | 101001 |
Color Harmonies of #AA262B
Complementary color
Monochromatic Colors of #AA262B
Black with #AA262B
Text Example
Text Example
White with #AA262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA262B; }
p { color: rgb(170,38,43); }
H1.HeaderClassName
{
color: #AA262B;
}
.AnyTagClassName
{
color: #AA262B;
}
</style>
background-color css
<style>
a { background-color: #AA262B; }
a { background-color: rgb(170,38,43); }
div.DivClassName
{
background-color: #AA262B;
}
.BgClassName
{
background-color: #AA262B;
}
</style>
border-color css
<style>
span { border-color: #AA262B; }
span { border-color: rgb(170,38,43); }
td.TdClassName
{
border-color: #AA262B;
}
.TagClassName
{
border-color: #AA262B;
}
</style>