Shades of Guardsman Red #A42835
Tints of Guardsman Red #A42835
RGB
CMYK
RGB Variations
Color information
#A42835 (or 0xA42835) is known color: Guardsman Red. HEX triplet: A4, 28 and 35. RGB value is (164,40,53). Sum of RGB (Red+Green+Blue) = 164+40+53=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A42835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42835 is #5BD7CA. Grayscale: #4E4E4E. Windows color (decimal): -6019019 or 3483812. OLE color: 3483812.
HSL color Cylindrical-coordinate representation of color #A42835: hue angle of 353.71º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42835 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 40 | 53 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.36 |
| HSL | 353.71º | 0.61% | 0.4% | - |
| HSV(B) | 353.71º | 0.76% | 0.64% | - |
| XYZ | 16.71 | 9.67 | 4.35 | - |
| YUV | 78.56 | 113.58 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 53 | 0 | 0.76 | 0.68 | 0.36 | 353.71 | 0.61 | 0.4 |
| Hex | A4 | 28 | 35 | 0 | 4C | 44 | 24 | 162 | 3D | 28 |
| Octal | 244 | 50 | 65 | 0 | 114 | 104 | 44 | 542 | 75 | 50 |
| Binary | 10100100 | 101000 | 110101 | 0 | 1001100 | 1000100 | 100100 | 101100010 | 111101 | 101000 |
Color Harmonies of #A42835
Complementary color
Monochromatic Colors of #A42835
Black with #A42835
Text Example
Text Example
White with #A42835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42835; }
p { color: rgb(164,40,53); }
H1.HeaderClassName
{
color: #A42835;
}
.AnyTagClassName
{
color: #A42835;
}
</style>
background-color css
<style>
a { background-color: #A42835; }
a { background-color: rgb(164,40,53); }
div.DivClassName
{
background-color: #A42835;
}
.BgClassName
{
background-color: #A42835;
}
</style>
border-color css
<style>
span { border-color: #A42835; }
span { border-color: rgb(164,40,53); }
td.TdClassName
{
border-color: #A42835;
}
.TagClassName
{
border-color: #A42835;
}
</style>