Shades of Guardsman Red #AD2129
Tints of Guardsman Red #AD2129
RGB
CMYK
RGB Variations
Color information
#AD2129 (or 0xAD2129) is known color: Guardsman Red. HEX triplet: AD, 21 and 29. RGB value is (173,33,41). Sum of RGB (Red+Green+Blue) = 173+33+41=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2129 is #52DED6. Grayscale: #4B4B4B. Windows color (decimal): -5430999 or 2695597. OLE color: 2695597.
HSL color Cylindrical-coordinate representation of color #AD2129: hue angle of 356.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2129 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 41 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.32 |
| HSL | 356.57º | 0.68% | 0.4% | - |
| HSV(B) | 356.57º | 0.81% | 0.68% | - |
| XYZ | 18.18 | 10.13 | 3.1 | - |
| YUV | 75.77 | 108.38 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 41 | 0 | 0.81 | 0.76 | 0.32 | 356.57 | 0.68 | 0.4 |
| Hex | AD | 21 | 29 | 0 | 51 | 4C | 20 | 165 | 44 | 28 |
| Octal | 255 | 41 | 51 | 0 | 121 | 114 | 40 | 545 | 104 | 50 |
| Binary | 10101101 | 100001 | 101001 | 0 | 1010001 | 1001100 | 100000 | 101100101 | 1000100 | 101000 |
Color Harmonies of #AD2129
Complementary color
Monochromatic Colors of #AD2129
Black with #AD2129
Text Example
Text Example
White with #AD2129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2129; }
p { color: rgb(173,33,41); }
H1.HeaderClassName
{
color: #AD2129;
}
.AnyTagClassName
{
color: #AD2129;
}
</style>
background-color css
<style>
a { background-color: #AD2129; }
a { background-color: rgb(173,33,41); }
div.DivClassName
{
background-color: #AD2129;
}
.BgClassName
{
background-color: #AD2129;
}
</style>
border-color css
<style>
span { border-color: #AD2129; }
span { border-color: rgb(173,33,41); }
td.TdClassName
{
border-color: #AD2129;
}
.TagClassName
{
border-color: #AD2129;
}
</style>