Shades of Guardsman Red #A93237
Tints of Guardsman Red #A93237
RGB
CMYK
RGB Variations
Color information
#A93237 (or 0xA93237) is known color: Guardsman Red. HEX triplet: A9, 32 and 37. RGB value is (169,50,55). Sum of RGB (Red+Green+Blue) = 169+50+55=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A93237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93237 is #56CDC8. Grayscale: #565656. Windows color (decimal): -5688777 or 3617449. OLE color: 3617449.
HSL color Cylindrical-coordinate representation of color #A93237: hue angle of 357.48º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93237 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 50 | 55 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.34 |
| HSL | 357.48º | 0.54% | 0.43% | - |
| HSV(B) | 357.48º | 0.7% | 0.66% | - |
| XYZ | 18.19 | 10.99 | 4.78 | - |
| YUV | 86.15 | 110.42 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 55 | 0 | 0.70 | 0.67 | 0.34 | 357.48 | 0.54 | 0.43 |
| Hex | A9 | 32 | 37 | 0 | 46 | 43 | 22 | 165 | 36 | 2B |
| Octal | 251 | 62 | 67 | 0 | 106 | 103 | 42 | 545 | 66 | 53 |
| Binary | 10101001 | 110010 | 110111 | 0 | 1000110 | 1000011 | 100010 | 101100101 | 110110 | 101011 |
Color Harmonies of #A93237
Complementary color
Monochromatic Colors of #A93237
Black with #A93237
Text Example
Text Example
White with #A93237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93237; }
p { color: rgb(169,50,55); }
H1.HeaderClassName
{
color: #A93237;
}
.AnyTagClassName
{
color: #A93237;
}
</style>
background-color css
<style>
a { background-color: #A93237; }
a { background-color: rgb(169,50,55); }
div.DivClassName
{
background-color: #A93237;
}
.BgClassName
{
background-color: #A93237;
}
</style>
border-color css
<style>
span { border-color: #A93237; }
span { border-color: rgb(169,50,55); }
td.TdClassName
{
border-color: #A93237;
}
.TagClassName
{
border-color: #A93237;
}
</style>