Shades of Guardsman Red #AD2023
Tints of Guardsman Red #AD2023
RGB
CMYK
RGB Variations
Color information
#AD2023 (or 0xAD2023) is known color: Guardsman Red. HEX triplet: AD, 20 and 23. RGB value is (173,32,35). Sum of RGB (Red+Green+Blue) = 173+32+35=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2023 is #52DFDC. Grayscale: #4A4A4A. Windows color (decimal): -5431261 or 2302125. OLE color: 2302125.
HSL color Cylindrical-coordinate representation of color #AD2023: hue angle of 358.72º 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 #AD2023 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 35 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.32 |
| HSL | 358.72º | 0.69% | 0.4% | - |
| HSV(B) | 358.72º | 0.82% | 0.68% | - |
| XYZ | 18.05 | 10.04 | 2.58 | - |
| YUV | 74.5 | 105.71 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 35 | 0 | 0.82 | 0.80 | 0.32 | 358.72 | 0.69 | 0.4 |
| Hex | AD | 20 | 23 | 0 | 52 | 50 | 20 | 167 | 45 | 28 |
| Octal | 255 | 40 | 43 | 0 | 122 | 120 | 40 | 547 | 105 | 50 |
| Binary | 10101101 | 100000 | 100011 | 0 | 1010010 | 1010000 | 100000 | 101100111 | 1000101 | 101000 |
Color Harmonies of #AD2023
Complementary color
Monochromatic Colors of #AD2023
Black with #AD2023
Text Example
Text Example
White with #AD2023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2023; }
p { color: rgb(173,32,35); }
H1.HeaderClassName
{
color: #AD2023;
}
.AnyTagClassName
{
color: #AD2023;
}
</style>
background-color css
<style>
a { background-color: #AD2023; }
a { background-color: rgb(173,32,35); }
div.DivClassName
{
background-color: #AD2023;
}
.BgClassName
{
background-color: #AD2023;
}
</style>
border-color css
<style>
span { border-color: #AD2023; }
span { border-color: rgb(173,32,35); }
td.TdClassName
{
border-color: #AD2023;
}
.TagClassName
{
border-color: #AD2023;
}
</style>