Shades of Guardsman Red #A42129
Tints of Guardsman Red #A42129
RGB
CMYK
RGB Variations
Color information
#A42129 (or 0xA42129) is known color: Guardsman Red. HEX triplet: A4, 21 and 29. RGB value is (164,33,41). Sum of RGB (Red+Green+Blue) = 164+33+41=238 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.91% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 164 - color contains mainly: red. Hex color #A42129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42129 is #5BDED6. Grayscale: #494949. Windows color (decimal): -6020823 or 2695588. OLE color: 2695588.
HSL color Cylindrical-coordinate representation of color #A42129: hue angle of 356.34º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42129 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 33 | 41 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.36 |
| HSL | 356.34º | 0.66% | 0.39% | - |
| HSV(B) | 356.34º | 0.8% | 0.64% | - |
| XYZ | 16.25 | 9.14 | 3.01 | - |
| YUV | 73.08 | 109.9 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 41 | 0 | 0.80 | 0.75 | 0.36 | 356.34 | 0.66 | 0.39 |
| Hex | A4 | 21 | 29 | 0 | 50 | 4B | 24 | 164 | 42 | 27 |
| Octal | 244 | 41 | 51 | 0 | 120 | 113 | 44 | 544 | 102 | 47 |
| Binary | 10100100 | 100001 | 101001 | 0 | 1010000 | 1001011 | 100100 | 101100100 | 1000010 | 100111 |
Color Harmonies of #A42129
Complementary color
Monochromatic Colors of #A42129
Black with #A42129
Text Example
Text Example
White with #A42129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42129; }
p { color: rgb(164,33,41); }
H1.HeaderClassName
{
color: #A42129;
}
.AnyTagClassName
{
color: #A42129;
}
</style>
background-color css
<style>
a { background-color: #A42129; }
a { background-color: rgb(164,33,41); }
div.DivClassName
{
background-color: #A42129;
}
.BgClassName
{
background-color: #A42129;
}
</style>
border-color css
<style>
span { border-color: #A42129; }
span { border-color: rgb(164,33,41); }
td.TdClassName
{
border-color: #A42129;
}
.TagClassName
{
border-color: #A42129;
}
</style>