Shades of Guardsman Red #AD272F
Tints of Guardsman Red #AD272F
RGB
CMYK
RGB Variations
Color information
#AD272F (or 0xAD272F) is known color: Guardsman Red. HEX triplet: AD, 27 and 2F. RGB value is (173,39,47). Sum of RGB (Red+Green+Blue) = 173+39+47=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD272F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD272F is #52D8D0. Grayscale: #505050. Windows color (decimal): -5429457 or 3090349. OLE color: 3090349.
HSL color Cylindrical-coordinate representation of color #AD272F: hue angle of 356.42º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD272F is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 47 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.32 |
| HSL | 356.42º | 0.63% | 0.42% | - |
| HSV(B) | 356.42º | 0.77% | 0.68% | - |
| XYZ | 18.47 | 10.54 | 3.75 | - |
| YUV | 79.98 | 109.39 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 47 | 0 | 0.77 | 0.73 | 0.32 | 356.42 | 0.63 | 0.42 |
| Hex | AD | 27 | 2F | 0 | 4D | 49 | 20 | 164 | 3F | 2A |
| Octal | 255 | 47 | 57 | 0 | 115 | 111 | 40 | 544 | 77 | 52 |
| Binary | 10101101 | 100111 | 101111 | 0 | 1001101 | 1001001 | 100000 | 101100100 | 111111 | 101010 |
Color Harmonies of #AD272F
Complementary color
Monochromatic Colors of #AD272F
Black with #AD272F
Text Example
Text Example
White with #AD272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD272F; }
p { color: rgb(173,39,47); }
H1.HeaderClassName
{
color: #AD272F;
}
.AnyTagClassName
{
color: #AD272F;
}
</style>
background-color css
<style>
a { background-color: #AD272F; }
a { background-color: rgb(173,39,47); }
div.DivClassName
{
background-color: #AD272F;
}
.BgClassName
{
background-color: #AD272F;
}
</style>
border-color css
<style>
span { border-color: #AD272F; }
span { border-color: rgb(173,39,47); }
td.TdClassName
{
border-color: #AD272F;
}
.TagClassName
{
border-color: #AD272F;
}
</style>