Shades of Guardsman Red #AD323A
Tints of Guardsman Red #AD323A
RGB
CMYK
RGB Variations
Color information
#AD323A (or 0xAD323A) is known color: Guardsman Red. HEX triplet: AD, 32 and 3A. RGB value is (173,50,58). Sum of RGB (Red+Green+Blue) = 173+50+58=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD323A is #52CDC5. Grayscale: #575757. Windows color (decimal): -5426630 or 3814061. OLE color: 3814061.
HSL color Cylindrical-coordinate representation of color #AD323A: hue angle of 356.1º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD323A is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 58 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.32 |
| HSL | 356.1º | 0.55% | 0.44% | - |
| HSV(B) | 356.1º | 0.71% | 0.68% | - |
| XYZ | 19.14 | 11.47 | 5.21 | - |
| YUV | 87.69 | 111.25 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 58 | 0 | 0.71 | 0.66 | 0.32 | 356.1 | 0.55 | 0.44 |
| Hex | AD | 32 | 3A | 0 | 47 | 42 | 20 | 164 | 37 | 2C |
| Octal | 255 | 62 | 72 | 0 | 107 | 102 | 40 | 544 | 67 | 54 |
| Binary | 10101101 | 110010 | 111010 | 0 | 1000111 | 1000010 | 100000 | 101100100 | 110111 | 101100 |
Color Harmonies of #AD323A
Complementary color
Monochromatic Colors of #AD323A
Black with #AD323A
Text Example
Text Example
White with #AD323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD323A; }
p { color: rgb(173,50,58); }
H1.HeaderClassName
{
color: #AD323A;
}
.AnyTagClassName
{
color: #AD323A;
}
</style>
background-color css
<style>
a { background-color: #AD323A; }
a { background-color: rgb(173,50,58); }
div.DivClassName
{
background-color: #AD323A;
}
.BgClassName
{
background-color: #AD323A;
}
</style>
border-color css
<style>
span { border-color: #AD323A; }
span { border-color: rgb(173,50,58); }
td.TdClassName
{
border-color: #AD323A;
}
.TagClassName
{
border-color: #AD323A;
}
</style>