Shades of Guardsman Red #AD353B
Tints of Guardsman Red #AD353B
RGB
CMYK
RGB Variations
Color information
#AD353B (or 0xAD353B) is known color: Guardsman Red. HEX triplet: AD, 35 and 3B. RGB value is (173,53,59). Sum of RGB (Red+Green+Blue) = 173+53+59=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD353B is #52CAC4. Grayscale: #595959. Windows color (decimal): -5425861 or 3880365. OLE color: 3880365.
HSL color Cylindrical-coordinate representation of color #AD353B: hue angle of 357º 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 #AD353B is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 59 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.32 |
| HSL | 357º | 0.53% | 0.44% | - |
| HSV(B) | 357º | 0.69% | 0.68% | - |
| XYZ | 19.3 | 11.75 | 5.39 | - |
| YUV | 89.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 59 | 0 | 0.69 | 0.66 | 0.32 | 357 | 0.53 | 0.44 |
| Hex | AD | 35 | 3B | 0 | 45 | 42 | 20 | 165 | 35 | 2C |
| Octal | 255 | 65 | 73 | 0 | 105 | 102 | 40 | 545 | 65 | 54 |
| Binary | 10101101 | 110101 | 111011 | 0 | 1000101 | 1000010 | 100000 | 101100101 | 110101 | 101100 |
Color Harmonies of #AD353B
Complementary color
Monochromatic Colors of #AD353B
Black with #AD353B
Text Example
Text Example
White with #AD353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD353B; }
p { color: rgb(173,53,59); }
H1.HeaderClassName
{
color: #AD353B;
}
.AnyTagClassName
{
color: #AD353B;
}
</style>
background-color css
<style>
a { background-color: #AD353B; }
a { background-color: rgb(173,53,59); }
div.DivClassName
{
background-color: #AD353B;
}
.BgClassName
{
background-color: #AD353B;
}
</style>
border-color css
<style>
span { border-color: #AD353B; }
span { border-color: rgb(173,53,59); }
td.TdClassName
{
border-color: #AD353B;
}
.TagClassName
{
border-color: #AD353B;
}
</style>