Shades of Guardsman Red #AD3639
Tints of Guardsman Red #AD3639
RGB
CMYK
RGB Variations
Color information
#AD3639 (or 0xAD3639) is known color: Guardsman Red. HEX triplet: AD, 36 and 39. RGB value is (173,54,57). Sum of RGB (Red+Green+Blue) = 173+54+57=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3639 is #52C9C6. Grayscale: #5A5A5A. Windows color (decimal): -5425607 or 3749549. OLE color: 3749549.
HSL color Cylindrical-coordinate representation of color #AD3639: hue angle of 358.49º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3639 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 57 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.32 |
| HSL | 358.49º | 0.52% | 0.45% | - |
| HSV(B) | 358.49º | 0.69% | 0.68% | - |
| XYZ | 19.29 | 11.82 | 5.14 | - |
| YUV | 89.92 | 109.42 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 57 | 0 | 0.69 | 0.67 | 0.32 | 358.49 | 0.52 | 0.45 |
| Hex | AD | 36 | 39 | 0 | 45 | 43 | 20 | 166 | 34 | 2D |
| Octal | 255 | 66 | 71 | 0 | 105 | 103 | 40 | 546 | 64 | 55 |
| Binary | 10101101 | 110110 | 111001 | 0 | 1000101 | 1000011 | 100000 | 101100110 | 110100 | 101101 |
Color Harmonies of #AD3639
Complementary color
Monochromatic Colors of #AD3639
Black with #AD3639
Text Example
Text Example
White with #AD3639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3639; }
p { color: rgb(173,54,57); }
H1.HeaderClassName
{
color: #AD3639;
}
.AnyTagClassName
{
color: #AD3639;
}
</style>
background-color css
<style>
a { background-color: #AD3639; }
a { background-color: rgb(173,54,57); }
div.DivClassName
{
background-color: #AD3639;
}
.BgClassName
{
background-color: #AD3639;
}
</style>
border-color css
<style>
span { border-color: #AD3639; }
span { border-color: rgb(173,54,57); }
td.TdClassName
{
border-color: #AD3639;
}
.TagClassName
{
border-color: #AD3639;
}
</style>