Shades of Guardsman Red #A12E39
Tints of Guardsman Red #A12E39
RGB
CMYK
RGB Variations
Color information
#A12E39 (or 0xA12E39) is known color: Guardsman Red. HEX triplet: A1, 2E and 39. RGB value is (161,46,57). Sum of RGB (Red+Green+Blue) = 161+46+57=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12E39 is #5ED1C6. Grayscale: #515151. Windows color (decimal): -6214087 or 3747489. OLE color: 3747489.
HSL color Cylindrical-coordinate representation of color #A12E39: hue angle of 354.26º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A12E39 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 46 | 57 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.37 |
| HSL | 354.26º | 0.56% | 0.41% | - |
| HSV(B) | 354.26º | 0.71% | 0.63% | - |
| XYZ | 16.41 | 9.83 | 4.9 | - |
| YUV | 81.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 46 | 57 | 0 | 0.71 | 0.65 | 0.37 | 354.26 | 0.56 | 0.41 |
| Hex | A1 | 2E | 39 | 0 | 47 | 41 | 25 | 162 | 38 | 29 |
| Octal | 241 | 56 | 71 | 0 | 107 | 101 | 45 | 542 | 70 | 51 |
| Binary | 10100001 | 101110 | 111001 | 0 | 1000111 | 1000001 | 100101 | 101100010 | 111000 | 101001 |
Color Harmonies of #A12E39
Complementary color
Monochromatic Colors of #A12E39
Black with #A12E39
Text Example
Text Example
White with #A12E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12E39; }
p { color: rgb(161,46,57); }
H1.HeaderClassName
{
color: #A12E39;
}
.AnyTagClassName
{
color: #A12E39;
}
</style>
background-color css
<style>
a { background-color: #A12E39; }
a { background-color: rgb(161,46,57); }
div.DivClassName
{
background-color: #A12E39;
}
.BgClassName
{
background-color: #A12E39;
}
</style>
border-color css
<style>
span { border-color: #A12E39; }
span { border-color: rgb(161,46,57); }
td.TdClassName
{
border-color: #A12E39;
}
.TagClassName
{
border-color: #A12E39;
}
</style>