Shades of Guardsman Red #AD292F
Tints of Guardsman Red #AD292F
RGB
CMYK
RGB Variations
Color information
#AD292F (or 0xAD292F) is known color: Guardsman Red. HEX triplet: AD, 29 and 2F. RGB value is (173,41,47). Sum of RGB (Red+Green+Blue) = 173+41+47=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD292F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD292F is #52D6D0. Grayscale: #515151. Windows color (decimal): -5428945 or 3090861. OLE color: 3090861.
HSL color Cylindrical-coordinate representation of color #AD292F: hue angle of 357.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD292F is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 47 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.32 |
| HSL | 357.27º | 0.62% | 0.42% | - |
| HSV(B) | 357.27º | 0.76% | 0.68% | - |
| XYZ | 18.54 | 10.68 | 3.77 | - |
| YUV | 81.15 | 108.73 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 47 | 0 | 0.76 | 0.73 | 0.32 | 357.27 | 0.62 | 0.42 |
| Hex | AD | 29 | 2F | 0 | 4C | 49 | 20 | 165 | 3E | 2A |
| Octal | 255 | 51 | 57 | 0 | 114 | 111 | 40 | 545 | 76 | 52 |
| Binary | 10101101 | 101001 | 101111 | 0 | 1001100 | 1001001 | 100000 | 101100101 | 111110 | 101010 |
Color Harmonies of #AD292F
Complementary color
Monochromatic Colors of #AD292F
Black with #AD292F
Text Example
Text Example
White with #AD292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD292F; }
p { color: rgb(173,41,47); }
H1.HeaderClassName
{
color: #AD292F;
}
.AnyTagClassName
{
color: #AD292F;
}
</style>
background-color css
<style>
a { background-color: #AD292F; }
a { background-color: rgb(173,41,47); }
div.DivClassName
{
background-color: #AD292F;
}
.BgClassName
{
background-color: #AD292F;
}
</style>
border-color css
<style>
span { border-color: #AD292F; }
span { border-color: rgb(173,41,47); }
td.TdClassName
{
border-color: #AD292F;
}
.TagClassName
{
border-color: #AD292F;
}
</style>