Shades of Guardsman Red #A32835
Tints of Guardsman Red #A32835
RGB
CMYK
RGB Variations
Color information
#A32835 (or 0xA32835) is known color: Guardsman Red. HEX triplet: A3, 28 and 35. RGB value is (163,40,53). Sum of RGB (Red+Green+Blue) = 163+40+53=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A32835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32835 is #5CD7CA. Grayscale: #4E4E4E. Windows color (decimal): -6084555 or 3483811. OLE color: 3483811.
HSL color Cylindrical-coordinate representation of color #A32835: hue angle of 353.66º 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 #A32835 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 53 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.36 |
| HSL | 353.66º | 0.61% | 0.4% | - |
| HSV(B) | 353.66º | 0.75% | 0.64% | - |
| XYZ | 16.51 | 9.56 | 4.34 | - |
| YUV | 78.26 | 113.75 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 53 | 0 | 0.75 | 0.67 | 0.36 | 353.66 | 0.61 | 0.4 |
| Hex | A3 | 28 | 35 | 0 | 4B | 43 | 24 | 162 | 3D | 28 |
| Octal | 243 | 50 | 65 | 0 | 113 | 103 | 44 | 542 | 75 | 50 |
| Binary | 10100011 | 101000 | 110101 | 0 | 1001011 | 1000011 | 100100 | 101100010 | 111101 | 101000 |
Color Harmonies of #A32835
Complementary color
Monochromatic Colors of #A32835
Black with #A32835
Text Example
Text Example
White with #A32835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32835; }
p { color: rgb(163,40,53); }
H1.HeaderClassName
{
color: #A32835;
}
.AnyTagClassName
{
color: #A32835;
}
</style>
background-color css
<style>
a { background-color: #A32835; }
a { background-color: rgb(163,40,53); }
div.DivClassName
{
background-color: #A32835;
}
.BgClassName
{
background-color: #A32835;
}
</style>
border-color css
<style>
span { border-color: #A32835; }
span { border-color: rgb(163,40,53); }
td.TdClassName
{
border-color: #A32835;
}
.TagClassName
{
border-color: #A32835;
}
</style>