Shades of Guardsman Red #AD2024
Tints of Guardsman Red #AD2024
RGB
CMYK
RGB Variations
Color information
#AD2024 (or 0xAD2024) is known color: Guardsman Red. HEX triplet: AD, 20 and 24. RGB value is (173,32,36). Sum of RGB (Red+Green+Blue) = 173+32+36=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2024 is #52DFDB. Grayscale: #4A4A4A. Windows color (decimal): -5431260 or 2367661. OLE color: 2367661.
HSL color Cylindrical-coordinate representation of color #AD2024: hue angle of 358.3º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2024 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 36 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.32 |
| HSL | 358.3º | 0.69% | 0.4% | - |
| HSV(B) | 358.3º | 0.82% | 0.68% | - |
| XYZ | 18.07 | 10.04 | 2.66 | - |
| YUV | 74.62 | 106.21 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 36 | 0 | 0.82 | 0.79 | 0.32 | 358.3 | 0.69 | 0.4 |
| Hex | AD | 20 | 24 | 0 | 52 | 4F | 20 | 166 | 45 | 28 |
| Octal | 255 | 40 | 44 | 0 | 122 | 117 | 40 | 546 | 105 | 50 |
| Binary | 10101101 | 100000 | 100100 | 0 | 1010010 | 1001111 | 100000 | 101100110 | 1000101 | 101000 |
Color Harmonies of #AD2024
Complementary color
Monochromatic Colors of #AD2024
Black with #AD2024
Text Example
Text Example
White with #AD2024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2024; }
p { color: rgb(173,32,36); }
H1.HeaderClassName
{
color: #AD2024;
}
.AnyTagClassName
{
color: #AD2024;
}
</style>
background-color css
<style>
a { background-color: #AD2024; }
a { background-color: rgb(173,32,36); }
div.DivClassName
{
background-color: #AD2024;
}
.BgClassName
{
background-color: #AD2024;
}
</style>
border-color css
<style>
span { border-color: #AD2024; }
span { border-color: rgb(173,32,36); }
td.TdClassName
{
border-color: #AD2024;
}
.TagClassName
{
border-color: #AD2024;
}
</style>