Shades of Guardsman Red #AD2526
Tints of Guardsman Red #AD2526
RGB
CMYK
RGB Variations
Color information
#AD2526 (or 0xAD2526) is known color: Guardsman Red. HEX triplet: AD, 25 and 26. RGB value is (173,37,38). Sum of RGB (Red+Green+Blue) = 173+37+38=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2526 is #52DAD9. Grayscale: #4D4D4D. Windows color (decimal): -5429978 or 2500013. OLE color: 2500013.
HSL color Cylindrical-coordinate representation of color #AD2526: hue angle of 359.56º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2526 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 38 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.32 |
| HSL | 359.56º | 0.65% | 0.41% | - |
| HSV(B) | 359.56º | 0.79% | 0.68% | - |
| XYZ | 18.25 | 10.35 | 2.87 | - |
| YUV | 77.78 | 105.56 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 38 | 0 | 0.79 | 0.78 | 0.32 | 359.56 | 0.65 | 0.41 |
| Hex | AD | 25 | 26 | 0 | 4F | 4E | 20 | 168 | 41 | 29 |
| Octal | 255 | 45 | 46 | 0 | 117 | 116 | 40 | 550 | 101 | 51 |
| Binary | 10101101 | 100101 | 100110 | 0 | 1001111 | 1001110 | 100000 | 101101000 | 1000001 | 101001 |
Color Harmonies of #AD2526
Complementary color
Monochromatic Colors of #AD2526
Black with #AD2526
Text Example
Text Example
White with #AD2526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2526; }
p { color: rgb(173,37,38); }
H1.HeaderClassName
{
color: #AD2526;
}
.AnyTagClassName
{
color: #AD2526;
}
</style>
background-color css
<style>
a { background-color: #AD2526; }
a { background-color: rgb(173,37,38); }
div.DivClassName
{
background-color: #AD2526;
}
.BgClassName
{
background-color: #AD2526;
}
</style>
border-color css
<style>
span { border-color: #AD2526; }
span { border-color: rgb(173,37,38); }
td.TdClassName
{
border-color: #AD2526;
}
.TagClassName
{
border-color: #AD2526;
}
</style>