Shades of Guardsman Red #AD1F28
Tints of Guardsman Red #AD1F28
RGB
CMYK
RGB Variations
Color information
#AD1F28 (or 0xAD1F28) is known color: Guardsman Red. HEX triplet: AD, 1F and 28. RGB value is (173,31,40). Sum of RGB (Red+Green+Blue) = 173+31+40=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 31 (12.5% from 255 or 12.70% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1F28 is #52E0D7. Grayscale: #4A4A4A. Windows color (decimal): -5431512 or 2629549. OLE color: 2629549.
HSL color Cylindrical-coordinate representation of color #AD1F28: hue angle of 356.2º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD1F28 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 40 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.32 |
| HSL | 356.2º | 0.7% | 0.4% | - |
| HSV(B) | 356.2º | 0.82% | 0.68% | - |
| XYZ | 18.11 | 10.02 | 2.99 | - |
| YUV | 74.48 | 108.54 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 40 | 0 | 0.82 | 0.77 | 0.32 | 356.2 | 0.7 | 0.4 |
| Hex | AD | 1F | 28 | 0 | 52 | 4D | 20 | 164 | 46 | 28 |
| Octal | 255 | 37 | 50 | 0 | 122 | 115 | 40 | 544 | 106 | 50 |
| Binary | 10101101 | 11111 | 101000 | 0 | 1010010 | 1001101 | 100000 | 101100100 | 1000110 | 101000 |
Color Harmonies of #AD1F28
Complementary color
Monochromatic Colors of #AD1F28
Black with #AD1F28
Text Example
Text Example
White with #AD1F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F28; }
p { color: rgb(173,31,40); }
H1.HeaderClassName
{
color: #AD1F28;
}
.AnyTagClassName
{
color: #AD1F28;
}
</style>
background-color css
<style>
a { background-color: #AD1F28; }
a { background-color: rgb(173,31,40); }
div.DivClassName
{
background-color: #AD1F28;
}
.BgClassName
{
background-color: #AD1F28;
}
</style>
border-color css
<style>
span { border-color: #AD1F28; }
span { border-color: rgb(173,31,40); }
td.TdClassName
{
border-color: #AD1F28;
}
.TagClassName
{
border-color: #AD1F28;
}
</style>