Shades of Guardsman Red #A7373C
Tints of Guardsman Red #A7373C
RGB
CMYK
RGB Variations
Color information
#A7373C (or 0xA7373C) is known color: Guardsman Red. HEX triplet: A7, 37 and 3C. RGB value is (167,55,60). Sum of RGB (Red+Green+Blue) = 167+55+60=282 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.22% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 167 - color contains mainly: red. Hex color #A7373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7373C is #58C8C3. Grayscale: #595959. Windows color (decimal): -5818564 or 3946407. OLE color: 3946407.
HSL color Cylindrical-coordinate representation of color #A7373C: hue angle of 357.32º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A7373C is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 55 | 60 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.35 |
| HSL | 357.32º | 0.5% | 0.44% | - |
| HSV(B) | 357.32º | 0.67% | 0.65% | - |
| XYZ | 18.12 | 11.27 | 5.5 | - |
| YUV | 89.06 | 111.61 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 55 | 60 | 0 | 0.67 | 0.64 | 0.35 | 357.32 | 0.5 | 0.44 |
| Hex | A7 | 37 | 3C | 0 | 43 | 40 | 23 | 165 | 32 | 2C |
| Octal | 247 | 67 | 74 | 0 | 103 | 100 | 43 | 545 | 62 | 54 |
| Binary | 10100111 | 110111 | 111100 | 0 | 1000011 | 1000000 | 100011 | 101100101 | 110010 | 101100 |
Color Harmonies of #A7373C
Complementary color
Monochromatic Colors of #A7373C
Black with #A7373C
Text Example
Text Example
White with #A7373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7373C; }
p { color: rgb(167,55,60); }
H1.HeaderClassName
{
color: #A7373C;
}
.AnyTagClassName
{
color: #A7373C;
}
</style>
background-color css
<style>
a { background-color: #A7373C; }
a { background-color: rgb(167,55,60); }
div.DivClassName
{
background-color: #A7373C;
}
.BgClassName
{
background-color: #A7373C;
}
</style>
border-color css
<style>
span { border-color: #A7373C; }
span { border-color: rgb(167,55,60); }
td.TdClassName
{
border-color: #A7373C;
}
.TagClassName
{
border-color: #A7373C;
}
</style>