Shades of Guardsman Red #AD393D
Tints of Guardsman Red #AD393D
RGB
CMYK
RGB Variations
Color information
#AD393D (or 0xAD393D) is known color: Guardsman Red. HEX triplet: AD, 39 and 3D. RGB value is (173,57,61). Sum of RGB (Red+Green+Blue) = 173+57+61=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD393D is #52C6C2. Grayscale: #5C5C5C. Windows color (decimal): -5424835 or 4012461. OLE color: 4012461.
HSL color Cylindrical-coordinate representation of color #AD393D: hue angle of 357.93º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD393D is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 61 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.32 |
| HSL | 357.93º | 0.5% | 0.45% | - |
| HSV(B) | 357.93º | 0.67% | 0.68% | - |
| XYZ | 19.54 | 12.15 | 5.73 | - |
| YUV | 92.14 | 110.43 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 61 | 0 | 0.67 | 0.65 | 0.32 | 357.93 | 0.5 | 0.45 |
| Hex | AD | 39 | 3D | 0 | 43 | 41 | 20 | 166 | 32 | 2D |
| Octal | 255 | 71 | 75 | 0 | 103 | 101 | 40 | 546 | 62 | 55 |
| Binary | 10101101 | 111001 | 111101 | 0 | 1000011 | 1000001 | 100000 | 101100110 | 110010 | 101101 |
Color Harmonies of #AD393D
Complementary color
Monochromatic Colors of #AD393D
Black with #AD393D
Text Example
Text Example
White with #AD393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD393D; }
p { color: rgb(173,57,61); }
H1.HeaderClassName
{
color: #AD393D;
}
.AnyTagClassName
{
color: #AD393D;
}
</style>
background-color css
<style>
a { background-color: #AD393D; }
a { background-color: rgb(173,57,61); }
div.DivClassName
{
background-color: #AD393D;
}
.BgClassName
{
background-color: #AD393D;
}
</style>
border-color css
<style>
span { border-color: #AD393D; }
span { border-color: rgb(173,57,61); }
td.TdClassName
{
border-color: #AD393D;
}
.TagClassName
{
border-color: #AD393D;
}
</style>