Shades of Guardsman Red #AD373B
Tints of Guardsman Red #AD373B
RGB
CMYK
RGB Variations
Color information
#AD373B (or 0xAD373B) is known color: Guardsman Red. HEX triplet: AD, 37 and 3B. RGB value is (173,55,59). Sum of RGB (Red+Green+Blue) = 173+55+59=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD373B is #52C8C4. Grayscale: #5A5A5A. Windows color (decimal): -5425349 or 3880877. OLE color: 3880877.
HSL color Cylindrical-coordinate representation of color #AD373B: hue angle of 357.97º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD373B is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 59 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.32 |
| HSL | 357.97º | 0.52% | 0.45% | - |
| HSV(B) | 357.97º | 0.68% | 0.68% | - |
| XYZ | 19.39 | 11.93 | 5.42 | - |
| YUV | 90.74 | 110.09 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 59 | 0 | 0.68 | 0.66 | 0.32 | 357.97 | 0.52 | 0.45 |
| Hex | AD | 37 | 3B | 0 | 44 | 42 | 20 | 166 | 34 | 2D |
| Octal | 255 | 67 | 73 | 0 | 104 | 102 | 40 | 546 | 64 | 55 |
| Binary | 10101101 | 110111 | 111011 | 0 | 1000100 | 1000010 | 100000 | 101100110 | 110100 | 101101 |
Color Harmonies of #AD373B
Complementary color
Monochromatic Colors of #AD373B
Black with #AD373B
Text Example
Text Example
White with #AD373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD373B; }
p { color: rgb(173,55,59); }
H1.HeaderClassName
{
color: #AD373B;
}
.AnyTagClassName
{
color: #AD373B;
}
</style>
background-color css
<style>
a { background-color: #AD373B; }
a { background-color: rgb(173,55,59); }
div.DivClassName
{
background-color: #AD373B;
}
.BgClassName
{
background-color: #AD373B;
}
</style>
border-color css
<style>
span { border-color: #AD373B; }
span { border-color: rgb(173,55,59); }
td.TdClassName
{
border-color: #AD373B;
}
.TagClassName
{
border-color: #AD373B;
}
</style>