Shades of Guardsman Red #AD2A2C
Tints of Guardsman Red #AD2A2C
RGB
CMYK
RGB Variations
Color information
#AD2A2C (or 0xAD2A2C) is known color: Guardsman Red. HEX triplet: AD, 2A and 2C. RGB value is (173,42,44). Sum of RGB (Red+Green+Blue) = 173+42+44=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2A2C is #52D5D3. Grayscale: #515151. Windows color (decimal): -5428692 or 2894509. OLE color: 2894509.
HSL color Cylindrical-coordinate representation of color #AD2A2C: hue angle of 359.08º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2A2C is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 44 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.32 |
| HSL | 359.08º | 0.61% | 0.42% | - |
| HSV(B) | 359.08º | 0.76% | 0.68% | - |
| XYZ | 18.52 | 10.72 | 3.48 | - |
| YUV | 81.4 | 106.9 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 44 | 0 | 0.76 | 0.75 | 0.32 | 359.08 | 0.61 | 0.42 |
| Hex | AD | 2A | 2C | 0 | 4C | 4B | 20 | 167 | 3D | 2A |
| Octal | 255 | 52 | 54 | 0 | 114 | 113 | 40 | 547 | 75 | 52 |
| Binary | 10101101 | 101010 | 101100 | 0 | 1001100 | 1001011 | 100000 | 101100111 | 111101 | 101010 |
Color Harmonies of #AD2A2C
Complementary color
Monochromatic Colors of #AD2A2C
Black with #AD2A2C
Text Example
Text Example
White with #AD2A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A2C; }
p { color: rgb(173,42,44); }
H1.HeaderClassName
{
color: #AD2A2C;
}
.AnyTagClassName
{
color: #AD2A2C;
}
</style>
background-color css
<style>
a { background-color: #AD2A2C; }
a { background-color: rgb(173,42,44); }
div.DivClassName
{
background-color: #AD2A2C;
}
.BgClassName
{
background-color: #AD2A2C;
}
</style>
border-color css
<style>
span { border-color: #AD2A2C; }
span { border-color: rgb(173,42,44); }
td.TdClassName
{
border-color: #AD2A2C;
}
.TagClassName
{
border-color: #AD2A2C;
}
</style>