Shades of Guardsman Red #AD2734
Tints of Guardsman Red #AD2734
RGB
CMYK
RGB Variations
Color information
#AD2734 (or 0xAD2734) is known color: Guardsman Red. HEX triplet: AD, 27 and 34. RGB value is (173,39,52). Sum of RGB (Red+Green+Blue) = 173+39+52=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2734 is #52D8CB. Grayscale: #505050. Windows color (decimal): -5429452 or 3418029. OLE color: 3418029.
HSL color Cylindrical-coordinate representation of color #AD2734: hue angle of 354.18º 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 #AD2734 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 52 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.32 |
| HSL | 354.18º | 0.63% | 0.42% | - |
| HSV(B) | 354.18º | 0.77% | 0.68% | - |
| XYZ | 18.58 | 10.58 | 4.31 | - |
| YUV | 80.55 | 111.89 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 52 | 0 | 0.77 | 0.70 | 0.32 | 354.18 | 0.63 | 0.42 |
| Hex | AD | 27 | 34 | 0 | 4D | 46 | 20 | 162 | 3F | 2A |
| Octal | 255 | 47 | 64 | 0 | 115 | 106 | 40 | 542 | 77 | 52 |
| Binary | 10101101 | 100111 | 110100 | 0 | 1001101 | 1000110 | 100000 | 101100010 | 111111 | 101010 |
Color Harmonies of #AD2734
Complementary color
Monochromatic Colors of #AD2734
Black with #AD2734
Text Example
Text Example
White with #AD2734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2734; }
p { color: rgb(173,39,52); }
H1.HeaderClassName
{
color: #AD2734;
}
.AnyTagClassName
{
color: #AD2734;
}
</style>
background-color css
<style>
a { background-color: #AD2734; }
a { background-color: rgb(173,39,52); }
div.DivClassName
{
background-color: #AD2734;
}
.BgClassName
{
background-color: #AD2734;
}
</style>
border-color css
<style>
span { border-color: #AD2734; }
span { border-color: rgb(173,39,52); }
td.TdClassName
{
border-color: #AD2734;
}
.TagClassName
{
border-color: #AD2734;
}
</style>