Shades of Guardsman Red #A92829
Tints of Guardsman Red #A92829
RGB
CMYK
RGB Variations
Color information
#A92829 (or 0xA92829) is known color: Guardsman Red. HEX triplet: A9, 28 and 29. RGB value is (169,40,41). Sum of RGB (Red+Green+Blue) = 169+40+41=250 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.6% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 169 - color contains mainly: red. Hex color #A92829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92829 is #56D7D6. Grayscale: #4E4E4E. Windows color (decimal): -5691351 or 2697385. OLE color: 2697385.
HSL color Cylindrical-coordinate representation of color #A92829: hue angle of 359.53º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A92829 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 40 | 41 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.34 |
| HSL | 359.53º | 0.62% | 0.41% | - |
| HSV(B) | 359.53º | 0.76% | 0.66% | - |
| XYZ | 17.52 | 10.11 | 3.13 | - |
| YUV | 78.69 | 106.74 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 40 | 41 | 0 | 0.76 | 0.76 | 0.34 | 359.53 | 0.62 | 0.41 |
| Hex | A9 | 28 | 29 | 0 | 4C | 4C | 22 | 168 | 3E | 29 |
| Octal | 251 | 50 | 51 | 0 | 114 | 114 | 42 | 550 | 76 | 51 |
| Binary | 10101001 | 101000 | 101001 | 0 | 1001100 | 1001100 | 100010 | 101101000 | 111110 | 101001 |
Color Harmonies of #A92829
Complementary color
Monochromatic Colors of #A92829
Black with #A92829
Text Example
Text Example
White with #A92829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92829; }
p { color: rgb(169,40,41); }
H1.HeaderClassName
{
color: #A92829;
}
.AnyTagClassName
{
color: #A92829;
}
</style>
background-color css
<style>
a { background-color: #A92829; }
a { background-color: rgb(169,40,41); }
div.DivClassName
{
background-color: #A92829;
}
.BgClassName
{
background-color: #A92829;
}
</style>
border-color css
<style>
span { border-color: #A92829; }
span { border-color: rgb(169,40,41); }
td.TdClassName
{
border-color: #A92829;
}
.TagClassName
{
border-color: #A92829;
}
</style>