Shades of Guardsman Red #A9393D
Tints of Guardsman Red #A9393D
RGB
CMYK
RGB Variations
Color information
#A9393D (or 0xA9393D) is known color: Guardsman Red. HEX triplet: A9, 39 and 3D. RGB value is (169,57,61). Sum of RGB (Red+Green+Blue) = 169+57+61=287 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.89% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 169 - color contains mainly: red. Hex color #A9393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9393D is #56C6C2. Grayscale: #5B5B5B. Windows color (decimal): -5686979 or 4012457. OLE color: 4012457.
HSL color Cylindrical-coordinate representation of color #A9393D: hue angle of 357.86º degrees, saturation: 0.5, 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 #A9393D is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 57 | 61 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.34 |
| HSL | 357.86º | 0.5% | 0.44% | - |
| HSV(B) | 357.86º | 0.66% | 0.66% | - |
| XYZ | 18.67 | 11.7 | 5.69 | - |
| YUV | 90.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 57 | 61 | 0 | 0.66 | 0.64 | 0.34 | 357.86 | 0.5 | 0.44 |
| Hex | A9 | 39 | 3D | 0 | 42 | 40 | 22 | 166 | 32 | 2C |
| Octal | 251 | 71 | 75 | 0 | 102 | 100 | 42 | 546 | 62 | 54 |
| Binary | 10101001 | 111001 | 111101 | 0 | 1000010 | 1000000 | 100010 | 101100110 | 110010 | 101100 |
Color Harmonies of #A9393D
Complementary color
Monochromatic Colors of #A9393D
Black with #A9393D
Text Example
Text Example
White with #A9393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9393D; }
p { color: rgb(169,57,61); }
H1.HeaderClassName
{
color: #A9393D;
}
.AnyTagClassName
{
color: #A9393D;
}
</style>
background-color css
<style>
a { background-color: #A9393D; }
a { background-color: rgb(169,57,61); }
div.DivClassName
{
background-color: #A9393D;
}
.BgClassName
{
background-color: #A9393D;
}
</style>
border-color css
<style>
span { border-color: #A9393D; }
span { border-color: rgb(169,57,61); }
td.TdClassName
{
border-color: #A9393D;
}
.TagClassName
{
border-color: #A9393D;
}
</style>