Shades of Guardsman Red #AD1E26
Tints of Guardsman Red #AD1E26
RGB
CMYK
RGB Variations
Color information
#AD1E26 (or 0xAD1E26) is known color: Guardsman Red. HEX triplet: AD, 1E and 26. RGB value is (173,30,38). Sum of RGB (Red+Green+Blue) = 173+30+38=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1E26 is #52E1D9. Grayscale: #494949. Windows color (decimal): -5431770 or 2498221. OLE color: 2498221.
HSL color Cylindrical-coordinate representation of color #AD1E26: hue angle of 356.64º degrees, saturation: 0.7, 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 #AD1E26 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 38 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.32 |
| HSL | 356.64º | 0.7% | 0.4% | - |
| HSV(B) | 356.64º | 0.83% | 0.68% | - |
| XYZ | 18.05 | 9.95 | 2.8 | - |
| YUV | 73.67 | 107.88 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 38 | 0 | 0.83 | 0.78 | 0.32 | 356.64 | 0.7 | 0.4 |
| Hex | AD | 1E | 26 | 0 | 53 | 4E | 20 | 165 | 46 | 28 |
| Octal | 255 | 36 | 46 | 0 | 123 | 116 | 40 | 545 | 106 | 50 |
| Binary | 10101101 | 11110 | 100110 | 0 | 1010011 | 1001110 | 100000 | 101100101 | 1000110 | 101000 |
Color Harmonies of #AD1E26
Complementary color
Monochromatic Colors of #AD1E26
Black with #AD1E26
Text Example
Text Example
White with #AD1E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1E26; }
p { color: rgb(173,30,38); }
H1.HeaderClassName
{
color: #AD1E26;
}
.AnyTagClassName
{
color: #AD1E26;
}
</style>
background-color css
<style>
a { background-color: #AD1E26; }
a { background-color: rgb(173,30,38); }
div.DivClassName
{
background-color: #AD1E26;
}
.BgClassName
{
background-color: #AD1E26;
}
</style>
border-color css
<style>
span { border-color: #AD1E26; }
span { border-color: rgb(173,30,38); }
td.TdClassName
{
border-color: #AD1E26;
}
.TagClassName
{
border-color: #AD1E26;
}
</style>