Shades of Guardsman Red #A42836
Tints of Guardsman Red #A42836
RGB
CMYK
RGB Variations
Color information
#A42836 (or 0xA42836) is known color: Guardsman Red. HEX triplet: A4, 28 and 36. RGB value is (164,40,54). Sum of RGB (Red+Green+Blue) = 164+40+54=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A42836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42836 is #5BD7C9. Grayscale: #4E4E4E. Windows color (decimal): -6019018 or 3549348. OLE color: 3549348.
HSL color Cylindrical-coordinate representation of color #A42836: hue angle of 353.23º 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 #A42836 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 40 | 54 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.36 |
| HSL | 353.23º | 0.61% | 0.4% | - |
| HSV(B) | 353.23º | 0.76% | 0.64% | - |
| XYZ | 16.73 | 9.68 | 4.48 | - |
| YUV | 78.67 | 114.08 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 54 | 0 | 0.76 | 0.67 | 0.36 | 353.23 | 0.61 | 0.4 |
| Hex | A4 | 28 | 36 | 0 | 4C | 43 | 24 | 161 | 3D | 28 |
| Octal | 244 | 50 | 66 | 0 | 114 | 103 | 44 | 541 | 75 | 50 |
| Binary | 10100100 | 101000 | 110110 | 0 | 1001100 | 1000011 | 100100 | 101100001 | 111101 | 101000 |
Color Harmonies of #A42836
Complementary color
Monochromatic Colors of #A42836
Black with #A42836
Text Example
Text Example
White with #A42836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42836; }
p { color: rgb(164,40,54); }
H1.HeaderClassName
{
color: #A42836;
}
.AnyTagClassName
{
color: #A42836;
}
</style>
background-color css
<style>
a { background-color: #A42836; }
a { background-color: rgb(164,40,54); }
div.DivClassName
{
background-color: #A42836;
}
.BgClassName
{
background-color: #A42836;
}
</style>
border-color css
<style>
span { border-color: #A42836; }
span { border-color: rgb(164,40,54); }
td.TdClassName
{
border-color: #A42836;
}
.TagClassName
{
border-color: #A42836;
}
</style>