Shades of Guardsman Red #A8313C
Tints of Guardsman Red #A8313C
RGB
CMYK
RGB Variations
Color information
#A8313C (or 0xA8313C) is known color: Guardsman Red. HEX triplet: A8, 31 and 3C. RGB value is (168,49,60). Sum of RGB (Red+Green+Blue) = 168+49+60=277 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.65% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 168 - color contains mainly: red. Hex color #A8313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8313C is #57CEC3. Grayscale: #555555. Windows color (decimal): -5754564 or 3944872. OLE color: 3944872.
HSL color Cylindrical-coordinate representation of color #A8313C: hue angle of 354.45º 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 #A8313C is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 49 | 60 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.34 |
| HSL | 354.45º | 0.55% | 0.43% | - |
| HSV(B) | 354.45º | 0.71% | 0.66% | - |
| XYZ | 18.06 | 10.85 | 5.42 | - |
| YUV | 85.84 | 113.42 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 60 | 0 | 0.71 | 0.64 | 0.34 | 354.45 | 0.55 | 0.43 |
| Hex | A8 | 31 | 3C | 0 | 47 | 40 | 22 | 162 | 37 | 2B |
| Octal | 250 | 61 | 74 | 0 | 107 | 100 | 42 | 542 | 67 | 53 |
| Binary | 10101000 | 110001 | 111100 | 0 | 1000111 | 1000000 | 100010 | 101100010 | 110111 | 101011 |
Color Harmonies of #A8313C
Complementary color
Monochromatic Colors of #A8313C
Black with #A8313C
Text Example
Text Example
White with #A8313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8313C; }
p { color: rgb(168,49,60); }
H1.HeaderClassName
{
color: #A8313C;
}
.AnyTagClassName
{
color: #A8313C;
}
</style>
background-color css
<style>
a { background-color: #A8313C; }
a { background-color: rgb(168,49,60); }
div.DivClassName
{
background-color: #A8313C;
}
.BgClassName
{
background-color: #A8313C;
}
</style>
border-color css
<style>
span { border-color: #A8313C; }
span { border-color: rgb(168,49,60); }
td.TdClassName
{
border-color: #A8313C;
}
.TagClassName
{
border-color: #A8313C;
}
</style>