Shades of Guardsman Red #AD2329
Tints of Guardsman Red #AD2329
RGB
CMYK
RGB Variations
Color information
#AD2329 (or 0xAD2329) is known color: Guardsman Red. HEX triplet: AD, 23 and 29. RGB value is (173,35,41). Sum of RGB (Red+Green+Blue) = 173+35+41=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2329 is #52DCD6. Grayscale: #4D4D4D. Windows color (decimal): -5430487 or 2696109. OLE color: 2696109.
HSL color Cylindrical-coordinate representation of color #AD2329: hue angle of 357.39º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2329 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 41 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.32 |
| HSL | 357.39º | 0.66% | 0.41% | - |
| HSV(B) | 357.39º | 0.8% | 0.68% | - |
| XYZ | 18.23 | 10.25 | 3.11 | - |
| YUV | 76.95 | 107.72 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 41 | 0 | 0.80 | 0.76 | 0.32 | 357.39 | 0.66 | 0.41 |
| Hex | AD | 23 | 29 | 0 | 50 | 4C | 20 | 165 | 42 | 29 |
| Octal | 255 | 43 | 51 | 0 | 120 | 114 | 40 | 545 | 102 | 51 |
| Binary | 10101101 | 100011 | 101001 | 0 | 1010000 | 1001100 | 100000 | 101100101 | 1000010 | 101001 |
Color Harmonies of #AD2329
Complementary color
Monochromatic Colors of #AD2329
Black with #AD2329
Text Example
Text Example
White with #AD2329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2329; }
p { color: rgb(173,35,41); }
H1.HeaderClassName
{
color: #AD2329;
}
.AnyTagClassName
{
color: #AD2329;
}
</style>
background-color css
<style>
a { background-color: #AD2329; }
a { background-color: rgb(173,35,41); }
div.DivClassName
{
background-color: #AD2329;
}
.BgClassName
{
background-color: #AD2329;
}
</style>
border-color css
<style>
span { border-color: #AD2329; }
span { border-color: rgb(173,35,41); }
td.TdClassName
{
border-color: #AD2329;
}
.TagClassName
{
border-color: #AD2329;
}
</style>