Shades of Guardsman Red #AD1D22
Tints of Guardsman Red #AD1D22
RGB
CMYK
RGB Variations
Color information
#AD1D22 (or 0xAD1D22) is known color: Guardsman Red. HEX triplet: AD, 1D and 22. RGB value is (173,29,34). Sum of RGB (Red+Green+Blue) = 173+29+34=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1D22 is #52E2DD. Grayscale: #484848. Windows color (decimal): -5432030 or 2235821. OLE color: 2235821.
HSL color Cylindrical-coordinate representation of color #AD1D22: hue angle of 357.92º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1D22 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 34 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.32 |
| HSL | 357.92º | 0.71% | 0.4% | - |
| HSV(B) | 357.92º | 0.83% | 0.68% | - |
| XYZ | 17.96 | 9.88 | 2.47 | - |
| YUV | 72.63 | 106.21 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 34 | 0 | 0.83 | 0.80 | 0.32 | 357.92 | 0.71 | 0.4 |
| Hex | AD | 1D | 22 | 0 | 53 | 50 | 20 | 166 | 47 | 28 |
| Octal | 255 | 35 | 42 | 0 | 123 | 120 | 40 | 546 | 107 | 50 |
| Binary | 10101101 | 11101 | 100010 | 0 | 1010011 | 1010000 | 100000 | 101100110 | 1000111 | 101000 |
Color Harmonies of #AD1D22
Complementary color
Monochromatic Colors of #AD1D22
Black with #AD1D22
Text Example
Text Example
White with #AD1D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D22; }
p { color: rgb(173,29,34); }
H1.HeaderClassName
{
color: #AD1D22;
}
.AnyTagClassName
{
color: #AD1D22;
}
</style>
background-color css
<style>
a { background-color: #AD1D22; }
a { background-color: rgb(173,29,34); }
div.DivClassName
{
background-color: #AD1D22;
}
.BgClassName
{
background-color: #AD1D22;
}
</style>
border-color css
<style>
span { border-color: #AD1D22; }
span { border-color: rgb(173,29,34); }
td.TdClassName
{
border-color: #AD1D22;
}
.TagClassName
{
border-color: #AD1D22;
}
</style>