Shades of Guardsman Red #AD282C
Tints of Guardsman Red #AD282C
RGB
CMYK
RGB Variations
Color information
#AD282C (or 0xAD282C) is known color: Guardsman Red. HEX triplet: AD, 28 and 2C. RGB value is (173,40,44). Sum of RGB (Red+Green+Blue) = 173+40+44=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD282C is #52D7D3. Grayscale: #505050. Windows color (decimal): -5429204 or 2893997. OLE color: 2893997.
HSL color Cylindrical-coordinate representation of color #AD282C: hue angle of 358.2º 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 #AD282C is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 44 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.32 |
| HSL | 358.2º | 0.62% | 0.42% | - |
| HSV(B) | 358.2º | 0.77% | 0.68% | - |
| XYZ | 18.45 | 10.58 | 3.45 | - |
| YUV | 80.22 | 107.56 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 44 | 0 | 0.77 | 0.75 | 0.32 | 358.2 | 0.62 | 0.42 |
| Hex | AD | 28 | 2C | 0 | 4D | 4B | 20 | 166 | 3E | 2A |
| Octal | 255 | 50 | 54 | 0 | 115 | 113 | 40 | 546 | 76 | 52 |
| Binary | 10101101 | 101000 | 101100 | 0 | 1001101 | 1001011 | 100000 | 101100110 | 111110 | 101010 |
Color Harmonies of #AD282C
Complementary color
Monochromatic Colors of #AD282C
Black with #AD282C
Text Example
Text Example
White with #AD282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD282C; }
p { color: rgb(173,40,44); }
H1.HeaderClassName
{
color: #AD282C;
}
.AnyTagClassName
{
color: #AD282C;
}
</style>
background-color css
<style>
a { background-color: #AD282C; }
a { background-color: rgb(173,40,44); }
div.DivClassName
{
background-color: #AD282C;
}
.BgClassName
{
background-color: #AD282C;
}
</style>
border-color css
<style>
span { border-color: #AD282C; }
span { border-color: rgb(173,40,44); }
td.TdClassName
{
border-color: #AD282C;
}
.TagClassName
{
border-color: #AD282C;
}
</style>