Shades of Guardsman Red #AD2325
Tints of Guardsman Red #AD2325
RGB
CMYK
RGB Variations
Color information
#AD2325 (or 0xAD2325) is known color: Guardsman Red. HEX triplet: AD, 23 and 25. RGB value is (173,35,37). Sum of RGB (Red+Green+Blue) = 173+35+37=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2325 is #52DCDA. Grayscale: #4C4C4C. Windows color (decimal): -5430491 or 2433965. OLE color: 2433965.
HSL color Cylindrical-coordinate representation of color #AD2325: hue angle of 359.13º 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 #AD2325 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 37 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.32 |
| HSL | 359.13º | 0.66% | 0.41% | - |
| HSV(B) | 359.13º | 0.8% | 0.68% | - |
| XYZ | 18.17 | 10.22 | 2.77 | - |
| YUV | 76.49 | 105.72 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 37 | 0 | 0.80 | 0.79 | 0.32 | 359.13 | 0.66 | 0.41 |
| Hex | AD | 23 | 25 | 0 | 50 | 4F | 20 | 167 | 42 | 29 |
| Octal | 255 | 43 | 45 | 0 | 120 | 117 | 40 | 547 | 102 | 51 |
| Binary | 10101101 | 100011 | 100101 | 0 | 1010000 | 1001111 | 100000 | 101100111 | 1000010 | 101001 |
Color Harmonies of #AD2325
Complementary color
Monochromatic Colors of #AD2325
Black with #AD2325
Text Example
Text Example
White with #AD2325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2325; }
p { color: rgb(173,35,37); }
H1.HeaderClassName
{
color: #AD2325;
}
.AnyTagClassName
{
color: #AD2325;
}
</style>
background-color css
<style>
a { background-color: #AD2325; }
a { background-color: rgb(173,35,37); }
div.DivClassName
{
background-color: #AD2325;
}
.BgClassName
{
background-color: #AD2325;
}
</style>
border-color css
<style>
span { border-color: #AD2325; }
span { border-color: rgb(173,35,37); }
td.TdClassName
{
border-color: #AD2325;
}
.TagClassName
{
border-color: #AD2325;
}
</style>