Shades of Guardsman Red #A92537
Tints of Guardsman Red #A92537
RGB
CMYK
RGB Variations
Color information
#A92537 (or 0xA92537) is known color: Guardsman Red. HEX triplet: A9, 25 and 37. RGB value is (169,37,55). Sum of RGB (Red+Green+Blue) = 169+37+55=261 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.75% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 169 - color contains mainly: red. Hex color #A92537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92537 is #56DAC8. Grayscale: #4E4E4E. Windows color (decimal): -5692105 or 3614121. OLE color: 3614121.
HSL color Cylindrical-coordinate representation of color #A92537: hue angle of 351.82º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A92537 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 37 | 55 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.34 |
| HSL | 351.82º | 0.64% | 0.4% | - |
| HSV(B) | 351.82º | 0.78% | 0.66% | - |
| XYZ | 17.71 | 10.03 | 4.62 | - |
| YUV | 78.52 | 114.73 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 55 | 0 | 0.78 | 0.67 | 0.34 | 351.82 | 0.64 | 0.4 |
| Hex | A9 | 25 | 37 | 0 | 4E | 43 | 22 | 160 | 40 | 28 |
| Octal | 251 | 45 | 67 | 0 | 116 | 103 | 42 | 540 | 100 | 50 |
| Binary | 10101001 | 100101 | 110111 | 0 | 1001110 | 1000011 | 100010 | 101100000 | 1000000 | 101000 |
Color Harmonies of #A92537
Complementary color
Monochromatic Colors of #A92537
Black with #A92537
Text Example
Text Example
White with #A92537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92537; }
p { color: rgb(169,37,55); }
H1.HeaderClassName
{
color: #A92537;
}
.AnyTagClassName
{
color: #A92537;
}
</style>
background-color css
<style>
a { background-color: #A92537; }
a { background-color: rgb(169,37,55); }
div.DivClassName
{
background-color: #A92537;
}
.BgClassName
{
background-color: #A92537;
}
</style>
border-color css
<style>
span { border-color: #A92537; }
span { border-color: rgb(169,37,55); }
td.TdClassName
{
border-color: #A92537;
}
.TagClassName
{
border-color: #A92537;
}
</style>