Shades of Guardsman Red #A32C39
Tints of Guardsman Red #A32C39
RGB
CMYK
RGB Variations
Color information
#A32C39 (or 0xA32C39) is known color: Guardsman Red. HEX triplet: A3, 2C and 39. RGB value is (163,44,57). Sum of RGB (Red+Green+Blue) = 163+44+57=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32C39 is #5CD3C6. Grayscale: #515151. Windows color (decimal): -6083527 or 3746979. OLE color: 3746979.
HSL color Cylindrical-coordinate representation of color #A32C39: hue angle of 353.45º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A32C39 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 44 | 57 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.36 |
| HSL | 353.45º | 0.57% | 0.41% | - |
| HSV(B) | 353.45º | 0.73% | 0.64% | - |
| XYZ | 16.74 | 9.88 | 4.9 | - |
| YUV | 81.06 | 114.42 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 57 | 0 | 0.73 | 0.65 | 0.36 | 353.45 | 0.57 | 0.41 |
| Hex | A3 | 2C | 39 | 0 | 49 | 41 | 24 | 161 | 39 | 29 |
| Octal | 243 | 54 | 71 | 0 | 111 | 101 | 44 | 541 | 71 | 51 |
| Binary | 10100011 | 101100 | 111001 | 0 | 1001001 | 1000001 | 100100 | 101100001 | 111001 | 101001 |
Color Harmonies of #A32C39
Complementary color
Monochromatic Colors of #A32C39
Black with #A32C39
Text Example
Text Example
White with #A32C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32C39; }
p { color: rgb(163,44,57); }
H1.HeaderClassName
{
color: #A32C39;
}
.AnyTagClassName
{
color: #A32C39;
}
</style>
background-color css
<style>
a { background-color: #A32C39; }
a { background-color: rgb(163,44,57); }
div.DivClassName
{
background-color: #A32C39;
}
.BgClassName
{
background-color: #A32C39;
}
</style>
border-color css
<style>
span { border-color: #A32C39; }
span { border-color: rgb(163,44,57); }
td.TdClassName
{
border-color: #A32C39;
}
.TagClassName
{
border-color: #A32C39;
}
</style>