Shades of Guardsman Red #AD2A2E
Tints of Guardsman Red #AD2A2E
RGB
CMYK
RGB Variations
Color information
#AD2A2E (or 0xAD2A2E) is known color: Guardsman Red. HEX triplet: AD, 2A and 2E. RGB value is (173,42,46). Sum of RGB (Red+Green+Blue) = 173+42+46=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2A2E is #52D5D1. Grayscale: #515151. Windows color (decimal): -5428690 or 3025581. OLE color: 3025581.
HSL color Cylindrical-coordinate representation of color #AD2A2E: hue angle of 358.17º 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 #AD2A2E is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 46 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.32 |
| HSL | 358.17º | 0.61% | 0.42% | - |
| HSV(B) | 358.17º | 0.76% | 0.68% | - |
| XYZ | 18.55 | 10.74 | 3.68 | - |
| YUV | 81.63 | 107.9 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 46 | 0 | 0.76 | 0.73 | 0.32 | 358.17 | 0.61 | 0.42 |
| Hex | AD | 2A | 2E | 0 | 4C | 49 | 20 | 166 | 3D | 2A |
| Octal | 255 | 52 | 56 | 0 | 114 | 111 | 40 | 546 | 75 | 52 |
| Binary | 10101101 | 101010 | 101110 | 0 | 1001100 | 1001001 | 100000 | 101100110 | 111101 | 101010 |
Color Harmonies of #AD2A2E
Complementary color
Monochromatic Colors of #AD2A2E
Black with #AD2A2E
Text Example
Text Example
White with #AD2A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A2E; }
p { color: rgb(173,42,46); }
H1.HeaderClassName
{
color: #AD2A2E;
}
.AnyTagClassName
{
color: #AD2A2E;
}
</style>
background-color css
<style>
a { background-color: #AD2A2E; }
a { background-color: rgb(173,42,46); }
div.DivClassName
{
background-color: #AD2A2E;
}
.BgClassName
{
background-color: #AD2A2E;
}
</style>
border-color css
<style>
span { border-color: #AD2A2E; }
span { border-color: rgb(173,42,46); }
td.TdClassName
{
border-color: #AD2A2E;
}
.TagClassName
{
border-color: #AD2A2E;
}
</style>