Shades of Guardsman Red #A32E40
Tints of Guardsman Red #A32E40
RGB
CMYK
RGB Variations
Color information
#A32E40 (or 0xA32E40) is known color: Guardsman Red. HEX triplet: A3, 2E and 40. RGB value is (163,46,64). Sum of RGB (Red+Green+Blue) = 163+46+64=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32E40 is #5CD1BF. Grayscale: #535353. Windows color (decimal): -6083008 or 4206243. OLE color: 4206243.
HSL color Cylindrical-coordinate representation of color #A32E40: hue angle of 350.77º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A32E40 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 46 | 64 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.36 |
| HSL | 350.77º | 0.56% | 0.41% | - |
| HSV(B) | 350.77º | 0.72% | 0.64% | - |
| XYZ | 17.01 | 10.11 | 5.91 | - |
| YUV | 83.04 | 117.26 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 64 | 0 | 0.72 | 0.61 | 0.36 | 350.77 | 0.56 | 0.41 |
| Hex | A3 | 2E | 40 | 0 | 48 | 3D | 24 | 15F | 38 | 29 |
| Octal | 243 | 56 | 100 | 0 | 110 | 75 | 44 | 537 | 70 | 51 |
| Binary | 10100011 | 101110 | 1000000 | 0 | 1001000 | 111101 | 100100 | 101011111 | 111000 | 101001 |
Color Harmonies of #A32E40
Complementary color
Monochromatic Colors of #A32E40
Black with #A32E40
Text Example
Text Example
White with #A32E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32E40; }
p { color: rgb(163,46,64); }
H1.HeaderClassName
{
color: #A32E40;
}
.AnyTagClassName
{
color: #A32E40;
}
</style>
background-color css
<style>
a { background-color: #A32E40; }
a { background-color: rgb(163,46,64); }
div.DivClassName
{
background-color: #A32E40;
}
.BgClassName
{
background-color: #A32E40;
}
</style>
border-color css
<style>
span { border-color: #A32E40; }
span { border-color: rgb(163,46,64); }
td.TdClassName
{
border-color: #A32E40;
}
.TagClassName
{
border-color: #A32E40;
}
</style>