Shades of Guardsman Red #A7373B
Tints of Guardsman Red #A7373B
RGB
CMYK
RGB Variations
Color information
#A7373B (or 0xA7373B) is known color: Guardsman Red. HEX triplet: A7, 37 and 3B. RGB value is (167,55,59). Sum of RGB (Red+Green+Blue) = 167+55+59=281 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.43% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 167 - color contains mainly: red. Hex color #A7373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7373B is #58C8C4. Grayscale: #595959. Windows color (decimal): -5818565 or 3880871. OLE color: 3880871.
HSL color Cylindrical-coordinate representation of color #A7373B: hue angle of 357.86º 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 #A7373B is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 55 | 59 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.35 |
| HSL | 357.86º | 0.5% | 0.44% | - |
| HSV(B) | 357.86º | 0.67% | 0.65% | - |
| XYZ | 18.09 | 11.26 | 5.36 | - |
| YUV | 88.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 55 | 59 | 0 | 0.67 | 0.65 | 0.35 | 357.86 | 0.5 | 0.44 |
| Hex | A7 | 37 | 3B | 0 | 43 | 41 | 23 | 166 | 32 | 2C |
| Octal | 247 | 67 | 73 | 0 | 103 | 101 | 43 | 546 | 62 | 54 |
| Binary | 10100111 | 110111 | 111011 | 0 | 1000011 | 1000001 | 100011 | 101100110 | 110010 | 101100 |
Color Harmonies of #A7373B
Complementary color
Monochromatic Colors of #A7373B
Black with #A7373B
Text Example
Text Example
White with #A7373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7373B; }
p { color: rgb(167,55,59); }
H1.HeaderClassName
{
color: #A7373B;
}
.AnyTagClassName
{
color: #A7373B;
}
</style>
background-color css
<style>
a { background-color: #A7373B; }
a { background-color: rgb(167,55,59); }
div.DivClassName
{
background-color: #A7373B;
}
.BgClassName
{
background-color: #A7373B;
}
</style>
border-color css
<style>
span { border-color: #A7373B; }
span { border-color: rgb(167,55,59); }
td.TdClassName
{
border-color: #A7373B;
}
.TagClassName
{
border-color: #A7373B;
}
</style>