Shades of Guardsman Red #A42939
Tints of Guardsman Red #A42939
RGB
CMYK
RGB Variations
Color information
#A42939 (or 0xA42939) is known color: Guardsman Red. HEX triplet: A4, 29 and 39. RGB value is (164,41,57). Sum of RGB (Red+Green+Blue) = 164+41+57=262 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.60% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 164 - color contains mainly: red. Hex color #A42939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42939 is #5BD6C6. Grayscale: #4F4F4F. Windows color (decimal): -6018759 or 3746212. OLE color: 3746212.
HSL color Cylindrical-coordinate representation of color #A42939: hue angle of 352.2º degrees, saturation: 0.6, 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 #A42939 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 41 | 57 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.36 |
| HSL | 352.2º | 0.6% | 0.4% | - |
| HSV(B) | 352.2º | 0.75% | 0.64% | - |
| XYZ | 16.84 | 9.77 | 4.87 | - |
| YUV | 79.6 | 115.25 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 41 | 57 | 0 | 0.75 | 0.65 | 0.36 | 352.2 | 0.6 | 0.4 |
| Hex | A4 | 29 | 39 | 0 | 4B | 41 | 24 | 160 | 3C | 28 |
| Octal | 244 | 51 | 71 | 0 | 113 | 101 | 44 | 540 | 74 | 50 |
| Binary | 10100100 | 101001 | 111001 | 0 | 1001011 | 1000001 | 100100 | 101100000 | 111100 | 101000 |
Color Harmonies of #A42939
Complementary color
Monochromatic Colors of #A42939
Black with #A42939
Text Example
Text Example
White with #A42939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42939; }
p { color: rgb(164,41,57); }
H1.HeaderClassName
{
color: #A42939;
}
.AnyTagClassName
{
color: #A42939;
}
</style>
background-color css
<style>
a { background-color: #A42939; }
a { background-color: rgb(164,41,57); }
div.DivClassName
{
background-color: #A42939;
}
.BgClassName
{
background-color: #A42939;
}
</style>
border-color css
<style>
span { border-color: #A42939; }
span { border-color: rgb(164,41,57); }
td.TdClassName
{
border-color: #A42939;
}
.TagClassName
{
border-color: #A42939;
}
</style>