Shades of Guardsman Red #A7293C
Tints of Guardsman Red #A7293C
RGB
CMYK
RGB Variations
Color information
#A7293C (or 0xA7293C) is known color: Guardsman Red. HEX triplet: A7, 29 and 3C. RGB value is (167,41,60). Sum of RGB (Red+Green+Blue) = 167+41+60=268 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.31% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 167 - color contains mainly: red. Hex color #A7293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7293C is #58D6C3. Grayscale: #505050. Windows color (decimal): -5822148 or 3942823. OLE color: 3942823.
HSL color Cylindrical-coordinate representation of color #A7293C: hue angle of 350.95º 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 #A7293C is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 41 | 60 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.35 |
| HSL | 350.95º | 0.61% | 0.41% | - |
| HSV(B) | 350.95º | 0.75% | 0.65% | - |
| XYZ | 17.54 | 10.13 | 5.31 | - |
| YUV | 80.84 | 116.24 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 41 | 60 | 0 | 0.75 | 0.64 | 0.35 | 350.95 | 0.61 | 0.41 |
| Hex | A7 | 29 | 3C | 0 | 4B | 40 | 23 | 15F | 3D | 29 |
| Octal | 247 | 51 | 74 | 0 | 113 | 100 | 43 | 537 | 75 | 51 |
| Binary | 10100111 | 101001 | 111100 | 0 | 1001011 | 1000000 | 100011 | 101011111 | 111101 | 101001 |
Color Harmonies of #A7293C
Complementary color
Monochromatic Colors of #A7293C
Black with #A7293C
Text Example
Text Example
White with #A7293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7293C; }
p { color: rgb(167,41,60); }
H1.HeaderClassName
{
color: #A7293C;
}
.AnyTagClassName
{
color: #A7293C;
}
</style>
background-color css
<style>
a { background-color: #A7293C; }
a { background-color: rgb(167,41,60); }
div.DivClassName
{
background-color: #A7293C;
}
.BgClassName
{
background-color: #A7293C;
}
</style>
border-color css
<style>
span { border-color: #A7293C; }
span { border-color: rgb(167,41,60); }
td.TdClassName
{
border-color: #A7293C;
}
.TagClassName
{
border-color: #A7293C;
}
</style>