Shades of Guardsman Red #A9333E
Tints of Guardsman Red #A9333E
RGB
CMYK
RGB Variations
Color information
#A9333E (or 0xA9333E) is known color: Guardsman Red. HEX triplet: A9, 33 and 3E. RGB value is (169,51,62). Sum of RGB (Red+Green+Blue) = 169+51+62=282 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.93% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 169 - color contains mainly: red. Hex color #A9333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9333E is #56CCC1. Grayscale: #575757. Windows color (decimal): -5688514 or 4076457. OLE color: 4076457.
HSL color Cylindrical-coordinate representation of color #A9333E: hue angle of 354.41º 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 #A9333E is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 51 | 62 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.34 |
| HSL | 354.41º | 0.54% | 0.43% | - |
| HSV(B) | 354.41º | 0.7% | 0.66% | - |
| XYZ | 18.42 | 11.15 | 5.74 | - |
| YUV | 87.54 | 113.59 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 51 | 62 | 0 | 0.70 | 0.63 | 0.34 | 354.41 | 0.54 | 0.43 |
| Hex | A9 | 33 | 3E | 0 | 46 | 3F | 22 | 162 | 36 | 2B |
| Octal | 251 | 63 | 76 | 0 | 106 | 77 | 42 | 542 | 66 | 53 |
| Binary | 10101001 | 110011 | 111110 | 0 | 1000110 | 111111 | 100010 | 101100010 | 110110 | 101011 |
Color Harmonies of #A9333E
Complementary color
Monochromatic Colors of #A9333E
Black with #A9333E
Text Example
Text Example
White with #A9333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9333E; }
p { color: rgb(169,51,62); }
H1.HeaderClassName
{
color: #A9333E;
}
.AnyTagClassName
{
color: #A9333E;
}
</style>
background-color css
<style>
a { background-color: #A9333E; }
a { background-color: rgb(169,51,62); }
div.DivClassName
{
background-color: #A9333E;
}
.BgClassName
{
background-color: #A9333E;
}
</style>
border-color css
<style>
span { border-color: #A9333E; }
span { border-color: rgb(169,51,62); }
td.TdClassName
{
border-color: #A9333E;
}
.TagClassName
{
border-color: #A9333E;
}
</style>