Shades of Guardsman Red #AA383B
Tints of Guardsman Red #AA383B
RGB
CMYK
RGB Variations
Color information
#AA383B (or 0xAA383B) is known color: Guardsman Red. HEX triplet: AA, 38 and 3B. RGB value is (170,56,59). Sum of RGB (Red+Green+Blue) = 170+56+59=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA383B is #55C7C4. Grayscale: #5A5A5A. Windows color (decimal): -5621701 or 3881130. OLE color: 3881130.
HSL color Cylindrical-coordinate representation of color #AA383B: hue angle of 358.42º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA383B is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 59 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.33 |
| HSL | 358.42º | 0.5% | 0.44% | - |
| HSV(B) | 358.42º | 0.67% | 0.67% | - |
| XYZ | 18.78 | 11.69 | 5.4 | - |
| YUV | 90.43 | 110.27 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 59 | 0 | 0.67 | 0.65 | 0.33 | 358.42 | 0.5 | 0.44 |
| Hex | AA | 38 | 3B | 0 | 43 | 41 | 21 | 166 | 32 | 2C |
| Octal | 252 | 70 | 73 | 0 | 103 | 101 | 41 | 546 | 62 | 54 |
| Binary | 10101010 | 111000 | 111011 | 0 | 1000011 | 1000001 | 100001 | 101100110 | 110010 | 101100 |
Color Harmonies of #AA383B
Complementary color
Monochromatic Colors of #AA383B
Black with #AA383B
Text Example
Text Example
White with #AA383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA383B; }
p { color: rgb(170,56,59); }
H1.HeaderClassName
{
color: #AA383B;
}
.AnyTagClassName
{
color: #AA383B;
}
</style>
background-color css
<style>
a { background-color: #AA383B; }
a { background-color: rgb(170,56,59); }
div.DivClassName
{
background-color: #AA383B;
}
.BgClassName
{
background-color: #AA383B;
}
</style>
border-color css
<style>
span { border-color: #AA383B; }
span { border-color: rgb(170,56,59); }
td.TdClassName
{
border-color: #AA383B;
}
.TagClassName
{
border-color: #AA383B;
}
</style>