Shades of Guardsman Red #A8293E
Tints of Guardsman Red #A8293E
RGB
CMYK
RGB Variations
Color information
#A8293E (or 0xA8293E) is known color: Guardsman Red. HEX triplet: A8, 29 and 3E. RGB value is (168,41,62). Sum of RGB (Red+Green+Blue) = 168+41+62=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A8293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8293E is #57D6C1. Grayscale: #515151. Windows color (decimal): -5756610 or 4073896. OLE color: 4073896.
HSL color Cylindrical-coordinate representation of color #A8293E: hue angle of 350.08º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8293E is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 62 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.34 |
| HSL | 350.08º | 0.61% | 0.41% | - |
| HSV(B) | 350.08º | 0.76% | 0.66% | - |
| XYZ | 17.81 | 10.26 | 5.6 | - |
| YUV | 81.37 | 117.08 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 62 | 0 | 0.76 | 0.63 | 0.34 | 350.08 | 0.61 | 0.41 |
| Hex | A8 | 29 | 3E | 0 | 4C | 3F | 22 | 15E | 3D | 29 |
| Octal | 250 | 51 | 76 | 0 | 114 | 77 | 42 | 536 | 75 | 51 |
| Binary | 10101000 | 101001 | 111110 | 0 | 1001100 | 111111 | 100010 | 101011110 | 111101 | 101001 |
Color Harmonies of #A8293E
Complementary color
Monochromatic Colors of #A8293E
Black with #A8293E
Text Example
Text Example
White with #A8293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8293E; }
p { color: rgb(168,41,62); }
H1.HeaderClassName
{
color: #A8293E;
}
.AnyTagClassName
{
color: #A8293E;
}
</style>
background-color css
<style>
a { background-color: #A8293E; }
a { background-color: rgb(168,41,62); }
div.DivClassName
{
background-color: #A8293E;
}
.BgClassName
{
background-color: #A8293E;
}
</style>
border-color css
<style>
span { border-color: #A8293E; }
span { border-color: rgb(168,41,62); }
td.TdClassName
{
border-color: #A8293E;
}
.TagClassName
{
border-color: #A8293E;
}
</style>