Shades of Guardsman Red #A32A3E
Tints of Guardsman Red #A32A3E
RGB
CMYK
RGB Variations
Color information
#A32A3E (or 0xA32A3E) is known color: Guardsman Red. HEX triplet: A3, 2A and 3E. RGB value is (163,42,62). Sum of RGB (Red+Green+Blue) = 163+42+62=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32A3E is #5CD5C1. Grayscale: #505050. Windows color (decimal): -6084034 or 4074147. OLE color: 4074147.
HSL color Cylindrical-coordinate representation of color #A32A3E: hue angle of 350.08º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32A3E is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 42 | 62 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.36 |
| HSL | 350.08º | 0.59% | 0.4% | - |
| HSV(B) | 350.08º | 0.74% | 0.64% | - |
| XYZ | 16.8 | 9.79 | 5.56 | - |
| YUV | 80.46 | 117.59 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 62 | 0 | 0.74 | 0.62 | 0.36 | 350.08 | 0.59 | 0.4 |
| Hex | A3 | 2A | 3E | 0 | 4A | 3E | 24 | 15E | 3B | 28 |
| Octal | 243 | 52 | 76 | 0 | 112 | 76 | 44 | 536 | 73 | 50 |
| Binary | 10100011 | 101010 | 111110 | 0 | 1001010 | 111110 | 100100 | 101011110 | 111011 | 101000 |
Color Harmonies of #A32A3E
Complementary color
Monochromatic Colors of #A32A3E
Black with #A32A3E
Text Example
Text Example
White with #A32A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32A3E; }
p { color: rgb(163,42,62); }
H1.HeaderClassName
{
color: #A32A3E;
}
.AnyTagClassName
{
color: #A32A3E;
}
</style>
background-color css
<style>
a { background-color: #A32A3E; }
a { background-color: rgb(163,42,62); }
div.DivClassName
{
background-color: #A32A3E;
}
.BgClassName
{
background-color: #A32A3E;
}
</style>
border-color css
<style>
span { border-color: #A32A3E; }
span { border-color: rgb(163,42,62); }
td.TdClassName
{
border-color: #A32A3E;
}
.TagClassName
{
border-color: #A32A3E;
}
</style>