Shades of Guardsman Red #A12B3E
Tints of Guardsman Red #A12B3E
RGB
CMYK
RGB Variations
Color information
#A12B3E (or 0xA12B3E) is known color: Guardsman Red. HEX triplet: A1, 2B and 3E. RGB value is (161,43,62). Sum of RGB (Red+Green+Blue) = 161+43+62=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A12B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12B3E is #5ED4C1. Grayscale: #505050. Windows color (decimal): -6214850 or 4074401. OLE color: 4074401.
HSL color Cylindrical-coordinate representation of color #A12B3E: hue angle of 350.34º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A12B3E is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 43 | 62 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.37 |
| HSL | 350.34º | 0.58% | 0.4% | - |
| HSV(B) | 350.34º | 0.73% | 0.63% | - |
| XYZ | 16.43 | 9.65 | 5.55 | - |
| YUV | 80.45 | 117.59 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 43 | 62 | 0 | 0.73 | 0.61 | 0.37 | 350.34 | 0.58 | 0.4 |
| Hex | A1 | 2B | 3E | 0 | 49 | 3D | 25 | 15E | 3A | 28 |
| Octal | 241 | 53 | 76 | 0 | 111 | 75 | 45 | 536 | 72 | 50 |
| Binary | 10100001 | 101011 | 111110 | 0 | 1001001 | 111101 | 100101 | 101011110 | 111010 | 101000 |
Color Harmonies of #A12B3E
Complementary color
Monochromatic Colors of #A12B3E
Black with #A12B3E
Text Example
Text Example
White with #A12B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12B3E; }
p { color: rgb(161,43,62); }
H1.HeaderClassName
{
color: #A12B3E;
}
.AnyTagClassName
{
color: #A12B3E;
}
</style>
background-color css
<style>
a { background-color: #A12B3E; }
a { background-color: rgb(161,43,62); }
div.DivClassName
{
background-color: #A12B3E;
}
.BgClassName
{
background-color: #A12B3E;
}
</style>
border-color css
<style>
span { border-color: #A12B3E; }
span { border-color: rgb(161,43,62); }
td.TdClassName
{
border-color: #A12B3E;
}
.TagClassName
{
border-color: #A12B3E;
}
</style>