Shades of Guardsman Red #A7393C
Tints of Guardsman Red #A7393C
RGB
CMYK
RGB Variations
Color information
#A7393C (or 0xA7393C) is known color: Guardsman Red. HEX triplet: A7, 39 and 3C. RGB value is (167,57,60). Sum of RGB (Red+Green+Blue) = 167+57+60=284 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.80% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 167 - color contains mainly: red. Hex color #A7393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7393C is #58C6C3. Grayscale: #5A5A5A. Windows color (decimal): -5818052 or 3946919. OLE color: 3946919.
HSL color Cylindrical-coordinate representation of color #A7393C: hue angle of 358.36º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7393C is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 57 | 60 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.35 |
| HSL | 358.36º | 0.49% | 0.44% | - |
| HSV(B) | 358.36º | 0.66% | 0.65% | - |
| XYZ | 18.22 | 11.47 | 5.53 | - |
| YUV | 90.23 | 110.94 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 57 | 60 | 0 | 0.66 | 0.64 | 0.35 | 358.36 | 0.49 | 0.44 |
| Hex | A7 | 39 | 3C | 0 | 42 | 40 | 23 | 166 | 31 | 2C |
| Octal | 247 | 71 | 74 | 0 | 102 | 100 | 43 | 546 | 61 | 54 |
| Binary | 10100111 | 111001 | 111100 | 0 | 1000010 | 1000000 | 100011 | 101100110 | 110001 | 101100 |
Color Harmonies of #A7393C
Complementary color
Monochromatic Colors of #A7393C
Black with #A7393C
Text Example
Text Example
White with #A7393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7393C; }
p { color: rgb(167,57,60); }
H1.HeaderClassName
{
color: #A7393C;
}
.AnyTagClassName
{
color: #A7393C;
}
</style>
background-color css
<style>
a { background-color: #A7393C; }
a { background-color: rgb(167,57,60); }
div.DivClassName
{
background-color: #A7393C;
}
.BgClassName
{
background-color: #A7393C;
}
</style>
border-color css
<style>
span { border-color: #A7393C; }
span { border-color: rgb(167,57,60); }
td.TdClassName
{
border-color: #A7393C;
}
.TagClassName
{
border-color: #A7393C;
}
</style>