Shades of Guardsman Red #A92637
Tints of Guardsman Red #A92637
RGB
CMYK
RGB Variations
Color information
#A92637 (or 0xA92637) is known color: Guardsman Red. HEX triplet: A9, 26 and 37. RGB value is (169,38,55). Sum of RGB (Red+Green+Blue) = 169+38+55=262 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.50% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 169 - color contains mainly: red. Hex color #A92637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92637 is #56D9C8. Grayscale: #4F4F4F. Windows color (decimal): -5691849 or 3614377. OLE color: 3614377.
HSL color Cylindrical-coordinate representation of color #A92637: hue angle of 352.21º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A92637 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 38 | 55 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.34 |
| HSL | 352.21º | 0.63% | 0.41% | - |
| HSV(B) | 352.21º | 0.78% | 0.66% | - |
| XYZ | 17.74 | 10.1 | 4.63 | - |
| YUV | 79.11 | 114.4 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 38 | 55 | 0 | 0.78 | 0.67 | 0.34 | 352.21 | 0.63 | 0.41 |
| Hex | A9 | 26 | 37 | 0 | 4E | 43 | 22 | 160 | 3F | 29 |
| Octal | 251 | 46 | 67 | 0 | 116 | 103 | 42 | 540 | 77 | 51 |
| Binary | 10101001 | 100110 | 110111 | 0 | 1001110 | 1000011 | 100010 | 101100000 | 111111 | 101001 |
Color Harmonies of #A92637
Complementary color
Monochromatic Colors of #A92637
Black with #A92637
Text Example
Text Example
White with #A92637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92637; }
p { color: rgb(169,38,55); }
H1.HeaderClassName
{
color: #A92637;
}
.AnyTagClassName
{
color: #A92637;
}
</style>
background-color css
<style>
a { background-color: #A92637; }
a { background-color: rgb(169,38,55); }
div.DivClassName
{
background-color: #A92637;
}
.BgClassName
{
background-color: #A92637;
}
</style>
border-color css
<style>
span { border-color: #A92637; }
span { border-color: rgb(169,38,55); }
td.TdClassName
{
border-color: #A92637;
}
.TagClassName
{
border-color: #A92637;
}
</style>