Shades of Guardsman Red #AD232E
Tints of Guardsman Red #AD232E
RGB
CMYK
RGB Variations
Color information
#AD232E (or 0xAD232E) is known color: Guardsman Red. HEX triplet: AD, 23 and 2E. RGB value is (173,35,46). Sum of RGB (Red+Green+Blue) = 173+35+46=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD232E is #52DCD1. Grayscale: #4D4D4D. Windows color (decimal): -5430482 or 3023789. OLE color: 3023789.
HSL color Cylindrical-coordinate representation of color #AD232E: hue angle of 355.22º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD232E is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 46 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.32 |
| HSL | 355.22º | 0.66% | 0.41% | - |
| HSV(B) | 355.22º | 0.8% | 0.68% | - |
| XYZ | 18.33 | 10.28 | 3.6 | - |
| YUV | 77.52 | 110.22 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 46 | 0 | 0.80 | 0.73 | 0.32 | 355.22 | 0.66 | 0.41 |
| Hex | AD | 23 | 2E | 0 | 50 | 49 | 20 | 163 | 42 | 29 |
| Octal | 255 | 43 | 56 | 0 | 120 | 111 | 40 | 543 | 102 | 51 |
| Binary | 10101101 | 100011 | 101110 | 0 | 1010000 | 1001001 | 100000 | 101100011 | 1000010 | 101001 |
Color Harmonies of #AD232E
Complementary color
Monochromatic Colors of #AD232E
Black with #AD232E
Text Example
Text Example
White with #AD232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD232E; }
p { color: rgb(173,35,46); }
H1.HeaderClassName
{
color: #AD232E;
}
.AnyTagClassName
{
color: #AD232E;
}
</style>
background-color css
<style>
a { background-color: #AD232E; }
a { background-color: rgb(173,35,46); }
div.DivClassName
{
background-color: #AD232E;
}
.BgClassName
{
background-color: #AD232E;
}
</style>
border-color css
<style>
span { border-color: #AD232E; }
span { border-color: rgb(173,35,46); }
td.TdClassName
{
border-color: #AD232E;
}
.TagClassName
{
border-color: #AD232E;
}
</style>