Shades of Guardsman Red #A7242C
Tints of Guardsman Red #A7242C
RGB
CMYK
RGB Variations
Color information
#A7242C (or 0xA7242C) is known color: Guardsman Red. HEX triplet: A7, 24 and 2C. RGB value is (167,36,44). Sum of RGB (Red+Green+Blue) = 167+36+44=247 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.61% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 167 - color contains mainly: red. Hex color #A7242C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7242C is #58DBD3. Grayscale: #4C4C4C. Windows color (decimal): -5823444 or 2892967. OLE color: 2892967.
HSL color Cylindrical-coordinate representation of color #A7242C: hue angle of 356.34º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A7242C is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 36 | 44 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.35 |
| HSL | 356.34º | 0.65% | 0.4% | - |
| HSV(B) | 356.34º | 0.78% | 0.65% | - |
| XYZ | 17.02 | 9.66 | 3.35 | - |
| YUV | 76.08 | 109.9 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 36 | 44 | 0 | 0.78 | 0.74 | 0.35 | 356.34 | 0.65 | 0.4 |
| Hex | A7 | 24 | 2C | 0 | 4E | 4A | 23 | 164 | 41 | 28 |
| Octal | 247 | 44 | 54 | 0 | 116 | 112 | 43 | 544 | 101 | 50 |
| Binary | 10100111 | 100100 | 101100 | 0 | 1001110 | 1001010 | 100011 | 101100100 | 1000001 | 101000 |
Color Harmonies of #A7242C
Complementary color
Monochromatic Colors of #A7242C
Black with #A7242C
Text Example
Text Example
White with #A7242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7242C; }
p { color: rgb(167,36,44); }
H1.HeaderClassName
{
color: #A7242C;
}
.AnyTagClassName
{
color: #A7242C;
}
</style>
background-color css
<style>
a { background-color: #A7242C; }
a { background-color: rgb(167,36,44); }
div.DivClassName
{
background-color: #A7242C;
}
.BgClassName
{
background-color: #A7242C;
}
</style>
border-color css
<style>
span { border-color: #A7242C; }
span { border-color: rgb(167,36,44); }
td.TdClassName
{
border-color: #A7242C;
}
.TagClassName
{
border-color: #A7242C;
}
</style>