Shades of Guardsman Red #A12D37
Tints of Guardsman Red #A12D37
RGB
CMYK
RGB Variations
Color information
#A12D37 (or 0xA12D37) is known color: Guardsman Red. HEX triplet: A1, 2D and 37. RGB value is (161,45,55). Sum of RGB (Red+Green+Blue) = 161+45+55=261 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.69% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12D37 is #5ED2C8. Grayscale: #505050. Windows color (decimal): -6214345 or 3616161. OLE color: 3616161.
HSL color Cylindrical-coordinate representation of color #A12D37: hue angle of 354.83º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A12D37 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 45 | 55 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.37 |
| HSL | 354.83º | 0.56% | 0.4% | - |
| HSV(B) | 354.83º | 0.72% | 0.63% | - |
| XYZ | 16.33 | 9.73 | 4.63 | - |
| YUV | 80.82 | 113.43 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 55 | 0 | 0.72 | 0.66 | 0.37 | 354.83 | 0.56 | 0.4 |
| Hex | A1 | 2D | 37 | 0 | 48 | 42 | 25 | 163 | 38 | 28 |
| Octal | 241 | 55 | 67 | 0 | 110 | 102 | 45 | 543 | 70 | 50 |
| Binary | 10100001 | 101101 | 110111 | 0 | 1001000 | 1000010 | 100101 | 101100011 | 111000 | 101000 |
Color Harmonies of #A12D37
Complementary color
Monochromatic Colors of #A12D37
Black with #A12D37
Text Example
Text Example
White with #A12D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12D37; }
p { color: rgb(161,45,55); }
H1.HeaderClassName
{
color: #A12D37;
}
.AnyTagClassName
{
color: #A12D37;
}
</style>
background-color css
<style>
a { background-color: #A12D37; }
a { background-color: rgb(161,45,55); }
div.DivClassName
{
background-color: #A12D37;
}
.BgClassName
{
background-color: #A12D37;
}
</style>
border-color css
<style>
span { border-color: #A12D37; }
span { border-color: rgb(161,45,55); }
td.TdClassName
{
border-color: #A12D37;
}
.TagClassName
{
border-color: #A12D37;
}
</style>