Shades of Guardsman Red #A9323B
Tints of Guardsman Red #A9323B
RGB
CMYK
RGB Variations
Color information
#A9323B (or 0xA9323B) is known color: Guardsman Red. HEX triplet: A9, 32 and 3B. RGB value is (169,50,59). Sum of RGB (Red+Green+Blue) = 169+50+59=278 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.79% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 169 - color contains mainly: red. Hex color #A9323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9323B is #56CDC4. Grayscale: #565656. Windows color (decimal): -5688773 or 3879593. OLE color: 3879593.
HSL color Cylindrical-coordinate representation of color #A9323B: hue angle of 355.46º 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 #A9323B is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 50 | 59 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.34 |
| HSL | 355.46º | 0.54% | 0.43% | - |
| HSV(B) | 355.46º | 0.7% | 0.66% | - |
| XYZ | 18.29 | 11.03 | 5.3 | - |
| YUV | 86.61 | 112.42 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 59 | 0 | 0.70 | 0.65 | 0.34 | 355.46 | 0.54 | 0.43 |
| Hex | A9 | 32 | 3B | 0 | 46 | 41 | 22 | 163 | 36 | 2B |
| Octal | 251 | 62 | 73 | 0 | 106 | 101 | 42 | 543 | 66 | 53 |
| Binary | 10101001 | 110010 | 111011 | 0 | 1000110 | 1000001 | 100010 | 101100011 | 110110 | 101011 |
Color Harmonies of #A9323B
Complementary color
Monochromatic Colors of #A9323B
Black with #A9323B
Text Example
Text Example
White with #A9323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9323B; }
p { color: rgb(169,50,59); }
H1.HeaderClassName
{
color: #A9323B;
}
.AnyTagClassName
{
color: #A9323B;
}
</style>
background-color css
<style>
a { background-color: #A9323B; }
a { background-color: rgb(169,50,59); }
div.DivClassName
{
background-color: #A9323B;
}
.BgClassName
{
background-color: #A9323B;
}
</style>
border-color css
<style>
span { border-color: #A9323B; }
span { border-color: rgb(169,50,59); }
td.TdClassName
{
border-color: #A9323B;
}
.TagClassName
{
border-color: #A9323B;
}
</style>