Shades of Guardsman Red #A3313D
Tints of Guardsman Red #A3313D
RGB
CMYK
RGB Variations
Color information
#A3313D (or 0xA3313D) is known color: Guardsman Red. HEX triplet: A3, 31 and 3D. RGB value is (163,49,61). Sum of RGB (Red+Green+Blue) = 163+49+61=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A3313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3313D is #5CCEC2. Grayscale: #545454. Windows color (decimal): -6082243 or 4010403. OLE color: 4010403.
HSL color Cylindrical-coordinate representation of color #A3313D: hue angle of 353.68º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A3313D is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 49 | 61 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.36 |
| HSL | 353.68º | 0.54% | 0.42% | - |
| HSV(B) | 353.68º | 0.7% | 0.64% | - |
| XYZ | 17.04 | 10.32 | 5.51 | - |
| YUV | 84.45 | 114.77 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 61 | 0 | 0.70 | 0.63 | 0.36 | 353.68 | 0.54 | 0.42 |
| Hex | A3 | 31 | 3D | 0 | 46 | 3F | 24 | 162 | 36 | 2A |
| Octal | 243 | 61 | 75 | 0 | 106 | 77 | 44 | 542 | 66 | 52 |
| Binary | 10100011 | 110001 | 111101 | 0 | 1000110 | 111111 | 100100 | 101100010 | 110110 | 101010 |
Color Harmonies of #A3313D
Complementary color
Monochromatic Colors of #A3313D
Black with #A3313D
Text Example
Text Example
White with #A3313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3313D; }
p { color: rgb(163,49,61); }
H1.HeaderClassName
{
color: #A3313D;
}
.AnyTagClassName
{
color: #A3313D;
}
</style>
background-color css
<style>
a { background-color: #A3313D; }
a { background-color: rgb(163,49,61); }
div.DivClassName
{
background-color: #A3313D;
}
.BgClassName
{
background-color: #A3313D;
}
</style>
border-color css
<style>
span { border-color: #A3313D; }
span { border-color: rgb(163,49,61); }
td.TdClassName
{
border-color: #A3313D;
}
.TagClassName
{
border-color: #A3313D;
}
</style>