Shades of Guardsman Red #A9232E
Tints of Guardsman Red #A9232E
RGB
CMYK
RGB Variations
Color information
#A9232E (or 0xA9232E) is known color: Guardsman Red. HEX triplet: A9, 23 and 2E. RGB value is (169,35,46). Sum of RGB (Red+Green+Blue) = 169+35+46=250 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.6% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 169 - color contains mainly: red. Hex color #A9232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9232E is #56DCD1. Grayscale: #4C4C4C. Windows color (decimal): -5692626 or 3023785. OLE color: 3023785.
HSL color Cylindrical-coordinate representation of color #A9232E: hue angle of 355.07º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A9232E is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 35 | 46 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.34 |
| HSL | 355.07º | 0.66% | 0.4% | - |
| HSV(B) | 355.07º | 0.79% | 0.66% | - |
| XYZ | 17.46 | 9.83 | 3.56 | - |
| YUV | 76.32 | 110.89 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 35 | 46 | 0 | 0.79 | 0.73 | 0.34 | 355.07 | 0.66 | 0.4 |
| Hex | A9 | 23 | 2E | 0 | 4F | 49 | 22 | 163 | 42 | 28 |
| Octal | 251 | 43 | 56 | 0 | 117 | 111 | 42 | 543 | 102 | 50 |
| Binary | 10101001 | 100011 | 101110 | 0 | 1001111 | 1001001 | 100010 | 101100011 | 1000010 | 101000 |
Color Harmonies of #A9232E
Complementary color
Monochromatic Colors of #A9232E
Black with #A9232E
Text Example
Text Example
White with #A9232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9232E; }
p { color: rgb(169,35,46); }
H1.HeaderClassName
{
color: #A9232E;
}
.AnyTagClassName
{
color: #A9232E;
}
</style>
background-color css
<style>
a { background-color: #A9232E; }
a { background-color: rgb(169,35,46); }
div.DivClassName
{
background-color: #A9232E;
}
.BgClassName
{
background-color: #A9232E;
}
</style>
border-color css
<style>
span { border-color: #A9232E; }
span { border-color: rgb(169,35,46); }
td.TdClassName
{
border-color: #A9232E;
}
.TagClassName
{
border-color: #A9232E;
}
</style>