Shades of Guardsman Red #AD1C24
Tints of Guardsman Red #AD1C24
RGB
CMYK
RGB Variations
Color information
#AD1C24 (or 0xAD1C24) is known color: Guardsman Red. HEX triplet: AD, 1C and 24. RGB value is (173,28,36). Sum of RGB (Red+Green+Blue) = 173+28+36=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C24 is #52E3DB. Grayscale: #484848. Windows color (decimal): -5432284 or 2366637. OLE color: 2366637.
HSL color Cylindrical-coordinate representation of color #AD1C24: hue angle of 356.69º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1C24 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 36 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.32 |
| HSL | 356.69º | 0.72% | 0.39% | - |
| HSV(B) | 356.69º | 0.84% | 0.68% | - |
| XYZ | 17.97 | 9.84 | 2.62 | - |
| YUV | 72.27 | 107.54 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 36 | 0 | 0.84 | 0.79 | 0.32 | 356.69 | 0.72 | 0.39 |
| Hex | AD | 1C | 24 | 0 | 54 | 4F | 20 | 165 | 48 | 27 |
| Octal | 255 | 34 | 44 | 0 | 124 | 117 | 40 | 545 | 110 | 47 |
| Binary | 10101101 | 11100 | 100100 | 0 | 1010100 | 1001111 | 100000 | 101100101 | 1001000 | 100111 |
Color Harmonies of #AD1C24
Complementary color
Monochromatic Colors of #AD1C24
Black with #AD1C24
Text Example
Text Example
White with #AD1C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C24; }
p { color: rgb(173,28,36); }
H1.HeaderClassName
{
color: #AD1C24;
}
.AnyTagClassName
{
color: #AD1C24;
}
</style>
background-color css
<style>
a { background-color: #AD1C24; }
a { background-color: rgb(173,28,36); }
div.DivClassName
{
background-color: #AD1C24;
}
.BgClassName
{
background-color: #AD1C24;
}
</style>
border-color css
<style>
span { border-color: #AD1C24; }
span { border-color: rgb(173,28,36); }
td.TdClassName
{
border-color: #AD1C24;
}
.TagClassName
{
border-color: #AD1C24;
}
</style>