Shades of Guardsman Red #A32932
Tints of Guardsman Red #A32932
RGB
CMYK
RGB Variations
Color information
#A32932 (or 0xA32932) is known color: Guardsman Red. HEX triplet: A3, 29 and 32. RGB value is (163,41,50). Sum of RGB (Red+Green+Blue) = 163+41+50=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A32932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32932 is #5CD6CD. Grayscale: #4E4E4E. Windows color (decimal): -6084302 or 3287459. OLE color: 3287459.
HSL color Cylindrical-coordinate representation of color #A32932: hue angle of 355.57º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32932 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 41 | 50 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.36 |
| HSL | 355.57º | 0.6% | 0.4% | - |
| HSV(B) | 355.57º | 0.75% | 0.64% | - |
| XYZ | 16.47 | 9.6 | 4 | - |
| YUV | 78.5 | 111.92 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 50 | 0 | 0.75 | 0.69 | 0.36 | 355.57 | 0.6 | 0.4 |
| Hex | A3 | 29 | 32 | 0 | 4B | 45 | 24 | 164 | 3C | 28 |
| Octal | 243 | 51 | 62 | 0 | 113 | 105 | 44 | 544 | 74 | 50 |
| Binary | 10100011 | 101001 | 110010 | 0 | 1001011 | 1000101 | 100100 | 101100100 | 111100 | 101000 |
Color Harmonies of #A32932
Complementary color
Monochromatic Colors of #A32932
Black with #A32932
Text Example
Text Example
White with #A32932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32932; }
p { color: rgb(163,41,50); }
H1.HeaderClassName
{
color: #A32932;
}
.AnyTagClassName
{
color: #A32932;
}
</style>
background-color css
<style>
a { background-color: #A32932; }
a { background-color: rgb(163,41,50); }
div.DivClassName
{
background-color: #A32932;
}
.BgClassName
{
background-color: #A32932;
}
</style>
border-color css
<style>
span { border-color: #A32932; }
span { border-color: rgb(163,41,50); }
td.TdClassName
{
border-color: #A32932;
}
.TagClassName
{
border-color: #A32932;
}
</style>