Shades of Guardsman Red #AD1C23
Tints of Guardsman Red #AD1C23
RGB
CMYK
RGB Variations
Color information
#AD1C23 (or 0xAD1C23) is known color: Guardsman Red. HEX triplet: AD, 1C and 23. RGB value is (173,28,35). Sum of RGB (Red+Green+Blue) = 173+28+35=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C23 is #52E3DC. Grayscale: #484848. Windows color (decimal): -5432285 or 2301101. OLE color: 2301101.
HSL color Cylindrical-coordinate representation of color #AD1C23: hue angle of 357.1º 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 #AD1C23 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 35 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.32 |
| HSL | 357.1º | 0.72% | 0.39% | - |
| HSV(B) | 357.1º | 0.84% | 0.68% | - |
| XYZ | 17.95 | 9.84 | 2.54 | - |
| YUV | 72.15 | 107.04 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 35 | 0 | 0.84 | 0.80 | 0.32 | 357.1 | 0.72 | 0.39 |
| Hex | AD | 1C | 23 | 0 | 54 | 50 | 20 | 165 | 48 | 27 |
| Octal | 255 | 34 | 43 | 0 | 124 | 120 | 40 | 545 | 110 | 47 |
| Binary | 10101101 | 11100 | 100011 | 0 | 1010100 | 1010000 | 100000 | 101100101 | 1001000 | 100111 |
Color Harmonies of #AD1C23
Complementary color
Monochromatic Colors of #AD1C23
Black with #AD1C23
Text Example
Text Example
White with #AD1C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C23; }
p { color: rgb(173,28,35); }
H1.HeaderClassName
{
color: #AD1C23;
}
.AnyTagClassName
{
color: #AD1C23;
}
</style>
background-color css
<style>
a { background-color: #AD1C23; }
a { background-color: rgb(173,28,35); }
div.DivClassName
{
background-color: #AD1C23;
}
.BgClassName
{
background-color: #AD1C23;
}
</style>
border-color css
<style>
span { border-color: #AD1C23; }
span { border-color: rgb(173,28,35); }
td.TdClassName
{
border-color: #AD1C23;
}
.TagClassName
{
border-color: #AD1C23;
}
</style>