Shades of Guardsman Red #A7323E
Tints of Guardsman Red #A7323E
RGB
CMYK
RGB Variations
Color information
#A7323E (or 0xA7323E) is known color: Guardsman Red. HEX triplet: A7, 32 and 3E. RGB value is (167,50,62). Sum of RGB (Red+Green+Blue) = 167+50+62=279 (36% of max value = 765). Red value is 167 (65.62% from 255 or 59.86% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 167 - color contains mainly: red. Hex color #A7323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7323E is #58CDC1. Grayscale: #565656. Windows color (decimal): -5819842 or 4076199. OLE color: 4076199.
HSL color Cylindrical-coordinate representation of color #A7323E: hue angle of 353.85º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A7323E is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 50 | 62 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.35 |
| HSL | 353.85º | 0.54% | 0.43% | - |
| HSV(B) | 353.85º | 0.7% | 0.65% | - |
| XYZ | 17.95 | 10.84 | 5.7 | - |
| YUV | 86.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 50 | 62 | 0 | 0.70 | 0.63 | 0.35 | 353.85 | 0.54 | 0.43 |
| Hex | A7 | 32 | 3E | 0 | 46 | 3F | 23 | 162 | 36 | 2B |
| Octal | 247 | 62 | 76 | 0 | 106 | 77 | 43 | 542 | 66 | 53 |
| Binary | 10100111 | 110010 | 111110 | 0 | 1000110 | 111111 | 100011 | 101100010 | 110110 | 101011 |
Color Harmonies of #A7323E
Complementary color
Monochromatic Colors of #A7323E
Black with #A7323E
Text Example
Text Example
White with #A7323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7323E; }
p { color: rgb(167,50,62); }
H1.HeaderClassName
{
color: #A7323E;
}
.AnyTagClassName
{
color: #A7323E;
}
</style>
background-color css
<style>
a { background-color: #A7323E; }
a { background-color: rgb(167,50,62); }
div.DivClassName
{
background-color: #A7323E;
}
.BgClassName
{
background-color: #A7323E;
}
</style>
border-color css
<style>
span { border-color: #A7323E; }
span { border-color: rgb(167,50,62); }
td.TdClassName
{
border-color: #A7323E;
}
.TagClassName
{
border-color: #A7323E;
}
</style>