Shades of Guardsman Red #AD2732
Tints of Guardsman Red #AD2732
RGB
CMYK
RGB Variations
Color information
#AD2732 (or 0xAD2732) is known color: Guardsman Red. HEX triplet: AD, 27 and 32. RGB value is (173,39,50). Sum of RGB (Red+Green+Blue) = 173+39+50=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2732 is #52D8CD. Grayscale: #505050. Windows color (decimal): -5429454 or 3286957. OLE color: 3286957.
HSL color Cylindrical-coordinate representation of color #AD2732: hue angle of 355.07º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2732 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 50 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.32 |
| HSL | 355.07º | 0.63% | 0.42% | - |
| HSV(B) | 355.07º | 0.77% | 0.68% | - |
| XYZ | 18.53 | 10.57 | 4.08 | - |
| YUV | 80.32 | 110.89 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 50 | 0 | 0.77 | 0.71 | 0.32 | 355.07 | 0.63 | 0.42 |
| Hex | AD | 27 | 32 | 0 | 4D | 47 | 20 | 163 | 3F | 2A |
| Octal | 255 | 47 | 62 | 0 | 115 | 107 | 40 | 543 | 77 | 52 |
| Binary | 10101101 | 100111 | 110010 | 0 | 1001101 | 1000111 | 100000 | 101100011 | 111111 | 101010 |
Color Harmonies of #AD2732
Complementary color
Monochromatic Colors of #AD2732
Black with #AD2732
Text Example
Text Example
White with #AD2732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2732; }
p { color: rgb(173,39,50); }
H1.HeaderClassName
{
color: #AD2732;
}
.AnyTagClassName
{
color: #AD2732;
}
</style>
background-color css
<style>
a { background-color: #AD2732; }
a { background-color: rgb(173,39,50); }
div.DivClassName
{
background-color: #AD2732;
}
.BgClassName
{
background-color: #AD2732;
}
</style>
border-color css
<style>
span { border-color: #AD2732; }
span { border-color: rgb(173,39,50); }
td.TdClassName
{
border-color: #AD2732;
}
.TagClassName
{
border-color: #AD2732;
}
</style>