Shades of Guardsman Red #AD2529
Tints of Guardsman Red #AD2529
RGB
CMYK
RGB Variations
Color information
#AD2529 (or 0xAD2529) is known color: Guardsman Red. HEX triplet: AD, 25 and 29. RGB value is (173,37,41). Sum of RGB (Red+Green+Blue) = 173+37+41=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2529 is #52DAD6. Grayscale: #4E4E4E. Windows color (decimal): -5429975 or 2696621. OLE color: 2696621.
HSL color Cylindrical-coordinate representation of color #AD2529: hue angle of 358.24º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2529 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 41 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.32 |
| HSL | 358.24º | 0.65% | 0.41% | - |
| HSV(B) | 358.24º | 0.79% | 0.68% | - |
| XYZ | 18.3 | 10.37 | 3.13 | - |
| YUV | 78.12 | 107.06 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 41 | 0 | 0.79 | 0.76 | 0.32 | 358.24 | 0.65 | 0.41 |
| Hex | AD | 25 | 29 | 0 | 4F | 4C | 20 | 166 | 41 | 29 |
| Octal | 255 | 45 | 51 | 0 | 117 | 114 | 40 | 546 | 101 | 51 |
| Binary | 10101101 | 100101 | 101001 | 0 | 1001111 | 1001100 | 100000 | 101100110 | 1000001 | 101001 |
Color Harmonies of #AD2529
Complementary color
Monochromatic Colors of #AD2529
Black with #AD2529
Text Example
Text Example
White with #AD2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2529; }
p { color: rgb(173,37,41); }
H1.HeaderClassName
{
color: #AD2529;
}
.AnyTagClassName
{
color: #AD2529;
}
</style>
background-color css
<style>
a { background-color: #AD2529; }
a { background-color: rgb(173,37,41); }
div.DivClassName
{
background-color: #AD2529;
}
.BgClassName
{
background-color: #AD2529;
}
</style>
border-color css
<style>
span { border-color: #AD2529; }
span { border-color: rgb(173,37,41); }
td.TdClassName
{
border-color: #AD2529;
}
.TagClassName
{
border-color: #AD2529;
}
</style>