Shades of Guardsman Red #AD2223
Tints of Guardsman Red #AD2223
RGB
CMYK
RGB Variations
Color information
#AD2223 (or 0xAD2223) is known color: Guardsman Red. HEX triplet: AD, 22 and 23. RGB value is (173,34,35). Sum of RGB (Red+Green+Blue) = 173+34+35=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2223 is #52DDDC. Grayscale: #4B4B4B. Windows color (decimal): -5430749 or 2302637. OLE color: 2302637.
HSL color Cylindrical-coordinate representation of color #AD2223: hue angle of 359.57º degrees, saturation: 0.67, 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 #AD2223 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 35 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.32 |
| HSL | 359.57º | 0.67% | 0.41% | - |
| HSV(B) | 359.57º | 0.8% | 0.68% | - |
| XYZ | 18.11 | 10.15 | 2.59 | - |
| YUV | 75.68 | 105.05 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 35 | 0 | 0.80 | 0.80 | 0.32 | 359.57 | 0.67 | 0.41 |
| Hex | AD | 22 | 23 | 0 | 50 | 50 | 20 | 168 | 43 | 29 |
| Octal | 255 | 42 | 43 | 0 | 120 | 120 | 40 | 550 | 103 | 51 |
| Binary | 10101101 | 100010 | 100011 | 0 | 1010000 | 1010000 | 100000 | 101101000 | 1000011 | 101001 |
Color Harmonies of #AD2223
Complementary color
Monochromatic Colors of #AD2223
Black with #AD2223
Text Example
Text Example
White with #AD2223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2223; }
p { color: rgb(173,34,35); }
H1.HeaderClassName
{
color: #AD2223;
}
.AnyTagClassName
{
color: #AD2223;
}
</style>
background-color css
<style>
a { background-color: #AD2223; }
a { background-color: rgb(173,34,35); }
div.DivClassName
{
background-color: #AD2223;
}
.BgClassName
{
background-color: #AD2223;
}
</style>
border-color css
<style>
span { border-color: #AD2223; }
span { border-color: rgb(173,34,35); }
td.TdClassName
{
border-color: #AD2223;
}
.TagClassName
{
border-color: #AD2223;
}
</style>