Shades of Guardsman Red #AD1D26
Tints of Guardsman Red #AD1D26
RGB
CMYK
RGB Variations
Color information
#AD1D26 (or 0xAD1D26) is known color: Guardsman Red. HEX triplet: AD, 1D and 26. RGB value is (173,29,38). Sum of RGB (Red+Green+Blue) = 173+29+38=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1D26 is #52E2D9. Grayscale: #494949. Windows color (decimal): -5432026 or 2497965. OLE color: 2497965.
HSL color Cylindrical-coordinate representation of color #AD1D26: hue angle of 356.25º 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 #AD1D26 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 38 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.32 |
| HSL | 356.25º | 0.71% | 0.4% | - |
| HSV(B) | 356.25º | 0.83% | 0.68% | - |
| XYZ | 18.02 | 9.9 | 2.8 | - |
| YUV | 73.08 | 108.21 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 38 | 0 | 0.83 | 0.78 | 0.32 | 356.25 | 0.71 | 0.4 |
| Hex | AD | 1D | 26 | 0 | 53 | 4E | 20 | 164 | 47 | 28 |
| Octal | 255 | 35 | 46 | 0 | 123 | 116 | 40 | 544 | 107 | 50 |
| Binary | 10101101 | 11101 | 100110 | 0 | 1010011 | 1001110 | 100000 | 101100100 | 1000111 | 101000 |
Color Harmonies of #AD1D26
Complementary color
Monochromatic Colors of #AD1D26
Black with #AD1D26
Text Example
Text Example
White with #AD1D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D26; }
p { color: rgb(173,29,38); }
H1.HeaderClassName
{
color: #AD1D26;
}
.AnyTagClassName
{
color: #AD1D26;
}
</style>
background-color css
<style>
a { background-color: #AD1D26; }
a { background-color: rgb(173,29,38); }
div.DivClassName
{
background-color: #AD1D26;
}
.BgClassName
{
background-color: #AD1D26;
}
</style>
border-color css
<style>
span { border-color: #AD1D26; }
span { border-color: rgb(173,29,38); }
td.TdClassName
{
border-color: #AD1D26;
}
.TagClassName
{
border-color: #AD1D26;
}
</style>