Shades of Guardsman Red #A42B3E
Tints of Guardsman Red #A42B3E
RGB
CMYK
RGB Variations
Color information
#A42B3E (or 0xA42B3E) is known color: Guardsman Red. HEX triplet: A4, 2B and 3E. RGB value is (164,43,62). Sum of RGB (Red+Green+Blue) = 164+43+62=269 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.97% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42B3E is #5BD4C1. Grayscale: #515151. Windows color (decimal): -6018242 or 4074404. OLE color: 4074404.
HSL color Cylindrical-coordinate representation of color #A42B3E: hue angle of 350.58º 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 #A42B3E is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 43 | 62 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.36 |
| HSL | 350.58º | 0.58% | 0.41% | - |
| HSV(B) | 350.58º | 0.74% | 0.64% | - |
| XYZ | 17.04 | 9.97 | 5.58 | - |
| YUV | 81.35 | 117.09 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 62 | 0 | 0.74 | 0.62 | 0.36 | 350.58 | 0.58 | 0.41 |
| Hex | A4 | 2B | 3E | 0 | 4A | 3E | 24 | 15F | 3A | 29 |
| Octal | 244 | 53 | 76 | 0 | 112 | 76 | 44 | 537 | 72 | 51 |
| Binary | 10100100 | 101011 | 111110 | 0 | 1001010 | 111110 | 100100 | 101011111 | 111010 | 101001 |
Color Harmonies of #A42B3E
Complementary color
Monochromatic Colors of #A42B3E
Black with #A42B3E
Text Example
Text Example
White with #A42B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42B3E; }
p { color: rgb(164,43,62); }
H1.HeaderClassName
{
color: #A42B3E;
}
.AnyTagClassName
{
color: #A42B3E;
}
</style>
background-color css
<style>
a { background-color: #A42B3E; }
a { background-color: rgb(164,43,62); }
div.DivClassName
{
background-color: #A42B3E;
}
.BgClassName
{
background-color: #A42B3E;
}
</style>
border-color css
<style>
span { border-color: #A42B3E; }
span { border-color: rgb(164,43,62); }
td.TdClassName
{
border-color: #A42B3E;
}
.TagClassName
{
border-color: #A42B3E;
}
</style>