Shades of Guardsman Red #A7393B
Tints of Guardsman Red #A7393B
RGB
CMYK
RGB Variations
Color information
#A7393B (or 0xA7393B) is known color: Guardsman Red. HEX triplet: A7, 39 and 3B. RGB value is (167,57,59). Sum of RGB (Red+Green+Blue) = 167+57+59=283 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.01% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 167 - color contains mainly: red. Hex color #A7393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7393B is #58C6C4. Grayscale: #5A5A5A. Windows color (decimal): -5818053 or 3881383. OLE color: 3881383.
HSL color Cylindrical-coordinate representation of color #A7393B: hue angle of 358.91º 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 #A7393B is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 57 | 59 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.35 |
| HSL | 358.91º | 0.49% | 0.44% | - |
| HSV(B) | 358.91º | 0.66% | 0.65% | - |
| XYZ | 18.19 | 11.46 | 5.39 | - |
| YUV | 90.12 | 110.44 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 57 | 59 | 0 | 0.66 | 0.65 | 0.35 | 358.91 | 0.49 | 0.44 |
| Hex | A7 | 39 | 3B | 0 | 42 | 41 | 23 | 167 | 31 | 2C |
| Octal | 247 | 71 | 73 | 0 | 102 | 101 | 43 | 547 | 61 | 54 |
| Binary | 10100111 | 111001 | 111011 | 0 | 1000010 | 1000001 | 100011 | 101100111 | 110001 | 101100 |
Color Harmonies of #A7393B
Complementary color
Monochromatic Colors of #A7393B
Black with #A7393B
Text Example
Text Example
White with #A7393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7393B; }
p { color: rgb(167,57,59); }
H1.HeaderClassName
{
color: #A7393B;
}
.AnyTagClassName
{
color: #A7393B;
}
</style>
background-color css
<style>
a { background-color: #A7393B; }
a { background-color: rgb(167,57,59); }
div.DivClassName
{
background-color: #A7393B;
}
.BgClassName
{
background-color: #A7393B;
}
</style>
border-color css
<style>
span { border-color: #A7393B; }
span { border-color: rgb(167,57,59); }
td.TdClassName
{
border-color: #A7393B;
}
.TagClassName
{
border-color: #A7393B;
}
</style>