Shades of Guardsman Red #A7343E
Tints of Guardsman Red #A7343E
RGB
CMYK
RGB Variations
Color information
#A7343E (or 0xA7343E) is known color: Guardsman Red. HEX triplet: A7, 34 and 3E. RGB value is (167,52,62). Sum of RGB (Red+Green+Blue) = 167+52+62=281 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.43% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 167 - color contains mainly: red. Hex color #A7343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7343E is #58CBC1. Grayscale: #575757. Windows color (decimal): -5819330 or 4076711. OLE color: 4076711.
HSL color Cylindrical-coordinate representation of color #A7343E: hue angle of 354.78º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7343E is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 52 | 62 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.35 |
| HSL | 354.78º | 0.53% | 0.43% | - |
| HSV(B) | 354.78º | 0.69% | 0.65% | - |
| XYZ | 18.03 | 11.02 | 5.73 | - |
| YUV | 87.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 52 | 62 | 0 | 0.69 | 0.63 | 0.35 | 354.78 | 0.53 | 0.43 |
| Hex | A7 | 34 | 3E | 0 | 45 | 3F | 23 | 163 | 35 | 2B |
| Octal | 247 | 64 | 76 | 0 | 105 | 77 | 43 | 543 | 65 | 53 |
| Binary | 10100111 | 110100 | 111110 | 0 | 1000101 | 111111 | 100011 | 101100011 | 110101 | 101011 |
Color Harmonies of #A7343E
Complementary color
Monochromatic Colors of #A7343E
Black with #A7343E
Text Example
Text Example
White with #A7343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7343E; }
p { color: rgb(167,52,62); }
H1.HeaderClassName
{
color: #A7343E;
}
.AnyTagClassName
{
color: #A7343E;
}
</style>
background-color css
<style>
a { background-color: #A7343E; }
a { background-color: rgb(167,52,62); }
div.DivClassName
{
background-color: #A7343E;
}
.BgClassName
{
background-color: #A7343E;
}
</style>
border-color css
<style>
span { border-color: #A7343E; }
span { border-color: rgb(167,52,62); }
td.TdClassName
{
border-color: #A7343E;
}
.TagClassName
{
border-color: #A7343E;
}
</style>