Shades of Guardsman Red #A32D3F
Tints of Guardsman Red #A32D3F
RGB
CMYK
RGB Variations
Color information
#A32D3F (or 0xA32D3F) is known color: Guardsman Red. HEX triplet: A3, 2D and 3F. RGB value is (163,45,63). Sum of RGB (Red+Green+Blue) = 163+45+63=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32D3F is #5CD2C0. Grayscale: #525252. Windows color (decimal): -6083265 or 4140451. OLE color: 4140451.
HSL color Cylindrical-coordinate representation of color #A32D3F: hue angle of 350.85º 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 #A32D3F is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 45 | 63 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.36 |
| HSL | 350.85º | 0.57% | 0.41% | - |
| HSV(B) | 350.85º | 0.72% | 0.64% | - |
| XYZ | 16.94 | 10.02 | 5.74 | - |
| YUV | 82.33 | 117.09 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 63 | 0 | 0.72 | 0.61 | 0.36 | 350.85 | 0.57 | 0.41 |
| Hex | A3 | 2D | 3F | 0 | 48 | 3D | 24 | 15F | 39 | 29 |
| Octal | 243 | 55 | 77 | 0 | 110 | 75 | 44 | 537 | 71 | 51 |
| Binary | 10100011 | 101101 | 111111 | 0 | 1001000 | 111101 | 100100 | 101011111 | 111001 | 101001 |
Color Harmonies of #A32D3F
Complementary color
Monochromatic Colors of #A32D3F
Black with #A32D3F
Text Example
Text Example
White with #A32D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32D3F; }
p { color: rgb(163,45,63); }
H1.HeaderClassName
{
color: #A32D3F;
}
.AnyTagClassName
{
color: #A32D3F;
}
</style>
background-color css
<style>
a { background-color: #A32D3F; }
a { background-color: rgb(163,45,63); }
div.DivClassName
{
background-color: #A32D3F;
}
.BgClassName
{
background-color: #A32D3F;
}
</style>
border-color css
<style>
span { border-color: #A32D3F; }
span { border-color: rgb(163,45,63); }
td.TdClassName
{
border-color: #A32D3F;
}
.TagClassName
{
border-color: #A32D3F;
}
</style>