Shades of Guardsman Red #A32D40
Tints of Guardsman Red #A32D40
RGB
CMYK
RGB Variations
Color information
#A32D40 (or 0xA32D40) is known color: Guardsman Red. HEX triplet: A3, 2D and 40. RGB value is (163,45,64). Sum of RGB (Red+Green+Blue) = 163+45+64=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32D40 is #5CD2BF. Grayscale: #525252. Windows color (decimal): -6083264 or 4205987. OLE color: 4205987.
HSL color Cylindrical-coordinate representation of color #A32D40: hue angle of 350.34º degrees, saturation: 0.57, 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 #A32D40 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 45 | 64 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.36 |
| HSL | 350.34º | 0.57% | 0.41% | - |
| HSV(B) | 350.34º | 0.72% | 0.64% | - |
| XYZ | 16.97 | 10.03 | 5.89 | - |
| YUV | 82.45 | 117.59 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 64 | 0 | 0.72 | 0.61 | 0.36 | 350.34 | 0.57 | 0.41 |
| Hex | A3 | 2D | 40 | 0 | 48 | 3D | 24 | 15E | 39 | 29 |
| Octal | 243 | 55 | 100 | 0 | 110 | 75 | 44 | 536 | 71 | 51 |
| Binary | 10100011 | 101101 | 1000000 | 0 | 1001000 | 111101 | 100100 | 101011110 | 111001 | 101001 |
Color Harmonies of #A32D40
Complementary color
Monochromatic Colors of #A32D40
Black with #A32D40
Text Example
Text Example
White with #A32D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32D40; }
p { color: rgb(163,45,64); }
H1.HeaderClassName
{
color: #A32D40;
}
.AnyTagClassName
{
color: #A32D40;
}
</style>
background-color css
<style>
a { background-color: #A32D40; }
a { background-color: rgb(163,45,64); }
div.DivClassName
{
background-color: #A32D40;
}
.BgClassName
{
background-color: #A32D40;
}
</style>
border-color css
<style>
span { border-color: #A32D40; }
span { border-color: rgb(163,45,64); }
td.TdClassName
{
border-color: #A32D40;
}
.TagClassName
{
border-color: #A32D40;
}
</style>