Shades of Guardsman Red #AD282E
Tints of Guardsman Red #AD282E
RGB
CMYK
RGB Variations
Color information
#AD282E (or 0xAD282E) is known color: Guardsman Red. HEX triplet: AD, 28 and 2E. RGB value is (173,40,46). Sum of RGB (Red+Green+Blue) = 173+40+46=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD282E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD282E is #52D7D1. Grayscale: #505050. Windows color (decimal): -5429202 or 3025069. OLE color: 3025069.
HSL color Cylindrical-coordinate representation of color #AD282E: hue angle of 357.29º 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 #AD282E is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 46 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.32 |
| HSL | 357.29º | 0.62% | 0.42% | - |
| HSV(B) | 357.29º | 0.77% | 0.68% | - |
| XYZ | 18.49 | 10.6 | 3.66 | - |
| YUV | 80.45 | 108.56 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 46 | 0 | 0.77 | 0.73 | 0.32 | 357.29 | 0.62 | 0.42 |
| Hex | AD | 28 | 2E | 0 | 4D | 49 | 20 | 165 | 3E | 2A |
| Octal | 255 | 50 | 56 | 0 | 115 | 111 | 40 | 545 | 76 | 52 |
| Binary | 10101101 | 101000 | 101110 | 0 | 1001101 | 1001001 | 100000 | 101100101 | 111110 | 101010 |
Color Harmonies of #AD282E
Complementary color
Monochromatic Colors of #AD282E
Black with #AD282E
Text Example
Text Example
White with #AD282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD282E; }
p { color: rgb(173,40,46); }
H1.HeaderClassName
{
color: #AD282E;
}
.AnyTagClassName
{
color: #AD282E;
}
</style>
background-color css
<style>
a { background-color: #AD282E; }
a { background-color: rgb(173,40,46); }
div.DivClassName
{
background-color: #AD282E;
}
.BgClassName
{
background-color: #AD282E;
}
</style>
border-color css
<style>
span { border-color: #AD282E; }
span { border-color: rgb(173,40,46); }
td.TdClassName
{
border-color: #AD282E;
}
.TagClassName
{
border-color: #AD282E;
}
</style>