Shades of Guardsman Red #AD282B
Tints of Guardsman Red #AD282B
RGB
CMYK
RGB Variations
Color information
#AD282B (or 0xAD282B) is known color: Guardsman Red. HEX triplet: AD, 28 and 2B. RGB value is (173,40,43). Sum of RGB (Red+Green+Blue) = 173+40+43=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD282B is #52D7D4. Grayscale: #505050. Windows color (decimal): -5429205 or 2828461. OLE color: 2828461.
HSL color Cylindrical-coordinate representation of color #AD282B: hue angle of 358.65º 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 #AD282B is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 43 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.32 |
| HSL | 358.65º | 0.62% | 0.42% | - |
| HSV(B) | 358.65º | 0.77% | 0.68% | - |
| XYZ | 18.43 | 10.58 | 3.36 | - |
| YUV | 80.11 | 107.06 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 43 | 0 | 0.77 | 0.75 | 0.32 | 358.65 | 0.62 | 0.42 |
| Hex | AD | 28 | 2B | 0 | 4D | 4B | 20 | 167 | 3E | 2A |
| Octal | 255 | 50 | 53 | 0 | 115 | 113 | 40 | 547 | 76 | 52 |
| Binary | 10101101 | 101000 | 101011 | 0 | 1001101 | 1001011 | 100000 | 101100111 | 111110 | 101010 |
Color Harmonies of #AD282B
Complementary color
Monochromatic Colors of #AD282B
Black with #AD282B
Text Example
Text Example
White with #AD282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD282B; }
p { color: rgb(173,40,43); }
H1.HeaderClassName
{
color: #AD282B;
}
.AnyTagClassName
{
color: #AD282B;
}
</style>
background-color css
<style>
a { background-color: #AD282B; }
a { background-color: rgb(173,40,43); }
div.DivClassName
{
background-color: #AD282B;
}
.BgClassName
{
background-color: #AD282B;
}
</style>
border-color css
<style>
span { border-color: #AD282B; }
span { border-color: rgb(173,40,43); }
td.TdClassName
{
border-color: #AD282B;
}
.TagClassName
{
border-color: #AD282B;
}
</style>