Shades of Guardsman Red #A9323D
Tints of Guardsman Red #A9323D
RGB
CMYK
RGB Variations
Color information
#A9323D (or 0xA9323D) is known color: Guardsman Red. HEX triplet: A9, 32 and 3D. RGB value is (169,50,61). Sum of RGB (Red+Green+Blue) = 169+50+61=280 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.36% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 169 - color contains mainly: red. Hex color #A9323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9323D is #56CDC2. Grayscale: #565656. Windows color (decimal): -5688771 or 4010665. OLE color: 4010665.
HSL color Cylindrical-coordinate representation of color #A9323D: hue angle of 354.45º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A9323D is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 50 | 61 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.34 |
| HSL | 354.45º | 0.54% | 0.43% | - |
| HSV(B) | 354.45º | 0.7% | 0.66% | - |
| XYZ | 18.35 | 11.05 | 5.58 | - |
| YUV | 86.84 | 113.42 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 61 | 0 | 0.70 | 0.64 | 0.34 | 354.45 | 0.54 | 0.43 |
| Hex | A9 | 32 | 3D | 0 | 46 | 40 | 22 | 162 | 36 | 2B |
| Octal | 251 | 62 | 75 | 0 | 106 | 100 | 42 | 542 | 66 | 53 |
| Binary | 10101001 | 110010 | 111101 | 0 | 1000110 | 1000000 | 100010 | 101100010 | 110110 | 101011 |
Color Harmonies of #A9323D
Complementary color
Monochromatic Colors of #A9323D
Black with #A9323D
Text Example
Text Example
White with #A9323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9323D; }
p { color: rgb(169,50,61); }
H1.HeaderClassName
{
color: #A9323D;
}
.AnyTagClassName
{
color: #A9323D;
}
</style>
background-color css
<style>
a { background-color: #A9323D; }
a { background-color: rgb(169,50,61); }
div.DivClassName
{
background-color: #A9323D;
}
.BgClassName
{
background-color: #A9323D;
}
</style>
border-color css
<style>
span { border-color: #A9323D; }
span { border-color: rgb(169,50,61); }
td.TdClassName
{
border-color: #A9323D;
}
.TagClassName
{
border-color: #A9323D;
}
</style>