Shades of Guardsman Red #AD353C
Tints of Guardsman Red #AD353C
RGB
CMYK
RGB Variations
Color information
#AD353C (or 0xAD353C) is known color: Guardsman Red. HEX triplet: AD, 35 and 3C. RGB value is (173,53,60). Sum of RGB (Red+Green+Blue) = 173+53+60=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD353C is #52CAC3. Grayscale: #595959. Windows color (decimal): -5425860 or 3945901. OLE color: 3945901.
HSL color Cylindrical-coordinate representation of color #AD353C: hue angle of 356.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD353C is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 60 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.32 |
| HSL | 356.5º | 0.53% | 0.44% | - |
| HSV(B) | 356.5º | 0.69% | 0.68% | - |
| XYZ | 19.32 | 11.76 | 5.53 | - |
| YUV | 89.68 | 111.26 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 60 | 0 | 0.69 | 0.65 | 0.32 | 356.5 | 0.53 | 0.44 |
| Hex | AD | 35 | 3C | 0 | 45 | 41 | 20 | 164 | 35 | 2C |
| Octal | 255 | 65 | 74 | 0 | 105 | 101 | 40 | 544 | 65 | 54 |
| Binary | 10101101 | 110101 | 111100 | 0 | 1000101 | 1000001 | 100000 | 101100100 | 110101 | 101100 |
Color Harmonies of #AD353C
Complementary color
Monochromatic Colors of #AD353C
Black with #AD353C
Text Example
Text Example
White with #AD353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD353C; }
p { color: rgb(173,53,60); }
H1.HeaderClassName
{
color: #AD353C;
}
.AnyTagClassName
{
color: #AD353C;
}
</style>
background-color css
<style>
a { background-color: #AD353C; }
a { background-color: rgb(173,53,60); }
div.DivClassName
{
background-color: #AD353C;
}
.BgClassName
{
background-color: #AD353C;
}
</style>
border-color css
<style>
span { border-color: #AD353C; }
span { border-color: rgb(173,53,60); }
td.TdClassName
{
border-color: #AD353C;
}
.TagClassName
{
border-color: #AD353C;
}
</style>