Shades of Guardsman Red #A7263C
Tints of Guardsman Red #A7263C
RGB
CMYK
RGB Variations
Color information
#A7263C (or 0xA7263C) is known color: Guardsman Red. HEX triplet: A7, 26 and 3C. RGB value is (167,38,60). Sum of RGB (Red+Green+Blue) = 167+38+60=265 (35% of max value = 765). Red value is 167 (65.62% from 255 or 63.02% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 167 - color contains mainly: red. Hex color #A7263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7263C is #58D9C3. Grayscale: #4F4F4F. Windows color (decimal): -5822916 or 3942055. OLE color: 3942055.
HSL color Cylindrical-coordinate representation of color #A7263C: hue angle of 349.77º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A7263C is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 38 | 60 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.35 |
| HSL | 349.77º | 0.63% | 0.4% | - |
| HSV(B) | 349.77º | 0.77% | 0.65% | - |
| XYZ | 17.45 | 9.93 | 5.27 | - |
| YUV | 79.08 | 117.24 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 38 | 60 | 0 | 0.77 | 0.64 | 0.35 | 349.77 | 0.63 | 0.4 |
| Hex | A7 | 26 | 3C | 0 | 4D | 40 | 23 | 15E | 3F | 28 |
| Octal | 247 | 46 | 74 | 0 | 115 | 100 | 43 | 536 | 77 | 50 |
| Binary | 10100111 | 100110 | 111100 | 0 | 1001101 | 1000000 | 100011 | 101011110 | 111111 | 101000 |
Color Harmonies of #A7263C
Complementary color
Monochromatic Colors of #A7263C
Black with #A7263C
Text Example
Text Example
White with #A7263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7263C; }
p { color: rgb(167,38,60); }
H1.HeaderClassName
{
color: #A7263C;
}
.AnyTagClassName
{
color: #A7263C;
}
</style>
background-color css
<style>
a { background-color: #A7263C; }
a { background-color: rgb(167,38,60); }
div.DivClassName
{
background-color: #A7263C;
}
.BgClassName
{
background-color: #A7263C;
}
</style>
border-color css
<style>
span { border-color: #A7263C; }
span { border-color: rgb(167,38,60); }
td.TdClassName
{
border-color: #A7263C;
}
.TagClassName
{
border-color: #A7263C;
}
</style>