Shades of Guardsman Red #A02F3A
Tints of Guardsman Red #A02F3A
RGB
CMYK
RGB Variations
Color information
#A02F3A (or 0xA02F3A) is known color: Guardsman Red. HEX triplet: A0, 2F and 3A. RGB value is (160,47,58). Sum of RGB (Red+Green+Blue) = 160+47+58=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02F3A is #5FD0C5. Grayscale: #525252. Windows color (decimal): -6279366 or 3813280. OLE color: 3813280.
HSL color Cylindrical-coordinate representation of color #A02F3A: hue angle of 354.16º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A02F3A is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 58 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.37 |
| HSL | 354.16º | 0.55% | 0.41% | - |
| HSV(B) | 354.16º | 0.71% | 0.63% | - |
| XYZ | 16.28 | 9.81 | 5.04 | - |
| YUV | 82.04 | 114.44 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 58 | 0 | 0.71 | 0.64 | 0.37 | 354.16 | 0.55 | 0.41 |
| Hex | A0 | 2F | 3A | 0 | 47 | 40 | 25 | 162 | 37 | 29 |
| Octal | 240 | 57 | 72 | 0 | 107 | 100 | 45 | 542 | 67 | 51 |
| Binary | 10100000 | 101111 | 111010 | 0 | 1000111 | 1000000 | 100101 | 101100010 | 110111 | 101001 |
Color Harmonies of #A02F3A
Complementary color
Monochromatic Colors of #A02F3A
Black with #A02F3A
Text Example
Text Example
White with #A02F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F3A; }
p { color: rgb(160,47,58); }
H1.HeaderClassName
{
color: #A02F3A;
}
.AnyTagClassName
{
color: #A02F3A;
}
</style>
background-color css
<style>
a { background-color: #A02F3A; }
a { background-color: rgb(160,47,58); }
div.DivClassName
{
background-color: #A02F3A;
}
.BgClassName
{
background-color: #A02F3A;
}
</style>
border-color css
<style>
span { border-color: #A02F3A; }
span { border-color: rgb(160,47,58); }
td.TdClassName
{
border-color: #A02F3A;
}
.TagClassName
{
border-color: #A02F3A;
}
</style>