Shades of Guardsman Red #A32C35
Tints of Guardsman Red #A32C35
RGB
CMYK
RGB Variations
Color information
#A32C35 (or 0xA32C35) is known color: Guardsman Red. HEX triplet: A3, 2C and 35. RGB value is (163,44,53). Sum of RGB (Red+Green+Blue) = 163+44+53=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32C35 is #5CD3CA. Grayscale: #505050. Windows color (decimal): -6083531 or 3484835. OLE color: 3484835.
HSL color Cylindrical-coordinate representation of color #A32C35: hue angle of 355.46º 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 #A32C35 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 44 | 53 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.36 |
| HSL | 355.46º | 0.57% | 0.41% | - |
| HSV(B) | 355.46º | 0.73% | 0.64% | - |
| XYZ | 16.65 | 9.84 | 4.39 | - |
| YUV | 80.61 | 112.42 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 53 | 0 | 0.73 | 0.67 | 0.36 | 355.46 | 0.57 | 0.41 |
| Hex | A3 | 2C | 35 | 0 | 49 | 43 | 24 | 163 | 39 | 29 |
| Octal | 243 | 54 | 65 | 0 | 111 | 103 | 44 | 543 | 71 | 51 |
| Binary | 10100011 | 101100 | 110101 | 0 | 1001001 | 1000011 | 100100 | 101100011 | 111001 | 101001 |
Color Harmonies of #A32C35
Complementary color
Monochromatic Colors of #A32C35
Black with #A32C35
Text Example
Text Example
White with #A32C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32C35; }
p { color: rgb(163,44,53); }
H1.HeaderClassName
{
color: #A32C35;
}
.AnyTagClassName
{
color: #A32C35;
}
</style>
background-color css
<style>
a { background-color: #A32C35; }
a { background-color: rgb(163,44,53); }
div.DivClassName
{
background-color: #A32C35;
}
.BgClassName
{
background-color: #A32C35;
}
</style>
border-color css
<style>
span { border-color: #A32C35; }
span { border-color: rgb(163,44,53); }
td.TdClassName
{
border-color: #A32C35;
}
.TagClassName
{
border-color: #A32C35;
}
</style>