Shades of Guardsman Red #AD2633
Tints of Guardsman Red #AD2633
RGB
CMYK
RGB Variations
Color information
#AD2633 (or 0xAD2633) is known color: Guardsman Red. HEX triplet: AD, 26 and 33. RGB value is (173,38,51). Sum of RGB (Red+Green+Blue) = 173+38+51=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2633 is #52D9CC. Grayscale: #4F4F4F. Windows color (decimal): -5429709 or 3352237. OLE color: 3352237.
HSL color Cylindrical-coordinate representation of color #AD2633: hue angle of 354.22º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2633 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 51 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.32 |
| HSL | 354.22º | 0.64% | 0.41% | - |
| HSV(B) | 354.22º | 0.78% | 0.68% | - |
| XYZ | 18.52 | 10.51 | 4.18 | - |
| YUV | 79.85 | 111.73 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 51 | 0 | 0.78 | 0.71 | 0.32 | 354.22 | 0.64 | 0.41 |
| Hex | AD | 26 | 33 | 0 | 4E | 47 | 20 | 162 | 40 | 29 |
| Octal | 255 | 46 | 63 | 0 | 116 | 107 | 40 | 542 | 100 | 51 |
| Binary | 10101101 | 100110 | 110011 | 0 | 1001110 | 1000111 | 100000 | 101100010 | 1000000 | 101001 |
Color Harmonies of #AD2633
Complementary color
Monochromatic Colors of #AD2633
Black with #AD2633
Text Example
Text Example
White with #AD2633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2633; }
p { color: rgb(173,38,51); }
H1.HeaderClassName
{
color: #AD2633;
}
.AnyTagClassName
{
color: #AD2633;
}
</style>
background-color css
<style>
a { background-color: #AD2633; }
a { background-color: rgb(173,38,51); }
div.DivClassName
{
background-color: #AD2633;
}
.BgClassName
{
background-color: #AD2633;
}
</style>
border-color css
<style>
span { border-color: #AD2633; }
span { border-color: rgb(173,38,51); }
td.TdClassName
{
border-color: #AD2633;
}
.TagClassName
{
border-color: #AD2633;
}
</style>