Shades of Guardsman Red #A32127
Tints of Guardsman Red #A32127
RGB
CMYK
RGB Variations
Color information
#A32127 (or 0xA32127) is known color: Guardsman Red. HEX triplet: A3, 21 and 27. RGB value is (163,33,39). Sum of RGB (Red+Green+Blue) = 163+33+39=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A32127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32127 is #5CDED8. Grayscale: #484848. Windows color (decimal): -6086361 or 2564515. OLE color: 2564515.
HSL color Cylindrical-coordinate representation of color #A32127: hue angle of 357.23º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32127 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 33 | 39 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.36 |
| HSL | 357.23º | 0.66% | 0.38% | - |
| HSV(B) | 357.23º | 0.8% | 0.64% | - |
| XYZ | 16.01 | 9.02 | 2.82 | - |
| YUV | 72.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 39 | 0 | 0.80 | 0.76 | 0.36 | 357.23 | 0.66 | 0.38 |
| Hex | A3 | 21 | 27 | 0 | 50 | 4C | 24 | 165 | 42 | 26 |
| Octal | 243 | 41 | 47 | 0 | 120 | 114 | 44 | 545 | 102 | 46 |
| Binary | 10100011 | 100001 | 100111 | 0 | 1010000 | 1001100 | 100100 | 101100101 | 1000010 | 100110 |
Color Harmonies of #A32127
Complementary color
Monochromatic Colors of #A32127
Black with #A32127
Text Example
Text Example
White with #A32127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32127; }
p { color: rgb(163,33,39); }
H1.HeaderClassName
{
color: #A32127;
}
.AnyTagClassName
{
color: #A32127;
}
</style>
background-color css
<style>
a { background-color: #A32127; }
a { background-color: rgb(163,33,39); }
div.DivClassName
{
background-color: #A32127;
}
.BgClassName
{
background-color: #A32127;
}
</style>
border-color css
<style>
span { border-color: #A32127; }
span { border-color: rgb(163,33,39); }
td.TdClassName
{
border-color: #A32127;
}
.TagClassName
{
border-color: #A32127;
}
</style>