Shades of Guardsman Red #A12931
Tints of Guardsman Red #A12931
RGB
CMYK
RGB Variations
Color information
#A12931 (or 0xA12931) is known color: Guardsman Red. HEX triplet: A1, 29 and 31. RGB value is (161,41,49). Sum of RGB (Red+Green+Blue) = 161+41+49=251 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.14% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 161 - color contains mainly: red. Hex color #A12931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12931 is #5ED6CE. Grayscale: #4D4D4D. Windows color (decimal): -6215375 or 3221921. OLE color: 3221921.
HSL color Cylindrical-coordinate representation of color #A12931: hue angle of 356º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12931 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 49 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.37 |
| HSL | 356º | 0.59% | 0.4% | - |
| HSV(B) | 356º | 0.75% | 0.63% | - |
| XYZ | 16.05 | 9.38 | 3.87 | - |
| YUV | 77.79 | 111.76 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 49 | 0 | 0.75 | 0.70 | 0.37 | 356 | 0.59 | 0.4 |
| Hex | A1 | 29 | 31 | 0 | 4B | 46 | 25 | 164 | 3B | 28 |
| Octal | 241 | 51 | 61 | 0 | 113 | 106 | 45 | 544 | 73 | 50 |
| Binary | 10100001 | 101001 | 110001 | 0 | 1001011 | 1000110 | 100101 | 101100100 | 111011 | 101000 |
Color Harmonies of #A12931
Complementary color
Monochromatic Colors of #A12931
Black with #A12931
Text Example
Text Example
White with #A12931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12931; }
p { color: rgb(161,41,49); }
H1.HeaderClassName
{
color: #A12931;
}
.AnyTagClassName
{
color: #A12931;
}
</style>
background-color css
<style>
a { background-color: #A12931; }
a { background-color: rgb(161,41,49); }
div.DivClassName
{
background-color: #A12931;
}
.BgClassName
{
background-color: #A12931;
}
</style>
border-color css
<style>
span { border-color: #A12931; }
span { border-color: rgb(161,41,49); }
td.TdClassName
{
border-color: #A12931;
}
.TagClassName
{
border-color: #A12931;
}
</style>