Shades of Guardsman Red #A32A40
Tints of Guardsman Red #A32A40
RGB
CMYK
RGB Variations
Color information
#A32A40 (or 0xA32A40) is known color: Guardsman Red. HEX triplet: A3, 2A and 40. RGB value is (163,42,64). Sum of RGB (Red+Green+Blue) = 163+42+64=269 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.59% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32A40 is #5CD5BF. Grayscale: #505050. Windows color (decimal): -6084032 or 4205219. OLE color: 4205219.
HSL color Cylindrical-coordinate representation of color #A32A40: hue angle of 349.09º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32A40 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 42 | 64 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.36 |
| HSL | 349.09º | 0.59% | 0.4% | - |
| HSV(B) | 349.09º | 0.74% | 0.64% | - |
| XYZ | 16.86 | 9.81 | 5.86 | - |
| YUV | 80.69 | 118.59 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 64 | 0 | 0.74 | 0.61 | 0.36 | 349.09 | 0.59 | 0.4 |
| Hex | A3 | 2A | 40 | 0 | 4A | 3D | 24 | 15D | 3B | 28 |
| Octal | 243 | 52 | 100 | 0 | 112 | 75 | 44 | 535 | 73 | 50 |
| Binary | 10100011 | 101010 | 1000000 | 0 | 1001010 | 111101 | 100100 | 101011101 | 111011 | 101000 |
Color Harmonies of #A32A40
Complementary color
Monochromatic Colors of #A32A40
Black with #A32A40
Text Example
Text Example
White with #A32A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32A40; }
p { color: rgb(163,42,64); }
H1.HeaderClassName
{
color: #A32A40;
}
.AnyTagClassName
{
color: #A32A40;
}
</style>
background-color css
<style>
a { background-color: #A32A40; }
a { background-color: rgb(163,42,64); }
div.DivClassName
{
background-color: #A32A40;
}
.BgClassName
{
background-color: #A32A40;
}
</style>
border-color css
<style>
span { border-color: #A32A40; }
span { border-color: rgb(163,42,64); }
td.TdClassName
{
border-color: #A32A40;
}
.TagClassName
{
border-color: #A32A40;
}
</style>