Shades of Guardsman Red #A42A2E
Tints of Guardsman Red #A42A2E
RGB
CMYK
RGB Variations
Color information
#A42A2E (or 0xA42A2E) is known color: Guardsman Red. HEX triplet: A4, 2A and 2E. RGB value is (164,42,46). Sum of RGB (Red+Green+Blue) = 164+42+46=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42A2E is #5BD5D1. Grayscale: #4F4F4F. Windows color (decimal): -6018514 or 3025572. OLE color: 3025572.
HSL color Cylindrical-coordinate representation of color #A42A2E: hue angle of 358.03º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42A2E is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 42 | 46 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.36 |
| HSL | 358.03º | 0.59% | 0.4% | - |
| HSV(B) | 358.03º | 0.74% | 0.64% | - |
| XYZ | 16.63 | 9.75 | 3.59 | - |
| YUV | 78.93 | 109.42 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 42 | 46 | 0 | 0.74 | 0.72 | 0.36 | 358.03 | 0.59 | 0.4 |
| Hex | A4 | 2A | 2E | 0 | 4A | 48 | 24 | 166 | 3B | 28 |
| Octal | 244 | 52 | 56 | 0 | 112 | 110 | 44 | 546 | 73 | 50 |
| Binary | 10100100 | 101010 | 101110 | 0 | 1001010 | 1001000 | 100100 | 101100110 | 111011 | 101000 |
Color Harmonies of #A42A2E
Complementary color
Monochromatic Colors of #A42A2E
Black with #A42A2E
Text Example
Text Example
White with #A42A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42A2E; }
p { color: rgb(164,42,46); }
H1.HeaderClassName
{
color: #A42A2E;
}
.AnyTagClassName
{
color: #A42A2E;
}
</style>
background-color css
<style>
a { background-color: #A42A2E; }
a { background-color: rgb(164,42,46); }
div.DivClassName
{
background-color: #A42A2E;
}
.BgClassName
{
background-color: #A42A2E;
}
</style>
border-color css
<style>
span { border-color: #A42A2E; }
span { border-color: rgb(164,42,46); }
td.TdClassName
{
border-color: #A42A2E;
}
.TagClassName
{
border-color: #A42A2E;
}
</style>