Shades of Guardsman Red #A92736
Tints of Guardsman Red #A92736
RGB
CMYK
RGB Variations
Color information
#A92736 (or 0xA92736) is known color: Guardsman Red. HEX triplet: A9, 27 and 36. RGB value is (169,39,54). Sum of RGB (Red+Green+Blue) = 169+39+54=262 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.50% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 169 - color contains mainly: red. Hex color #A92736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92736 is #56D8C9. Grayscale: #4F4F4F. Windows color (decimal): -5691594 or 3549097. OLE color: 3549097.
HSL color Cylindrical-coordinate representation of color #A92736: hue angle of 353.08º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A92736 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 39 | 54 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.34 |
| HSL | 353.08º | 0.63% | 0.41% | - |
| HSV(B) | 353.08º | 0.77% | 0.66% | - |
| XYZ | 17.75 | 10.15 | 4.51 | - |
| YUV | 79.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 39 | 54 | 0 | 0.77 | 0.68 | 0.34 | 353.08 | 0.63 | 0.41 |
| Hex | A9 | 27 | 36 | 0 | 4D | 44 | 22 | 161 | 3E | 29 |
| Octal | 251 | 47 | 66 | 0 | 115 | 104 | 42 | 541 | 76 | 51 |
| Binary | 10101001 | 100111 | 110110 | 0 | 1001101 | 1000100 | 100010 | 101100001 | 111110 | 101001 |
Color Harmonies of #A92736
Complementary color
Monochromatic Colors of #A92736
Black with #A92736
Text Example
Text Example
White with #A92736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92736; }
p { color: rgb(169,39,54); }
H1.HeaderClassName
{
color: #A92736;
}
.AnyTagClassName
{
color: #A92736;
}
</style>
background-color css
<style>
a { background-color: #A92736; }
a { background-color: rgb(169,39,54); }
div.DivClassName
{
background-color: #A92736;
}
.BgClassName
{
background-color: #A92736;
}
</style>
border-color css
<style>
span { border-color: #A92736; }
span { border-color: rgb(169,39,54); }
td.TdClassName
{
border-color: #A92736;
}
.TagClassName
{
border-color: #A92736;
}
</style>