Shades of Guardsman Red #A8313B
Tints of Guardsman Red #A8313B
RGB
CMYK
RGB Variations
Color information
#A8313B (or 0xA8313B) is known color: Guardsman Red. HEX triplet: A8, 31 and 3B. RGB value is (168,49,59). Sum of RGB (Red+Green+Blue) = 168+49+59=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A8313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8313B is #57CEC4. Grayscale: #555555. Windows color (decimal): -5754565 or 3879336. OLE color: 3879336.
HSL color Cylindrical-coordinate representation of color #A8313B: hue angle of 354.96º 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 #A8313B is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 49 | 59 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.34 |
| HSL | 354.96º | 0.55% | 0.43% | - |
| HSV(B) | 354.96º | 0.71% | 0.66% | - |
| XYZ | 18.04 | 10.84 | 5.28 | - |
| YUV | 85.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 59 | 0 | 0.71 | 0.65 | 0.34 | 354.96 | 0.55 | 0.43 |
| Hex | A8 | 31 | 3B | 0 | 47 | 41 | 22 | 163 | 37 | 2B |
| Octal | 250 | 61 | 73 | 0 | 107 | 101 | 42 | 543 | 67 | 53 |
| Binary | 10101000 | 110001 | 111011 | 0 | 1000111 | 1000001 | 100010 | 101100011 | 110111 | 101011 |
Color Harmonies of #A8313B
Complementary color
Monochromatic Colors of #A8313B
Black with #A8313B
Text Example
Text Example
White with #A8313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8313B; }
p { color: rgb(168,49,59); }
H1.HeaderClassName
{
color: #A8313B;
}
.AnyTagClassName
{
color: #A8313B;
}
</style>
background-color css
<style>
a { background-color: #A8313B; }
a { background-color: rgb(168,49,59); }
div.DivClassName
{
background-color: #A8313B;
}
.BgClassName
{
background-color: #A8313B;
}
</style>
border-color css
<style>
span { border-color: #A8313B; }
span { border-color: rgb(168,49,59); }
td.TdClassName
{
border-color: #A8313B;
}
.TagClassName
{
border-color: #A8313B;
}
</style>