Shades of Guardsman Red #AD2127
Tints of Guardsman Red #AD2127
RGB
CMYK
RGB Variations
Color information
#AD2127 (or 0xAD2127) is known color: Guardsman Red. HEX triplet: AD, 21 and 27. RGB value is (173,33,39). Sum of RGB (Red+Green+Blue) = 173+33+39=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2127 is #52DED8. Grayscale: #4B4B4B. Windows color (decimal): -5431001 or 2564525. OLE color: 2564525.
HSL color Cylindrical-coordinate representation of color #AD2127: hue angle of 357.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2127 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 39 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.32 |
| HSL | 357.43º | 0.68% | 0.4% | - |
| HSV(B) | 357.43º | 0.81% | 0.68% | - |
| XYZ | 18.14 | 10.12 | 2.92 | - |
| YUV | 75.54 | 107.38 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 39 | 0 | 0.81 | 0.77 | 0.32 | 357.43 | 0.68 | 0.4 |
| Hex | AD | 21 | 27 | 0 | 51 | 4D | 20 | 165 | 44 | 28 |
| Octal | 255 | 41 | 47 | 0 | 121 | 115 | 40 | 545 | 104 | 50 |
| Binary | 10101101 | 100001 | 100111 | 0 | 1010001 | 1001101 | 100000 | 101100101 | 1000100 | 101000 |
Color Harmonies of #AD2127
Complementary color
Monochromatic Colors of #AD2127
Black with #AD2127
Text Example
Text Example
White with #AD2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2127; }
p { color: rgb(173,33,39); }
H1.HeaderClassName
{
color: #AD2127;
}
.AnyTagClassName
{
color: #AD2127;
}
</style>
background-color css
<style>
a { background-color: #AD2127; }
a { background-color: rgb(173,33,39); }
div.DivClassName
{
background-color: #AD2127;
}
.BgClassName
{
background-color: #AD2127;
}
</style>
border-color css
<style>
span { border-color: #AD2127; }
span { border-color: rgb(173,33,39); }
td.TdClassName
{
border-color: #AD2127;
}
.TagClassName
{
border-color: #AD2127;
}
</style>