Shades of Guardsman Red #AD2128
Tints of Guardsman Red #AD2128
RGB
CMYK
RGB Variations
Color information
#AD2128 (or 0xAD2128) is known color: Guardsman Red. HEX triplet: AD, 21 and 28. RGB value is (173,33,40). Sum of RGB (Red+Green+Blue) = 173+33+40=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2128 is #52DED7. Grayscale: #4B4B4B. Windows color (decimal): -5431000 or 2630061. OLE color: 2630061.
HSL color Cylindrical-coordinate representation of color #AD2128: hue angle of 357º 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 #AD2128 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 40 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.32 |
| HSL | 357º | 0.68% | 0.4% | - |
| HSV(B) | 357º | 0.81% | 0.68% | - |
| XYZ | 18.16 | 10.13 | 3 | - |
| YUV | 75.66 | 107.88 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 40 | 0 | 0.81 | 0.77 | 0.32 | 357 | 0.68 | 0.4 |
| Hex | AD | 21 | 28 | 0 | 51 | 4D | 20 | 165 | 44 | 28 |
| Octal | 255 | 41 | 50 | 0 | 121 | 115 | 40 | 545 | 104 | 50 |
| Binary | 10101101 | 100001 | 101000 | 0 | 1010001 | 1001101 | 100000 | 101100101 | 1000100 | 101000 |
Color Harmonies of #AD2128
Complementary color
Monochromatic Colors of #AD2128
Black with #AD2128
Text Example
Text Example
White with #AD2128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2128; }
p { color: rgb(173,33,40); }
H1.HeaderClassName
{
color: #AD2128;
}
.AnyTagClassName
{
color: #AD2128;
}
</style>
background-color css
<style>
a { background-color: #AD2128; }
a { background-color: rgb(173,33,40); }
div.DivClassName
{
background-color: #AD2128;
}
.BgClassName
{
background-color: #AD2128;
}
</style>
border-color css
<style>
span { border-color: #AD2128; }
span { border-color: rgb(173,33,40); }
td.TdClassName
{
border-color: #AD2128;
}
.TagClassName
{
border-color: #AD2128;
}
</style>