Shades of Guardsman Red #AD2328
Tints of Guardsman Red #AD2328
RGB
CMYK
RGB Variations
Color information
#AD2328 (or 0xAD2328) is known color: Guardsman Red. HEX triplet: AD, 23 and 28. RGB value is (173,35,40). Sum of RGB (Red+Green+Blue) = 173+35+40=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2328 is #52DCD7. Grayscale: #4C4C4C. Windows color (decimal): -5430488 or 2630573. OLE color: 2630573.
HSL color Cylindrical-coordinate representation of color #AD2328: hue angle of 357.83º 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 #AD2328 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 40 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.32 |
| HSL | 357.83º | 0.66% | 0.41% | - |
| HSV(B) | 357.83º | 0.8% | 0.68% | - |
| XYZ | 18.22 | 10.24 | 3.02 | - |
| YUV | 76.83 | 107.22 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 40 | 0 | 0.80 | 0.77 | 0.32 | 357.83 | 0.66 | 0.41 |
| Hex | AD | 23 | 28 | 0 | 50 | 4D | 20 | 166 | 42 | 29 |
| Octal | 255 | 43 | 50 | 0 | 120 | 115 | 40 | 546 | 102 | 51 |
| Binary | 10101101 | 100011 | 101000 | 0 | 1010000 | 1001101 | 100000 | 101100110 | 1000010 | 101001 |
Color Harmonies of #AD2328
Complementary color
Monochromatic Colors of #AD2328
Black with #AD2328
Text Example
Text Example
White with #AD2328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2328; }
p { color: rgb(173,35,40); }
H1.HeaderClassName
{
color: #AD2328;
}
.AnyTagClassName
{
color: #AD2328;
}
</style>
background-color css
<style>
a { background-color: #AD2328; }
a { background-color: rgb(173,35,40); }
div.DivClassName
{
background-color: #AD2328;
}
.BgClassName
{
background-color: #AD2328;
}
</style>
border-color css
<style>
span { border-color: #AD2328; }
span { border-color: rgb(173,35,40); }
td.TdClassName
{
border-color: #AD2328;
}
.TagClassName
{
border-color: #AD2328;
}
</style>