Shades of Guardsman Red #AD2835
Tints of Guardsman Red #AD2835
RGB
CMYK
RGB Variations
Color information
#AD2835 (or 0xAD2835) is known color: Guardsman Red. HEX triplet: AD, 28 and 35. RGB value is (173,40,53). Sum of RGB (Red+Green+Blue) = 173+40+53=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2835 is #52D7CA. Grayscale: #515151. Windows color (decimal): -5429195 or 3483821. OLE color: 3483821.
HSL color Cylindrical-coordinate representation of color #AD2835: hue angle of 354.14º degrees, saturation: 0.62, 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 #AD2835 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 53 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.32 |
| HSL | 354.14º | 0.62% | 0.42% | - |
| HSV(B) | 354.14º | 0.77% | 0.68% | - |
| XYZ | 18.63 | 10.66 | 4.44 | - |
| YUV | 81.25 | 112.06 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 53 | 0 | 0.77 | 0.69 | 0.32 | 354.14 | 0.62 | 0.42 |
| Hex | AD | 28 | 35 | 0 | 4D | 45 | 20 | 162 | 3E | 2A |
| Octal | 255 | 50 | 65 | 0 | 115 | 105 | 40 | 542 | 76 | 52 |
| Binary | 10101101 | 101000 | 110101 | 0 | 1001101 | 1000101 | 100000 | 101100010 | 111110 | 101010 |
Color Harmonies of #AD2835
Complementary color
Monochromatic Colors of #AD2835
Black with #AD2835
Text Example
Text Example
White with #AD2835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2835; }
p { color: rgb(173,40,53); }
H1.HeaderClassName
{
color: #AD2835;
}
.AnyTagClassName
{
color: #AD2835;
}
</style>
background-color css
<style>
a { background-color: #AD2835; }
a { background-color: rgb(173,40,53); }
div.DivClassName
{
background-color: #AD2835;
}
.BgClassName
{
background-color: #AD2835;
}
</style>
border-color css
<style>
span { border-color: #AD2835; }
span { border-color: rgb(173,40,53); }
td.TdClassName
{
border-color: #AD2835;
}
.TagClassName
{
border-color: #AD2835;
}
</style>