Shades of Guardsman Red #AD272E
Tints of Guardsman Red #AD272E
RGB
CMYK
RGB Variations
Color information
#AD272E (or 0xAD272E) is known color: Guardsman Red. HEX triplet: AD, 27 and 2E. RGB value is (173,39,46). Sum of RGB (Red+Green+Blue) = 173+39+46=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD272E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD272E is #52D8D1. Grayscale: #4F4F4F. Windows color (decimal): -5429458 or 3024813. OLE color: 3024813.
HSL color Cylindrical-coordinate representation of color #AD272E: hue angle of 356.87º 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 #AD272E is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 46 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.32 |
| HSL | 356.87º | 0.63% | 0.42% | - |
| HSV(B) | 356.87º | 0.77% | 0.68% | - |
| XYZ | 18.45 | 10.53 | 3.65 | - |
| YUV | 79.86 | 108.89 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 46 | 0 | 0.77 | 0.73 | 0.32 | 356.87 | 0.63 | 0.42 |
| Hex | AD | 27 | 2E | 0 | 4D | 49 | 20 | 165 | 3F | 2A |
| Octal | 255 | 47 | 56 | 0 | 115 | 111 | 40 | 545 | 77 | 52 |
| Binary | 10101101 | 100111 | 101110 | 0 | 1001101 | 1001001 | 100000 | 101100101 | 111111 | 101010 |
Color Harmonies of #AD272E
Complementary color
Monochromatic Colors of #AD272E
Black with #AD272E
Text Example
Text Example
White with #AD272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD272E; }
p { color: rgb(173,39,46); }
H1.HeaderClassName
{
color: #AD272E;
}
.AnyTagClassName
{
color: #AD272E;
}
</style>
background-color css
<style>
a { background-color: #AD272E; }
a { background-color: rgb(173,39,46); }
div.DivClassName
{
background-color: #AD272E;
}
.BgClassName
{
background-color: #AD272E;
}
</style>
border-color css
<style>
span { border-color: #AD272E; }
span { border-color: rgb(173,39,46); }
td.TdClassName
{
border-color: #AD272E;
}
.TagClassName
{
border-color: #AD272E;
}
</style>