Shades of Guardsman Red #A8293D
Tints of Guardsman Red #A8293D
RGB
CMYK
RGB Variations
Color information
#A8293D (or 0xA8293D) is known color: Guardsman Red. HEX triplet: A8, 29 and 3D. RGB value is (168,41,61). Sum of RGB (Red+Green+Blue) = 168+41+61=270 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.22% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 168 - color contains mainly: red. Hex color #A8293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8293D is #57D6C2. Grayscale: #515151. Windows color (decimal): -5756611 or 4008360. OLE color: 4008360.
HSL color Cylindrical-coordinate representation of color #A8293D: hue angle of 350.55º 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 #A8293D is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 61 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.34 |
| HSL | 350.55º | 0.61% | 0.41% | - |
| HSV(B) | 350.55º | 0.76% | 0.66% | - |
| XYZ | 17.78 | 10.25 | 5.46 | - |
| YUV | 81.25 | 116.58 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 61 | 0 | 0.76 | 0.64 | 0.34 | 350.55 | 0.61 | 0.41 |
| Hex | A8 | 29 | 3D | 0 | 4C | 40 | 22 | 15F | 3D | 29 |
| Octal | 250 | 51 | 75 | 0 | 114 | 100 | 42 | 537 | 75 | 51 |
| Binary | 10101000 | 101001 | 111101 | 0 | 1001100 | 1000000 | 100010 | 101011111 | 111101 | 101001 |
Color Harmonies of #A8293D
Complementary color
Monochromatic Colors of #A8293D
Black with #A8293D
Text Example
Text Example
White with #A8293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8293D; }
p { color: rgb(168,41,61); }
H1.HeaderClassName
{
color: #A8293D;
}
.AnyTagClassName
{
color: #A8293D;
}
</style>
background-color css
<style>
a { background-color: #A8293D; }
a { background-color: rgb(168,41,61); }
div.DivClassName
{
background-color: #A8293D;
}
.BgClassName
{
background-color: #A8293D;
}
</style>
border-color css
<style>
span { border-color: #A8293D; }
span { border-color: rgb(168,41,61); }
td.TdClassName
{
border-color: #A8293D;
}
.TagClassName
{
border-color: #A8293D;
}
</style>