Shades of Guardsman Red #AD242F
Tints of Guardsman Red #AD242F
RGB
CMYK
RGB Variations
Color information
#AD242F (or 0xAD242F) is known color: Guardsman Red. HEX triplet: AD, 24 and 2F. RGB value is (173,36,47). Sum of RGB (Red+Green+Blue) = 173+36+47=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD242F is #52DBD0. Grayscale: #4E4E4E. Windows color (decimal): -5430225 or 3089581. OLE color: 3089581.
HSL color Cylindrical-coordinate representation of color #AD242F: hue angle of 355.18º 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 #AD242F is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 47 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.32 |
| HSL | 355.18º | 0.66% | 0.41% | - |
| HSV(B) | 355.18º | 0.79% | 0.68% | - |
| XYZ | 18.38 | 10.35 | 3.72 | - |
| YUV | 78.22 | 110.39 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 47 | 0 | 0.79 | 0.73 | 0.32 | 355.18 | 0.66 | 0.41 |
| Hex | AD | 24 | 2F | 0 | 4F | 49 | 20 | 163 | 42 | 29 |
| Octal | 255 | 44 | 57 | 0 | 117 | 111 | 40 | 543 | 102 | 51 |
| Binary | 10101101 | 100100 | 101111 | 0 | 1001111 | 1001001 | 100000 | 101100011 | 1000010 | 101001 |
Color Harmonies of #AD242F
Complementary color
Monochromatic Colors of #AD242F
Black with #AD242F
Text Example
Text Example
White with #AD242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD242F; }
p { color: rgb(173,36,47); }
H1.HeaderClassName
{
color: #AD242F;
}
.AnyTagClassName
{
color: #AD242F;
}
</style>
background-color css
<style>
a { background-color: #AD242F; }
a { background-color: rgb(173,36,47); }
div.DivClassName
{
background-color: #AD242F;
}
.BgClassName
{
background-color: #AD242F;
}
</style>
border-color css
<style>
span { border-color: #AD242F; }
span { border-color: rgb(173,36,47); }
td.TdClassName
{
border-color: #AD242F;
}
.TagClassName
{
border-color: #AD242F;
}
</style>