Shades of Guardsman Red #A42C2E
Tints of Guardsman Red #A42C2E
RGB
CMYK
RGB Variations
Color information
#A42C2E (or 0xA42C2E) is known color: Guardsman Red. HEX triplet: A4, 2C and 2E. RGB value is (164,44,46). Sum of RGB (Red+Green+Blue) = 164+44+46=254 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.57% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 164 - color contains mainly: red. Hex color #A42C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42C2E is #5BD3D1. Grayscale: #505050. Windows color (decimal): -6018002 or 3026084. OLE color: 3026084.
HSL color Cylindrical-coordinate representation of color #A42C2E: hue angle of 359º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A42C2E is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 44 | 46 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.36 |
| HSL | 359º | 0.58% | 0.41% | - |
| HSV(B) | 359º | 0.73% | 0.64% | - |
| XYZ | 16.7 | 9.89 | 3.61 | - |
| YUV | 80.11 | 108.76 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 44 | 46 | 0 | 0.73 | 0.72 | 0.36 | 359 | 0.58 | 0.41 |
| Hex | A4 | 2C | 2E | 0 | 49 | 48 | 24 | 167 | 3A | 29 |
| Octal | 244 | 54 | 56 | 0 | 111 | 110 | 44 | 547 | 72 | 51 |
| Binary | 10100100 | 101100 | 101110 | 0 | 1001001 | 1001000 | 100100 | 101100111 | 111010 | 101001 |
Color Harmonies of #A42C2E
Complementary color
Monochromatic Colors of #A42C2E
Black with #A42C2E
Text Example
Text Example
White with #A42C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42C2E; }
p { color: rgb(164,44,46); }
H1.HeaderClassName
{
color: #A42C2E;
}
.AnyTagClassName
{
color: #A42C2E;
}
</style>
background-color css
<style>
a { background-color: #A42C2E; }
a { background-color: rgb(164,44,46); }
div.DivClassName
{
background-color: #A42C2E;
}
.BgClassName
{
background-color: #A42C2E;
}
</style>
border-color css
<style>
span { border-color: #A42C2E; }
span { border-color: rgb(164,44,46); }
td.TdClassName
{
border-color: #A42C2E;
}
.TagClassName
{
border-color: #A42C2E;
}
</style>