Shades of Guardsman Red #AD242E
Tints of Guardsman Red #AD242E
RGB
CMYK
RGB Variations
Color information
#AD242E (or 0xAD242E) is known color: Guardsman Red. HEX triplet: AD, 24 and 2E. RGB value is (173,36,46). Sum of RGB (Red+Green+Blue) = 173+36+46=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD242E is #52DBD1. Grayscale: #4E4E4E. Windows color (decimal): -5430226 or 3024045. OLE color: 3024045.
HSL color Cylindrical-coordinate representation of color #AD242E: hue angle of 355.62º degrees, saturation: 0.66, 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 #AD242E is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 46 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.32 |
| HSL | 355.62º | 0.66% | 0.41% | - |
| HSV(B) | 355.62º | 0.79% | 0.68% | - |
| XYZ | 18.36 | 10.34 | 3.61 | - |
| YUV | 78.1 | 109.89 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 46 | 0 | 0.79 | 0.73 | 0.32 | 355.62 | 0.66 | 0.41 |
| Hex | AD | 24 | 2E | 0 | 4F | 49 | 20 | 164 | 42 | 29 |
| Octal | 255 | 44 | 56 | 0 | 117 | 111 | 40 | 544 | 102 | 51 |
| Binary | 10101101 | 100100 | 101110 | 0 | 1001111 | 1001001 | 100000 | 101100100 | 1000010 | 101001 |
Color Harmonies of #AD242E
Complementary color
Monochromatic Colors of #AD242E
Black with #AD242E
Text Example
Text Example
White with #AD242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD242E; }
p { color: rgb(173,36,46); }
H1.HeaderClassName
{
color: #AD242E;
}
.AnyTagClassName
{
color: #AD242E;
}
</style>
background-color css
<style>
a { background-color: #AD242E; }
a { background-color: rgb(173,36,46); }
div.DivClassName
{
background-color: #AD242E;
}
.BgClassName
{
background-color: #AD242E;
}
</style>
border-color css
<style>
span { border-color: #AD242E; }
span { border-color: rgb(173,36,46); }
td.TdClassName
{
border-color: #AD242E;
}
.TagClassName
{
border-color: #AD242E;
}
</style>