Shades of Guardsman Red #A0272F
Tints of Guardsman Red #A0272F
RGB
CMYK
RGB Variations
Color information
#A0272F (or 0xA0272F) is known color: Guardsman Red. HEX triplet: A0, 27 and 2F. RGB value is (160,39,47). Sum of RGB (Red+Green+Blue) = 160+39+47=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A0272F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0272F is #5FD8D0. Grayscale: #4C4C4C. Windows color (decimal): -6281425 or 3090336. OLE color: 3090336.
HSL color Cylindrical-coordinate representation of color #A0272F: hue angle of 356.03º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0272F is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 39 | 47 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.37 |
| HSL | 356.03º | 0.61% | 0.39% | - |
| HSV(B) | 356.03º | 0.76% | 0.63% | - |
| XYZ | 15.74 | 9.13 | 3.62 | - |
| YUV | 76.09 | 111.59 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 47 | 0 | 0.76 | 0.71 | 0.37 | 356.03 | 0.61 | 0.39 |
| Hex | A0 | 27 | 2F | 0 | 4C | 47 | 25 | 164 | 3D | 27 |
| Octal | 240 | 47 | 57 | 0 | 114 | 107 | 45 | 544 | 75 | 47 |
| Binary | 10100000 | 100111 | 101111 | 0 | 1001100 | 1000111 | 100101 | 101100100 | 111101 | 100111 |
Color Harmonies of #A0272F
Complementary color
Monochromatic Colors of #A0272F
Black with #A0272F
Text Example
Text Example
White with #A0272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0272F; }
p { color: rgb(160,39,47); }
H1.HeaderClassName
{
color: #A0272F;
}
.AnyTagClassName
{
color: #A0272F;
}
</style>
background-color css
<style>
a { background-color: #A0272F; }
a { background-color: rgb(160,39,47); }
div.DivClassName
{
background-color: #A0272F;
}
.BgClassName
{
background-color: #A0272F;
}
</style>
border-color css
<style>
span { border-color: #A0272F; }
span { border-color: rgb(160,39,47); }
td.TdClassName
{
border-color: #A0272F;
}
.TagClassName
{
border-color: #A0272F;
}
</style>