Shades of Guardsman Red #A1313B
Tints of Guardsman Red #A1313B
RGB
CMYK
RGB Variations
Color information
#A1313B (or 0xA1313B) is known color: Guardsman Red. HEX triplet: A1, 31 and 3B. RGB value is (161,49,59). Sum of RGB (Red+Green+Blue) = 161+49+59=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A1313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1313B is #5ECEC4. Grayscale: #535353. Windows color (decimal): -6213317 or 3879329. OLE color: 3879329.
HSL color Cylindrical-coordinate representation of color #A1313B: hue angle of 354.64º 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 #A1313B is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 49 | 59 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.37 |
| HSL | 354.64º | 0.53% | 0.41% | - |
| HSV(B) | 354.64º | 0.7% | 0.63% | - |
| XYZ | 16.59 | 10.09 | 5.21 | - |
| YUV | 83.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 59 | 0 | 0.70 | 0.63 | 0.37 | 354.64 | 0.53 | 0.41 |
| Hex | A1 | 31 | 3B | 0 | 46 | 3F | 25 | 163 | 35 | 29 |
| Octal | 241 | 61 | 73 | 0 | 106 | 77 | 45 | 543 | 65 | 51 |
| Binary | 10100001 | 110001 | 111011 | 0 | 1000110 | 111111 | 100101 | 101100011 | 110101 | 101001 |
Color Harmonies of #A1313B
Complementary color
Monochromatic Colors of #A1313B
Black with #A1313B
Text Example
Text Example
White with #A1313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1313B; }
p { color: rgb(161,49,59); }
H1.HeaderClassName
{
color: #A1313B;
}
.AnyTagClassName
{
color: #A1313B;
}
</style>
background-color css
<style>
a { background-color: #A1313B; }
a { background-color: rgb(161,49,59); }
div.DivClassName
{
background-color: #A1313B;
}
.BgClassName
{
background-color: #A1313B;
}
</style>
border-color css
<style>
span { border-color: #A1313B; }
span { border-color: rgb(161,49,59); }
td.TdClassName
{
border-color: #A1313B;
}
.TagClassName
{
border-color: #A1313B;
}
</style>