Shades of Guardsman Red #A32938
Tints of Guardsman Red #A32938
RGB
CMYK
RGB Variations
Color information
#A32938 (or 0xA32938) is known color: Guardsman Red. HEX triplet: A3, 29 and 38. RGB value is (163,41,56). Sum of RGB (Red+Green+Blue) = 163+41+56=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A32938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32938 is #5CD6C7. Grayscale: #4F4F4F. Windows color (decimal): -6084296 or 3680675. OLE color: 3680675.
HSL color Cylindrical-coordinate representation of color #A32938: hue angle of 352.62º 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 #A32938 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 41 | 56 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.36 |
| HSL | 352.62º | 0.6% | 0.4% | - |
| HSV(B) | 352.62º | 0.75% | 0.64% | - |
| XYZ | 16.61 | 9.66 | 4.73 | - |
| YUV | 79.19 | 114.92 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 56 | 0 | 0.75 | 0.66 | 0.36 | 352.62 | 0.6 | 0.4 |
| Hex | A3 | 29 | 38 | 0 | 4B | 42 | 24 | 161 | 3C | 28 |
| Octal | 243 | 51 | 70 | 0 | 113 | 102 | 44 | 541 | 74 | 50 |
| Binary | 10100011 | 101001 | 111000 | 0 | 1001011 | 1000010 | 100100 | 101100001 | 111100 | 101000 |
Color Harmonies of #A32938
Complementary color
Monochromatic Colors of #A32938
Black with #A32938
Text Example
Text Example
White with #A32938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32938; }
p { color: rgb(163,41,56); }
H1.HeaderClassName
{
color: #A32938;
}
.AnyTagClassName
{
color: #A32938;
}
</style>
background-color css
<style>
a { background-color: #A32938; }
a { background-color: rgb(163,41,56); }
div.DivClassName
{
background-color: #A32938;
}
.BgClassName
{
background-color: #A32938;
}
</style>
border-color css
<style>
span { border-color: #A32938; }
span { border-color: rgb(163,41,56); }
td.TdClassName
{
border-color: #A32938;
}
.TagClassName
{
border-color: #A32938;
}
</style>