Shades of Guardsman Red #A7293F
Tints of Guardsman Red #A7293F
RGB
CMYK
RGB Variations
Color information
#A7293F (or 0xA7293F) is known color: Guardsman Red. HEX triplet: A7, 29 and 3F. RGB value is (167,41,63). Sum of RGB (Red+Green+Blue) = 167+41+63=271 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.62% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 167 - color contains mainly: red. Hex color #A7293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7293F is #58D6C0. Grayscale: #515151. Windows color (decimal): -5822145 or 4139431. OLE color: 4139431.
HSL color Cylindrical-coordinate representation of color #A7293F: hue angle of 349.52º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7293F is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 41 | 63 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.35 |
| HSL | 349.52º | 0.61% | 0.41% | - |
| HSV(B) | 349.52º | 0.75% | 0.65% | - |
| XYZ | 17.63 | 10.16 | 5.73 | - |
| YUV | 81.18 | 117.74 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 41 | 63 | 0 | 0.75 | 0.62 | 0.35 | 349.52 | 0.61 | 0.41 |
| Hex | A7 | 29 | 3F | 0 | 4B | 3E | 23 | 15E | 3D | 29 |
| Octal | 247 | 51 | 77 | 0 | 113 | 76 | 43 | 536 | 75 | 51 |
| Binary | 10100111 | 101001 | 111111 | 0 | 1001011 | 111110 | 100011 | 101011110 | 111101 | 101001 |
Color Harmonies of #A7293F
Complementary color
Monochromatic Colors of #A7293F
Black with #A7293F
Text Example
Text Example
White with #A7293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7293F; }
p { color: rgb(167,41,63); }
H1.HeaderClassName
{
color: #A7293F;
}
.AnyTagClassName
{
color: #A7293F;
}
</style>
background-color css
<style>
a { background-color: #A7293F; }
a { background-color: rgb(167,41,63); }
div.DivClassName
{
background-color: #A7293F;
}
.BgClassName
{
background-color: #A7293F;
}
</style>
border-color css
<style>
span { border-color: #A7293F; }
span { border-color: rgb(167,41,63); }
td.TdClassName
{
border-color: #A7293F;
}
.TagClassName
{
border-color: #A7293F;
}
</style>