Shades of Guardsman Red #A92835
Tints of Guardsman Red #A92835
RGB
CMYK
RGB Variations
Color information
#A92835 (or 0xA92835) is known color: Guardsman Red. HEX triplet: A9, 28 and 35. RGB value is (169,40,53). Sum of RGB (Red+Green+Blue) = 169+40+53=262 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.50% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 169 - color contains mainly: red. Hex color #A92835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92835 is #56D7CA. Grayscale: #505050. Windows color (decimal): -5691339 or 3483817. OLE color: 3483817.
HSL color Cylindrical-coordinate representation of color #A92835: hue angle of 353.95º 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 #A92835 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 40 | 53 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.34 |
| HSL | 353.95º | 0.62% | 0.41% | - |
| HSV(B) | 353.95º | 0.76% | 0.66% | - |
| XYZ | 17.76 | 10.21 | 4.4 | - |
| YUV | 80.05 | 112.74 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 40 | 53 | 0 | 0.76 | 0.69 | 0.34 | 353.95 | 0.62 | 0.41 |
| Hex | A9 | 28 | 35 | 0 | 4C | 45 | 22 | 162 | 3E | 29 |
| Octal | 251 | 50 | 65 | 0 | 114 | 105 | 42 | 542 | 76 | 51 |
| Binary | 10101001 | 101000 | 110101 | 0 | 1001100 | 1000101 | 100010 | 101100010 | 111110 | 101001 |
Color Harmonies of #A92835
Complementary color
Monochromatic Colors of #A92835
Black with #A92835
Text Example
Text Example
White with #A92835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92835; }
p { color: rgb(169,40,53); }
H1.HeaderClassName
{
color: #A92835;
}
.AnyTagClassName
{
color: #A92835;
}
</style>
background-color css
<style>
a { background-color: #A92835; }
a { background-color: rgb(169,40,53); }
div.DivClassName
{
background-color: #A92835;
}
.BgClassName
{
background-color: #A92835;
}
</style>
border-color css
<style>
span { border-color: #A92835; }
span { border-color: rgb(169,40,53); }
td.TdClassName
{
border-color: #A92835;
}
.TagClassName
{
border-color: #A92835;
}
</style>