Shades of Guardsman Red #A32832
Tints of Guardsman Red #A32832
RGB
CMYK
RGB Variations
Color information
#A32832 (or 0xA32832) is known color: Guardsman Red. HEX triplet: A3, 28 and 32. RGB value is (163,40,50). Sum of RGB (Red+Green+Blue) = 163+40+50=253 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.43% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 163 - color contains mainly: red. Hex color #A32832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32832 is #5CD7CD. Grayscale: #4E4E4E. Windows color (decimal): -6084558 or 3287203. OLE color: 3287203.
HSL color Cylindrical-coordinate representation of color #A32832: hue angle of 355.12º degrees, saturation: 0.61, 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 #A32832 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 50 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.36 |
| HSL | 355.12º | 0.61% | 0.4% | - |
| HSV(B) | 355.12º | 0.75% | 0.64% | - |
| XYZ | 16.44 | 9.53 | 3.99 | - |
| YUV | 77.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 50 | 0 | 0.75 | 0.69 | 0.36 | 355.12 | 0.61 | 0.4 |
| Hex | A3 | 28 | 32 | 0 | 4B | 45 | 24 | 163 | 3D | 28 |
| Octal | 243 | 50 | 62 | 0 | 113 | 105 | 44 | 543 | 75 | 50 |
| Binary | 10100011 | 101000 | 110010 | 0 | 1001011 | 1000101 | 100100 | 101100011 | 111101 | 101000 |
Color Harmonies of #A32832
Complementary color
Monochromatic Colors of #A32832
Black with #A32832
Text Example
Text Example
White with #A32832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32832; }
p { color: rgb(163,40,50); }
H1.HeaderClassName
{
color: #A32832;
}
.AnyTagClassName
{
color: #A32832;
}
</style>
background-color css
<style>
a { background-color: #A32832; }
a { background-color: rgb(163,40,50); }
div.DivClassName
{
background-color: #A32832;
}
.BgClassName
{
background-color: #A32832;
}
</style>
border-color css
<style>
span { border-color: #A32832; }
span { border-color: rgb(163,40,50); }
td.TdClassName
{
border-color: #A32832;
}
.TagClassName
{
border-color: #A32832;
}
</style>