Shades of Guardsman Red #A32731
Tints of Guardsman Red #A32731
RGB
CMYK
RGB Variations
Color information
#A32731 (or 0xA32731) is known color: Guardsman Red. HEX triplet: A3, 27 and 31. RGB value is (163,39,49). Sum of RGB (Red+Green+Blue) = 163+39+49=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A32731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32731 is #5CD8CE. Grayscale: #4D4D4D. Windows color (decimal): -6084815 or 3221411. OLE color: 3221411.
HSL color Cylindrical-coordinate representation of color #A32731: hue angle of 355.16º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A32731 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 39 | 49 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.36 |
| HSL | 355.16º | 0.61% | 0.4% | - |
| HSV(B) | 355.16º | 0.76% | 0.64% | - |
| XYZ | 16.38 | 9.46 | 3.87 | - |
| YUV | 77.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 39 | 49 | 0 | 0.76 | 0.70 | 0.36 | 355.16 | 0.61 | 0.4 |
| Hex | A3 | 27 | 31 | 0 | 4C | 46 | 24 | 163 | 3D | 28 |
| Octal | 243 | 47 | 61 | 0 | 114 | 106 | 44 | 543 | 75 | 50 |
| Binary | 10100011 | 100111 | 110001 | 0 | 1001100 | 1000110 | 100100 | 101100011 | 111101 | 101000 |
Color Harmonies of #A32731
Complementary color
Monochromatic Colors of #A32731
Black with #A32731
Text Example
Text Example
White with #A32731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32731; }
p { color: rgb(163,39,49); }
H1.HeaderClassName
{
color: #A32731;
}
.AnyTagClassName
{
color: #A32731;
}
</style>
background-color css
<style>
a { background-color: #A32731; }
a { background-color: rgb(163,39,49); }
div.DivClassName
{
background-color: #A32731;
}
.BgClassName
{
background-color: #A32731;
}
</style>
border-color css
<style>
span { border-color: #A32731; }
span { border-color: rgb(163,39,49); }
td.TdClassName
{
border-color: #A32731;
}
.TagClassName
{
border-color: #A32731;
}
</style>