Shades of Guardsman Red #A12C2D
Tints of Guardsman Red #A12C2D
RGB
CMYK
RGB Variations
Color information
#A12C2D (or 0xA12C2D) is known color: Guardsman Red. HEX triplet: A1, 2C and 2D. RGB value is (161,44,45). Sum of RGB (Red+Green+Blue) = 161+44+45=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12C2D is #5ED3D2. Grayscale: #4F4F4F. Windows color (decimal): -6214611 or 2960545. OLE color: 2960545.
HSL color Cylindrical-coordinate representation of color #A12C2D: hue angle of 359.49º degrees, saturation: 0.57, 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 #A12C2D is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 44 | 45 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.37 |
| HSL | 359.49º | 0.57% | 0.4% | - |
| HSV(B) | 359.49º | 0.73% | 0.63% | - |
| XYZ | 16.07 | 9.57 | 3.48 | - |
| YUV | 79.1 | 108.76 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 44 | 45 | 0 | 0.73 | 0.72 | 0.37 | 359.49 | 0.57 | 0.4 |
| Hex | A1 | 2C | 2D | 0 | 49 | 48 | 25 | 167 | 39 | 28 |
| Octal | 241 | 54 | 55 | 0 | 111 | 110 | 45 | 547 | 71 | 50 |
| Binary | 10100001 | 101100 | 101101 | 0 | 1001001 | 1001000 | 100101 | 101100111 | 111001 | 101000 |
Color Harmonies of #A12C2D
Complementary color
Monochromatic Colors of #A12C2D
Black with #A12C2D
Text Example
Text Example
White with #A12C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12C2D; }
p { color: rgb(161,44,45); }
H1.HeaderClassName
{
color: #A12C2D;
}
.AnyTagClassName
{
color: #A12C2D;
}
</style>
background-color css
<style>
a { background-color: #A12C2D; }
a { background-color: rgb(161,44,45); }
div.DivClassName
{
background-color: #A12C2D;
}
.BgClassName
{
background-color: #A12C2D;
}
</style>
border-color css
<style>
span { border-color: #A12C2D; }
span { border-color: rgb(161,44,45); }
td.TdClassName
{
border-color: #A12C2D;
}
.TagClassName
{
border-color: #A12C2D;
}
</style>