Shades of Guardsman Red #A8393D
Tints of Guardsman Red #A8393D
RGB
CMYK
RGB Variations
Color information
#A8393D (or 0xA8393D) is known color: Guardsman Red. HEX triplet: A8, 39 and 3D. RGB value is (168,57,61). Sum of RGB (Red+Green+Blue) = 168+57+61=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A8393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8393D is #57C6C2. Grayscale: #5A5A5A. Windows color (decimal): -5752515 or 4012456. OLE color: 4012456.
HSL color Cylindrical-coordinate representation of color #A8393D: hue angle of 357.84º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8393D is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 61 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.34 |
| HSL | 357.84º | 0.49% | 0.44% | - |
| HSV(B) | 357.84º | 0.66% | 0.66% | - |
| XYZ | 18.45 | 11.59 | 5.68 | - |
| YUV | 90.65 | 111.27 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 61 | 0 | 0.66 | 0.64 | 0.34 | 357.84 | 0.49 | 0.44 |
| Hex | A8 | 39 | 3D | 0 | 42 | 40 | 22 | 166 | 31 | 2C |
| Octal | 250 | 71 | 75 | 0 | 102 | 100 | 42 | 546 | 61 | 54 |
| Binary | 10101000 | 111001 | 111101 | 0 | 1000010 | 1000000 | 100010 | 101100110 | 110001 | 101100 |
Color Harmonies of #A8393D
Complementary color
Monochromatic Colors of #A8393D
Black with #A8393D
Text Example
Text Example
White with #A8393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8393D; }
p { color: rgb(168,57,61); }
H1.HeaderClassName
{
color: #A8393D;
}
.AnyTagClassName
{
color: #A8393D;
}
</style>
background-color css
<style>
a { background-color: #A8393D; }
a { background-color: rgb(168,57,61); }
div.DivClassName
{
background-color: #A8393D;
}
.BgClassName
{
background-color: #A8393D;
}
</style>
border-color css
<style>
span { border-color: #A8393D; }
span { border-color: rgb(168,57,61); }
td.TdClassName
{
border-color: #A8393D;
}
.TagClassName
{
border-color: #A8393D;
}
</style>