Shades of Guardsman Red #AA303D
Tints of Guardsman Red #AA303D
RGB
CMYK
RGB Variations
Color information
#AA303D (or 0xAA303D) is known color: Guardsman Red. HEX triplet: AA, 30 and 3D. RGB value is (170,48,61). Sum of RGB (Red+Green+Blue) = 170+48+61=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA303D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA303D is #55CFC2. Grayscale: #565656. Windows color (decimal): -5623747 or 4010154. OLE color: 4010154.
HSL color Cylindrical-coordinate representation of color #AA303D: hue angle of 353.61º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA303D is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 61 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.33 |
| HSL | 353.61º | 0.56% | 0.43% | - |
| HSV(B) | 353.61º | 0.72% | 0.67% | - |
| XYZ | 18.48 | 11 | 5.56 | - |
| YUV | 85.96 | 113.92 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 61 | 0 | 0.72 | 0.64 | 0.33 | 353.61 | 0.56 | 0.43 |
| Hex | AA | 30 | 3D | 0 | 48 | 40 | 21 | 162 | 38 | 2B |
| Octal | 252 | 60 | 75 | 0 | 110 | 100 | 41 | 542 | 70 | 53 |
| Binary | 10101010 | 110000 | 111101 | 0 | 1001000 | 1000000 | 100001 | 101100010 | 111000 | 101011 |
Color Harmonies of #AA303D
Complementary color
Monochromatic Colors of #AA303D
Black with #AA303D
Text Example
Text Example
White with #AA303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA303D; }
p { color: rgb(170,48,61); }
H1.HeaderClassName
{
color: #AA303D;
}
.AnyTagClassName
{
color: #AA303D;
}
</style>
background-color css
<style>
a { background-color: #AA303D; }
a { background-color: rgb(170,48,61); }
div.DivClassName
{
background-color: #AA303D;
}
.BgClassName
{
background-color: #AA303D;
}
</style>
border-color css
<style>
span { border-color: #AA303D; }
span { border-color: rgb(170,48,61); }
td.TdClassName
{
border-color: #AA303D;
}
.TagClassName
{
border-color: #AA303D;
}
</style>