Shades of Guardsman Red #AD272A
Tints of Guardsman Red #AD272A
RGB
CMYK
RGB Variations
Color information
#AD272A (or 0xAD272A) is known color: Guardsman Red. HEX triplet: AD, 27 and 2A. RGB value is (173,39,42). Sum of RGB (Red+Green+Blue) = 173+39+42=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD272A is #52D8D5. Grayscale: #4F4F4F. Windows color (decimal): -5429462 or 2762669. OLE color: 2762669.
HSL color Cylindrical-coordinate representation of color #AD272A: hue angle of 358.66º 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 #AD272A is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 42 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.32 |
| HSL | 358.66º | 0.63% | 0.42% | - |
| HSV(B) | 358.66º | 0.77% | 0.68% | - |
| XYZ | 18.38 | 10.5 | 3.25 | - |
| YUV | 79.41 | 106.89 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 42 | 0 | 0.77 | 0.76 | 0.32 | 358.66 | 0.63 | 0.42 |
| Hex | AD | 27 | 2A | 0 | 4D | 4C | 20 | 167 | 3F | 2A |
| Octal | 255 | 47 | 52 | 0 | 115 | 114 | 40 | 547 | 77 | 52 |
| Binary | 10101101 | 100111 | 101010 | 0 | 1001101 | 1001100 | 100000 | 101100111 | 111111 | 101010 |
Color Harmonies of #AD272A
Complementary color
Monochromatic Colors of #AD272A
Black with #AD272A
Text Example
Text Example
White with #AD272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD272A; }
p { color: rgb(173,39,42); }
H1.HeaderClassName
{
color: #AD272A;
}
.AnyTagClassName
{
color: #AD272A;
}
</style>
background-color css
<style>
a { background-color: #AD272A; }
a { background-color: rgb(173,39,42); }
div.DivClassName
{
background-color: #AD272A;
}
.BgClassName
{
background-color: #AD272A;
}
</style>
border-color css
<style>
span { border-color: #AD272A; }
span { border-color: rgb(173,39,42); }
td.TdClassName
{
border-color: #AD272A;
}
.TagClassName
{
border-color: #AD272A;
}
</style>