Shades of Guardsman Red #A32C41
Tints of Guardsman Red #A32C41
RGB
CMYK
RGB Variations
Color information
#A32C41 (or 0xA32C41) is known color: Guardsman Red. HEX triplet: A3, 2C and 41. RGB value is (163,44,65). Sum of RGB (Red+Green+Blue) = 163+44+65=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32C41 is #5CD3BE. Grayscale: #525252. Windows color (decimal): -6083519 or 4271267. OLE color: 4271267.
HSL color Cylindrical-coordinate representation of color #A32C41: hue angle of 349.41º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A32C41 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 44 | 65 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.36 |
| HSL | 349.41º | 0.57% | 0.41% | - |
| HSV(B) | 349.41º | 0.73% | 0.64% | - |
| XYZ | 16.96 | 9.97 | 6.03 | - |
| YUV | 81.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 65 | 0 | 0.73 | 0.60 | 0.36 | 349.41 | 0.57 | 0.41 |
| Hex | A3 | 2C | 41 | 0 | 49 | 3C | 24 | 15D | 39 | 29 |
| Octal | 243 | 54 | 101 | 0 | 111 | 74 | 44 | 535 | 71 | 51 |
| Binary | 10100011 | 101100 | 1000001 | 0 | 1001001 | 111100 | 100100 | 101011101 | 111001 | 101001 |
Color Harmonies of #A32C41
Complementary color
Monochromatic Colors of #A32C41
Black with #A32C41
Text Example
Text Example
White with #A32C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32C41; }
p { color: rgb(163,44,65); }
H1.HeaderClassName
{
color: #A32C41;
}
.AnyTagClassName
{
color: #A32C41;
}
</style>
background-color css
<style>
a { background-color: #A32C41; }
a { background-color: rgb(163,44,65); }
div.DivClassName
{
background-color: #A32C41;
}
.BgClassName
{
background-color: #A32C41;
}
</style>
border-color css
<style>
span { border-color: #A32C41; }
span { border-color: rgb(163,44,65); }
td.TdClassName
{
border-color: #A32C41;
}
.TagClassName
{
border-color: #A32C41;
}
</style>