Shades of Guardsman Red #A32837
Tints of Guardsman Red #A32837
RGB
CMYK
RGB Variations
Color information
#A32837 (or 0xA32837) is known color: Guardsman Red. HEX triplet: A3, 28 and 37. RGB value is (163,40,55). Sum of RGB (Red+Green+Blue) = 163+40+55=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A32837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32837 is #5CD7C8. Grayscale: #4E4E4E. Windows color (decimal): -6084553 or 3614883. OLE color: 3614883.
HSL color Cylindrical-coordinate representation of color #A32837: hue angle of 352.68º 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 #A32837 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 55 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.36 |
| HSL | 352.68º | 0.61% | 0.4% | - |
| HSV(B) | 352.68º | 0.75% | 0.64% | - |
| XYZ | 16.55 | 9.58 | 4.59 | - |
| YUV | 78.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 55 | 0 | 0.75 | 0.66 | 0.36 | 352.68 | 0.61 | 0.4 |
| Hex | A3 | 28 | 37 | 0 | 4B | 42 | 24 | 161 | 3D | 28 |
| Octal | 243 | 50 | 67 | 0 | 113 | 102 | 44 | 541 | 75 | 50 |
| Binary | 10100011 | 101000 | 110111 | 0 | 1001011 | 1000010 | 100100 | 101100001 | 111101 | 101000 |
Color Harmonies of #A32837
Complementary color
Monochromatic Colors of #A32837
Black with #A32837
Text Example
Text Example
White with #A32837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32837; }
p { color: rgb(163,40,55); }
H1.HeaderClassName
{
color: #A32837;
}
.AnyTagClassName
{
color: #A32837;
}
</style>
background-color css
<style>
a { background-color: #A32837; }
a { background-color: rgb(163,40,55); }
div.DivClassName
{
background-color: #A32837;
}
.BgClassName
{
background-color: #A32837;
}
</style>
border-color css
<style>
span { border-color: #A32837; }
span { border-color: rgb(163,40,55); }
td.TdClassName
{
border-color: #A32837;
}
.TagClassName
{
border-color: #A32837;
}
</style>