Shades of Guardsman Red #A8313D
Tints of Guardsman Red #A8313D
RGB
CMYK
RGB Variations
Color information
#A8313D (or 0xA8313D) is known color: Guardsman Red. HEX triplet: A8, 31 and 3D. RGB value is (168,49,61). Sum of RGB (Red+Green+Blue) = 168+49+61=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A8313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8313D is #57CEC2. Grayscale: #565656. Windows color (decimal): -5754563 or 4010408. OLE color: 4010408.
HSL color Cylindrical-coordinate representation of color #A8313D: hue angle of 353.95º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8313D is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 49 | 61 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.34 |
| HSL | 353.95º | 0.55% | 0.43% | - |
| HSV(B) | 353.95º | 0.71% | 0.66% | - |
| XYZ | 18.09 | 10.86 | 5.56 | - |
| YUV | 85.95 | 113.92 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 61 | 0 | 0.71 | 0.64 | 0.34 | 353.95 | 0.55 | 0.43 |
| Hex | A8 | 31 | 3D | 0 | 47 | 40 | 22 | 162 | 37 | 2B |
| Octal | 250 | 61 | 75 | 0 | 107 | 100 | 42 | 542 | 67 | 53 |
| Binary | 10101000 | 110001 | 111101 | 0 | 1000111 | 1000000 | 100010 | 101100010 | 110111 | 101011 |
Color Harmonies of #A8313D
Complementary color
Monochromatic Colors of #A8313D
Black with #A8313D
Text Example
Text Example
White with #A8313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8313D; }
p { color: rgb(168,49,61); }
H1.HeaderClassName
{
color: #A8313D;
}
.AnyTagClassName
{
color: #A8313D;
}
</style>
background-color css
<style>
a { background-color: #A8313D; }
a { background-color: rgb(168,49,61); }
div.DivClassName
{
background-color: #A8313D;
}
.BgClassName
{
background-color: #A8313D;
}
</style>
border-color css
<style>
span { border-color: #A8313D; }
span { border-color: rgb(168,49,61); }
td.TdClassName
{
border-color: #A8313D;
}
.TagClassName
{
border-color: #A8313D;
}
</style>