Shades of Guardsman Red #A1313C
Tints of Guardsman Red #A1313C
RGB
CMYK
RGB Variations
Color information
#A1313C (or 0xA1313C) is known color: Guardsman Red. HEX triplet: A1, 31 and 3C. RGB value is (161,49,60). Sum of RGB (Red+Green+Blue) = 161+49+60=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A1313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1313C is #5ECEC3. Grayscale: #535353. Windows color (decimal): -6213316 or 3944865. OLE color: 3944865.
HSL color Cylindrical-coordinate representation of color #A1313C: hue angle of 354.11º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1313C is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 49 | 60 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.37 |
| HSL | 354.11º | 0.53% | 0.41% | - |
| HSV(B) | 354.11º | 0.7% | 0.63% | - |
| XYZ | 16.61 | 10.1 | 5.35 | - |
| YUV | 83.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 60 | 0 | 0.70 | 0.63 | 0.37 | 354.11 | 0.53 | 0.41 |
| Hex | A1 | 31 | 3C | 0 | 46 | 3F | 25 | 162 | 35 | 29 |
| Octal | 241 | 61 | 74 | 0 | 106 | 77 | 45 | 542 | 65 | 51 |
| Binary | 10100001 | 110001 | 111100 | 0 | 1000110 | 111111 | 100101 | 101100010 | 110101 | 101001 |
Color Harmonies of #A1313C
Complementary color
Monochromatic Colors of #A1313C
Black with #A1313C
Text Example
Text Example
White with #A1313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1313C; }
p { color: rgb(161,49,60); }
H1.HeaderClassName
{
color: #A1313C;
}
.AnyTagClassName
{
color: #A1313C;
}
</style>
background-color css
<style>
a { background-color: #A1313C; }
a { background-color: rgb(161,49,60); }
div.DivClassName
{
background-color: #A1313C;
}
.BgClassName
{
background-color: #A1313C;
}
</style>
border-color css
<style>
span { border-color: #A1313C; }
span { border-color: rgb(161,49,60); }
td.TdClassName
{
border-color: #A1313C;
}
.TagClassName
{
border-color: #A1313C;
}
</style>