Shades of Guardsman Red #AD2122
Tints of Guardsman Red #AD2122
RGB
CMYK
RGB Variations
Color information
#AD2122 (or 0xAD2122) is known color: Guardsman Red. HEX triplet: AD, 21 and 22. RGB value is (173,33,34). Sum of RGB (Red+Green+Blue) = 173+33+34=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2122 is #52DEDD. Grayscale: #4B4B4B. Windows color (decimal): -5431006 or 2236845. OLE color: 2236845.
HSL color Cylindrical-coordinate representation of color #AD2122: hue angle of 359.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 #AD2122 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 34 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.32 |
| HSL | 359.57º | 0.68% | 0.4% | - |
| HSV(B) | 359.57º | 0.81% | 0.68% | - |
| XYZ | 18.07 | 10.09 | 2.51 | - |
| YUV | 74.97 | 104.88 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 34 | 0 | 0.81 | 0.80 | 0.32 | 359.57 | 0.68 | 0.4 |
| Hex | AD | 21 | 22 | 0 | 51 | 50 | 20 | 168 | 44 | 28 |
| Octal | 255 | 41 | 42 | 0 | 121 | 120 | 40 | 550 | 104 | 50 |
| Binary | 10101101 | 100001 | 100010 | 0 | 1010001 | 1010000 | 100000 | 101101000 | 1000100 | 101000 |
Color Harmonies of #AD2122
Complementary color
Monochromatic Colors of #AD2122
Black with #AD2122
Text Example
Text Example
White with #AD2122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2122; }
p { color: rgb(173,33,34); }
H1.HeaderClassName
{
color: #AD2122;
}
.AnyTagClassName
{
color: #AD2122;
}
</style>
background-color css
<style>
a { background-color: #AD2122; }
a { background-color: rgb(173,33,34); }
div.DivClassName
{
background-color: #AD2122;
}
.BgClassName
{
background-color: #AD2122;
}
</style>
border-color css
<style>
span { border-color: #AD2122; }
span { border-color: rgb(173,33,34); }
td.TdClassName
{
border-color: #AD2122;
}
.TagClassName
{
border-color: #AD2122;
}
</style>