Shades of Guardsman Red #A42B2E
Tints of Guardsman Red #A42B2E
RGB
CMYK
RGB Variations
Color information
#A42B2E (or 0xA42B2E) is known color: Guardsman Red. HEX triplet: A4, 2B and 2E. RGB value is (164,43,46). Sum of RGB (Red+Green+Blue) = 164+43+46=253 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.82% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42B2E is #5BD4D1. Grayscale: #4F4F4F. Windows color (decimal): -6018258 or 3025828. OLE color: 3025828.
HSL color Cylindrical-coordinate representation of color #A42B2E: hue angle of 358.51º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42B2E is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 43 | 46 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.36 |
| HSL | 358.51º | 0.58% | 0.41% | - |
| HSV(B) | 358.51º | 0.74% | 0.64% | - |
| XYZ | 16.67 | 9.82 | 3.6 | - |
| YUV | 79.52 | 109.09 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 46 | 0 | 0.74 | 0.72 | 0.36 | 358.51 | 0.58 | 0.41 |
| Hex | A4 | 2B | 2E | 0 | 4A | 48 | 24 | 167 | 3A | 29 |
| Octal | 244 | 53 | 56 | 0 | 112 | 110 | 44 | 547 | 72 | 51 |
| Binary | 10100100 | 101011 | 101110 | 0 | 1001010 | 1001000 | 100100 | 101100111 | 111010 | 101001 |
Color Harmonies of #A42B2E
Complementary color
Monochromatic Colors of #A42B2E
Black with #A42B2E
Text Example
Text Example
White with #A42B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42B2E; }
p { color: rgb(164,43,46); }
H1.HeaderClassName
{
color: #A42B2E;
}
.AnyTagClassName
{
color: #A42B2E;
}
</style>
background-color css
<style>
a { background-color: #A42B2E; }
a { background-color: rgb(164,43,46); }
div.DivClassName
{
background-color: #A42B2E;
}
.BgClassName
{
background-color: #A42B2E;
}
</style>
border-color css
<style>
span { border-color: #A42B2E; }
span { border-color: rgb(164,43,46); }
td.TdClassName
{
border-color: #A42B2E;
}
.TagClassName
{
border-color: #A42B2E;
}
</style>