Shades of Guardsman Red #AD2931
Tints of Guardsman Red #AD2931
RGB
CMYK
RGB Variations
Color information
#AD2931 (or 0xAD2931) is known color: Guardsman Red. HEX triplet: AD, 29 and 31. RGB value is (173,41,49). Sum of RGB (Red+Green+Blue) = 173+41+49=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2931 is #52D6CE. Grayscale: #515151. Windows color (decimal): -5428943 or 3221933. OLE color: 3221933.
HSL color Cylindrical-coordinate representation of color #AD2931: hue angle of 356.36º 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 #AD2931 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 49 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.32 |
| HSL | 356.36º | 0.62% | 0.42% | - |
| HSV(B) | 356.36º | 0.76% | 0.68% | - |
| XYZ | 18.58 | 10.69 | 3.99 | - |
| YUV | 81.38 | 109.73 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 49 | 0 | 0.76 | 0.72 | 0.32 | 356.36 | 0.62 | 0.42 |
| Hex | AD | 29 | 31 | 0 | 4C | 48 | 20 | 164 | 3E | 2A |
| Octal | 255 | 51 | 61 | 0 | 114 | 110 | 40 | 544 | 76 | 52 |
| Binary | 10101101 | 101001 | 110001 | 0 | 1001100 | 1001000 | 100000 | 101100100 | 111110 | 101010 |
Color Harmonies of #AD2931
Complementary color
Monochromatic Colors of #AD2931
Black with #AD2931
Text Example
Text Example
White with #AD2931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2931; }
p { color: rgb(173,41,49); }
H1.HeaderClassName
{
color: #AD2931;
}
.AnyTagClassName
{
color: #AD2931;
}
</style>
background-color css
<style>
a { background-color: #AD2931; }
a { background-color: rgb(173,41,49); }
div.DivClassName
{
background-color: #AD2931;
}
.BgClassName
{
background-color: #AD2931;
}
</style>
border-color css
<style>
span { border-color: #AD2931; }
span { border-color: rgb(173,41,49); }
td.TdClassName
{
border-color: #AD2931;
}
.TagClassName
{
border-color: #AD2931;
}
</style>