Shades of Guardsman Red #AD2A2F
Tints of Guardsman Red #AD2A2F
RGB
CMYK
RGB Variations
Color information
#AD2A2F (or 0xAD2A2F) is known color: Guardsman Red. HEX triplet: AD, 2A and 2F. RGB value is (173,42,47). Sum of RGB (Red+Green+Blue) = 173+42+47=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2A2F is #52D5D0. Grayscale: #515151. Windows color (decimal): -5428689 or 3091117. OLE color: 3091117.
HSL color Cylindrical-coordinate representation of color #AD2A2F: hue angle of 357.71º 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 #AD2A2F is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 47 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.32 |
| HSL | 357.71º | 0.61% | 0.42% | - |
| HSV(B) | 357.71º | 0.76% | 0.68% | - |
| XYZ | 18.57 | 10.75 | 3.78 | - |
| YUV | 81.74 | 108.4 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 47 | 0 | 0.76 | 0.73 | 0.32 | 357.71 | 0.61 | 0.42 |
| Hex | AD | 2A | 2F | 0 | 4C | 49 | 20 | 166 | 3D | 2A |
| Octal | 255 | 52 | 57 | 0 | 114 | 111 | 40 | 546 | 75 | 52 |
| Binary | 10101101 | 101010 | 101111 | 0 | 1001100 | 1001001 | 100000 | 101100110 | 111101 | 101010 |
Color Harmonies of #AD2A2F
Complementary color
Monochromatic Colors of #AD2A2F
Black with #AD2A2F
Text Example
Text Example
White with #AD2A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A2F; }
p { color: rgb(173,42,47); }
H1.HeaderClassName
{
color: #AD2A2F;
}
.AnyTagClassName
{
color: #AD2A2F;
}
</style>
background-color css
<style>
a { background-color: #AD2A2F; }
a { background-color: rgb(173,42,47); }
div.DivClassName
{
background-color: #AD2A2F;
}
.BgClassName
{
background-color: #AD2A2F;
}
</style>
border-color css
<style>
span { border-color: #AD2A2F; }
span { border-color: rgb(173,42,47); }
td.TdClassName
{
border-color: #AD2A2F;
}
.TagClassName
{
border-color: #AD2A2F;
}
</style>