Shades of Guardsman Red #A7323B
Tints of Guardsman Red #A7323B
RGB
CMYK
RGB Variations
Color information
#A7323B (or 0xA7323B) is known color: Guardsman Red. HEX triplet: A7, 32 and 3B. RGB value is (167,50,59). Sum of RGB (Red+Green+Blue) = 167+50+59=276 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.51% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 167 - color contains mainly: red. Hex color #A7323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7323B is #58CDC4. Grayscale: #565656. Windows color (decimal): -5819845 or 3879591. OLE color: 3879591.
HSL color Cylindrical-coordinate representation of color #A7323B: hue angle of 355.38º 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 #A7323B is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 50 | 59 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.35 |
| HSL | 355.38º | 0.54% | 0.43% | - |
| HSV(B) | 355.38º | 0.7% | 0.65% | - |
| XYZ | 17.87 | 10.81 | 5.28 | - |
| YUV | 86.01 | 112.76 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 50 | 59 | 0 | 0.70 | 0.65 | 0.35 | 355.38 | 0.54 | 0.43 |
| Hex | A7 | 32 | 3B | 0 | 46 | 41 | 23 | 163 | 36 | 2B |
| Octal | 247 | 62 | 73 | 0 | 106 | 101 | 43 | 543 | 66 | 53 |
| Binary | 10100111 | 110010 | 111011 | 0 | 1000110 | 1000001 | 100011 | 101100011 | 110110 | 101011 |
Color Harmonies of #A7323B
Complementary color
Monochromatic Colors of #A7323B
Black with #A7323B
Text Example
Text Example
White with #A7323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7323B; }
p { color: rgb(167,50,59); }
H1.HeaderClassName
{
color: #A7323B;
}
.AnyTagClassName
{
color: #A7323B;
}
</style>
background-color css
<style>
a { background-color: #A7323B; }
a { background-color: rgb(167,50,59); }
div.DivClassName
{
background-color: #A7323B;
}
.BgClassName
{
background-color: #A7323B;
}
</style>
border-color css
<style>
span { border-color: #A7323B; }
span { border-color: rgb(167,50,59); }
td.TdClassName
{
border-color: #A7323B;
}
.TagClassName
{
border-color: #A7323B;
}
</style>