Shades of Guardsman Red #AD282D
Tints of Guardsman Red #AD282D
RGB
CMYK
RGB Variations
Color information
#AD282D (or 0xAD282D) is known color: Guardsman Red. HEX triplet: AD, 28 and 2D. RGB value is (173,40,45). Sum of RGB (Red+Green+Blue) = 173+40+45=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD282D is #52D7D2. Grayscale: #505050. Windows color (decimal): -5429203 or 2959533. OLE color: 2959533.
HSL color Cylindrical-coordinate representation of color #AD282D: hue angle of 357.74º 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 #AD282D is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 45 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.32 |
| HSL | 357.74º | 0.62% | 0.42% | - |
| HSV(B) | 357.74º | 0.77% | 0.68% | - |
| XYZ | 18.47 | 10.59 | 3.55 | - |
| YUV | 80.34 | 108.06 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 45 | 0 | 0.77 | 0.74 | 0.32 | 357.74 | 0.62 | 0.42 |
| Hex | AD | 28 | 2D | 0 | 4D | 4A | 20 | 166 | 3E | 2A |
| Octal | 255 | 50 | 55 | 0 | 115 | 112 | 40 | 546 | 76 | 52 |
| Binary | 10101101 | 101000 | 101101 | 0 | 1001101 | 1001010 | 100000 | 101100110 | 111110 | 101010 |
Color Harmonies of #AD282D
Complementary color
Monochromatic Colors of #AD282D
Black with #AD282D
Text Example
Text Example
White with #AD282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD282D; }
p { color: rgb(173,40,45); }
H1.HeaderClassName
{
color: #AD282D;
}
.AnyTagClassName
{
color: #AD282D;
}
</style>
background-color css
<style>
a { background-color: #AD282D; }
a { background-color: rgb(173,40,45); }
div.DivClassName
{
background-color: #AD282D;
}
.BgClassName
{
background-color: #AD282D;
}
</style>
border-color css
<style>
span { border-color: #AD282D; }
span { border-color: rgb(173,40,45); }
td.TdClassName
{
border-color: #AD282D;
}
.TagClassName
{
border-color: #AD282D;
}
</style>