Shades of Guardsman Red #AD242A
Tints of Guardsman Red #AD242A
RGB
CMYK
RGB Variations
Color information
#AD242A (or 0xAD242A) is known color: Guardsman Red. HEX triplet: AD, 24 and 2A. RGB value is (173,36,42). Sum of RGB (Red+Green+Blue) = 173+36+42=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD242A is #52DBD5. Grayscale: #4D4D4D. Windows color (decimal): -5430230 or 2761901. OLE color: 2761901.
HSL color Cylindrical-coordinate representation of color #AD242A: hue angle of 357.37º 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 #AD242A is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 42 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.32 |
| HSL | 357.37º | 0.66% | 0.41% | - |
| HSV(B) | 357.37º | 0.79% | 0.68% | - |
| XYZ | 18.28 | 10.31 | 3.22 | - |
| YUV | 77.65 | 107.89 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 42 | 0 | 0.79 | 0.76 | 0.32 | 357.37 | 0.66 | 0.41 |
| Hex | AD | 24 | 2A | 0 | 4F | 4C | 20 | 165 | 42 | 29 |
| Octal | 255 | 44 | 52 | 0 | 117 | 114 | 40 | 545 | 102 | 51 |
| Binary | 10101101 | 100100 | 101010 | 0 | 1001111 | 1001100 | 100000 | 101100101 | 1000010 | 101001 |
Color Harmonies of #AD242A
Complementary color
Monochromatic Colors of #AD242A
Black with #AD242A
Text Example
Text Example
White with #AD242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD242A; }
p { color: rgb(173,36,42); }
H1.HeaderClassName
{
color: #AD242A;
}
.AnyTagClassName
{
color: #AD242A;
}
</style>
background-color css
<style>
a { background-color: #AD242A; }
a { background-color: rgb(173,36,42); }
div.DivClassName
{
background-color: #AD242A;
}
.BgClassName
{
background-color: #AD242A;
}
</style>
border-color css
<style>
span { border-color: #AD242A; }
span { border-color: rgb(173,36,42); }
td.TdClassName
{
border-color: #AD242A;
}
.TagClassName
{
border-color: #AD242A;
}
</style>