Shades of Guardsman Red #A12938
Tints of Guardsman Red #A12938
RGB
CMYK
RGB Variations
Color information
#A12938 (or 0xA12938) is known color: Guardsman Red. HEX triplet: A1, 29 and 38. RGB value is (161,41,56). Sum of RGB (Red+Green+Blue) = 161+41+56=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A12938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12938 is #5ED6C7. Grayscale: #4E4E4E. Windows color (decimal): -6215368 or 3680673. OLE color: 3680673.
HSL color Cylindrical-coordinate representation of color #A12938: hue angle of 352.5º 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 #A12938 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 56 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.37 |
| HSL | 352.5º | 0.59% | 0.4% | - |
| HSV(B) | 352.5º | 0.75% | 0.63% | - |
| XYZ | 16.2 | 9.45 | 4.71 | - |
| YUV | 78.59 | 115.26 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 56 | 0 | 0.75 | 0.65 | 0.37 | 352.5 | 0.59 | 0.4 |
| Hex | A1 | 29 | 38 | 0 | 4B | 41 | 25 | 160 | 3B | 28 |
| Octal | 241 | 51 | 70 | 0 | 113 | 101 | 45 | 540 | 73 | 50 |
| Binary | 10100001 | 101001 | 111000 | 0 | 1001011 | 1000001 | 100101 | 101100000 | 111011 | 101000 |
Color Harmonies of #A12938
Complementary color
Monochromatic Colors of #A12938
Black with #A12938
Text Example
Text Example
White with #A12938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12938; }
p { color: rgb(161,41,56); }
H1.HeaderClassName
{
color: #A12938;
}
.AnyTagClassName
{
color: #A12938;
}
</style>
background-color css
<style>
a { background-color: #A12938; }
a { background-color: rgb(161,41,56); }
div.DivClassName
{
background-color: #A12938;
}
.BgClassName
{
background-color: #A12938;
}
</style>
border-color css
<style>
span { border-color: #A12938; }
span { border-color: rgb(161,41,56); }
td.TdClassName
{
border-color: #A12938;
}
.TagClassName
{
border-color: #A12938;
}
</style>