Shades of Guardsman Red #A02A2F
Tints of Guardsman Red #A02A2F
RGB
CMYK
RGB Variations
Color information
#A02A2F (or 0xA02A2F) is known color: Guardsman Red. HEX triplet: A0, 2A and 2F. RGB value is (160,42,47). Sum of RGB (Red+Green+Blue) = 160+42+47=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02A2F is #5FD5D0. Grayscale: #4D4D4D. Windows color (decimal): -6280657 or 3091104. OLE color: 3091104.
HSL color Cylindrical-coordinate representation of color #A02A2F: hue angle of 357.46º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02A2F is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 47 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.37 |
| HSL | 357.46º | 0.58% | 0.4% | - |
| HSV(B) | 357.46º | 0.74% | 0.63% | - |
| XYZ | 15.84 | 9.33 | 3.66 | - |
| YUV | 77.85 | 110.59 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 47 | 0 | 0.74 | 0.71 | 0.37 | 357.46 | 0.58 | 0.4 |
| Hex | A0 | 2A | 2F | 0 | 4A | 47 | 25 | 165 | 3A | 28 |
| Octal | 240 | 52 | 57 | 0 | 112 | 107 | 45 | 545 | 72 | 50 |
| Binary | 10100000 | 101010 | 101111 | 0 | 1001010 | 1000111 | 100101 | 101100101 | 111010 | 101000 |
Color Harmonies of #A02A2F
Complementary color
Monochromatic Colors of #A02A2F
Black with #A02A2F
Text Example
Text Example
White with #A02A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A2F; }
p { color: rgb(160,42,47); }
H1.HeaderClassName
{
color: #A02A2F;
}
.AnyTagClassName
{
color: #A02A2F;
}
</style>
background-color css
<style>
a { background-color: #A02A2F; }
a { background-color: rgb(160,42,47); }
div.DivClassName
{
background-color: #A02A2F;
}
.BgClassName
{
background-color: #A02A2F;
}
</style>
border-color css
<style>
span { border-color: #A02A2F; }
span { border-color: rgb(160,42,47); }
td.TdClassName
{
border-color: #A02A2F;
}
.TagClassName
{
border-color: #A02A2F;
}
</style>