Shades of Guardsman Red #A32C34
Tints of Guardsman Red #A32C34
RGB
CMYK
RGB Variations
Color information
#A32C34 (or 0xA32C34) is known color: Guardsman Red. HEX triplet: A3, 2C and 34. RGB value is (163,44,52). Sum of RGB (Red+Green+Blue) = 163+44+52=259 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.93% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32C34 is #5CD3CB. Grayscale: #505050. Windows color (decimal): -6083532 or 3419299. OLE color: 3419299.
HSL color Cylindrical-coordinate representation of color #A32C34: hue angle of 355.97º 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 #A32C34 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 44 | 52 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.36 |
| HSL | 355.97º | 0.57% | 0.41% | - |
| HSV(B) | 355.97º | 0.73% | 0.64% | - |
| XYZ | 16.62 | 9.84 | 4.27 | - |
| YUV | 80.49 | 111.92 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 52 | 0 | 0.73 | 0.68 | 0.36 | 355.97 | 0.57 | 0.41 |
| Hex | A3 | 2C | 34 | 0 | 49 | 44 | 24 | 164 | 39 | 29 |
| Octal | 243 | 54 | 64 | 0 | 111 | 104 | 44 | 544 | 71 | 51 |
| Binary | 10100011 | 101100 | 110100 | 0 | 1001001 | 1000100 | 100100 | 101100100 | 111001 | 101001 |
Color Harmonies of #A32C34
Complementary color
Monochromatic Colors of #A32C34
Black with #A32C34
Text Example
Text Example
White with #A32C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32C34; }
p { color: rgb(163,44,52); }
H1.HeaderClassName
{
color: #A32C34;
}
.AnyTagClassName
{
color: #A32C34;
}
</style>
background-color css
<style>
a { background-color: #A32C34; }
a { background-color: rgb(163,44,52); }
div.DivClassName
{
background-color: #A32C34;
}
.BgClassName
{
background-color: #A32C34;
}
</style>
border-color css
<style>
span { border-color: #A32C34; }
span { border-color: rgb(163,44,52); }
td.TdClassName
{
border-color: #A32C34;
}
.TagClassName
{
border-color: #A32C34;
}
</style>