Shades of Guardsman Red #A9343E
Tints of Guardsman Red #A9343E
RGB
CMYK
RGB Variations
Color information
#A9343E (or 0xA9343E) is known color: Guardsman Red. HEX triplet: A9, 34 and 3E. RGB value is (169,52,62). Sum of RGB (Red+Green+Blue) = 169+52+62=283 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.72% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 169 - color contains mainly: red. Hex color #A9343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9343E is #56CBC1. Grayscale: #585858. Windows color (decimal): -5688258 or 4076713. OLE color: 4076713.
HSL color Cylindrical-coordinate representation of color #A9343E: hue angle of 354.87º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A9343E is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 52 | 62 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.34 |
| HSL | 354.87º | 0.53% | 0.43% | - |
| HSV(B) | 354.87º | 0.69% | 0.66% | - |
| XYZ | 18.46 | 11.24 | 5.75 | - |
| YUV | 88.12 | 113.26 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 52 | 62 | 0 | 0.69 | 0.63 | 0.34 | 354.87 | 0.53 | 0.43 |
| Hex | A9 | 34 | 3E | 0 | 45 | 3F | 22 | 163 | 35 | 2B |
| Octal | 251 | 64 | 76 | 0 | 105 | 77 | 42 | 543 | 65 | 53 |
| Binary | 10101001 | 110100 | 111110 | 0 | 1000101 | 111111 | 100010 | 101100011 | 110101 | 101011 |
Color Harmonies of #A9343E
Complementary color
Monochromatic Colors of #A9343E
Black with #A9343E
Text Example
Text Example
White with #A9343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9343E; }
p { color: rgb(169,52,62); }
H1.HeaderClassName
{
color: #A9343E;
}
.AnyTagClassName
{
color: #A9343E;
}
</style>
background-color css
<style>
a { background-color: #A9343E; }
a { background-color: rgb(169,52,62); }
div.DivClassName
{
background-color: #A9343E;
}
.BgClassName
{
background-color: #A9343E;
}
</style>
border-color css
<style>
span { border-color: #A9343E; }
span { border-color: rgb(169,52,62); }
td.TdClassName
{
border-color: #A9343E;
}
.TagClassName
{
border-color: #A9343E;
}
</style>