Shades of Guardsman Red #A32834
Tints of Guardsman Red #A32834
RGB
CMYK
RGB Variations
Color information
#A32834 (or 0xA32834) is known color: Guardsman Red. HEX triplet: A3, 28 and 34. RGB value is (163,40,52). Sum of RGB (Red+Green+Blue) = 163+40+52=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A32834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32834 is #5CD7CB. Grayscale: #4E4E4E. Windows color (decimal): -6084556 or 3418275. OLE color: 3418275.
HSL color Cylindrical-coordinate representation of color #A32834: hue angle of 354.15º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32834 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 52 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.36 |
| HSL | 354.15º | 0.61% | 0.4% | - |
| HSV(B) | 354.15º | 0.75% | 0.64% | - |
| XYZ | 16.48 | 9.55 | 4.22 | - |
| YUV | 78.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 52 | 0 | 0.75 | 0.68 | 0.36 | 354.15 | 0.61 | 0.4 |
| Hex | A3 | 28 | 34 | 0 | 4B | 44 | 24 | 162 | 3D | 28 |
| Octal | 243 | 50 | 64 | 0 | 113 | 104 | 44 | 542 | 75 | 50 |
| Binary | 10100011 | 101000 | 110100 | 0 | 1001011 | 1000100 | 100100 | 101100010 | 111101 | 101000 |
Color Harmonies of #A32834
Complementary color
Monochromatic Colors of #A32834
Black with #A32834
Text Example
Text Example
White with #A32834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32834; }
p { color: rgb(163,40,52); }
H1.HeaderClassName
{
color: #A32834;
}
.AnyTagClassName
{
color: #A32834;
}
</style>
background-color css
<style>
a { background-color: #A32834; }
a { background-color: rgb(163,40,52); }
div.DivClassName
{
background-color: #A32834;
}
.BgClassName
{
background-color: #A32834;
}
</style>
border-color css
<style>
span { border-color: #A32834; }
span { border-color: rgb(163,40,52); }
td.TdClassName
{
border-color: #A32834;
}
.TagClassName
{
border-color: #A32834;
}
</style>