Shades of Guardsman Red #A93136
Tints of Guardsman Red #A93136
RGB
CMYK
RGB Variations
Color information
#A93136 (or 0xA93136) is known color: Guardsman Red. HEX triplet: A9, 31 and 36. RGB value is (169,49,54). Sum of RGB (Red+Green+Blue) = 169+49+54=272 (36% of max value = 765). Red value is 169 (66.41% from 255 or 62.13% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 169 - color contains mainly: red. Hex color #A93136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93136 is #56CEC9. Grayscale: #555555. Windows color (decimal): -5689034 or 3551657. OLE color: 3551657.
HSL color Cylindrical-coordinate representation of color #A93136: hue angle of 357.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A93136 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 49 | 54 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.34 |
| HSL | 357.5º | 0.55% | 0.43% | - |
| HSV(B) | 357.5º | 0.71% | 0.66% | - |
| XYZ | 18.13 | 10.9 | 4.64 | - |
| YUV | 85.45 | 110.26 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 49 | 54 | 0 | 0.71 | 0.68 | 0.34 | 357.5 | 0.55 | 0.43 |
| Hex | A9 | 31 | 36 | 0 | 47 | 44 | 22 | 166 | 37 | 2B |
| Octal | 251 | 61 | 66 | 0 | 107 | 104 | 42 | 546 | 67 | 53 |
| Binary | 10101001 | 110001 | 110110 | 0 | 1000111 | 1000100 | 100010 | 101100110 | 110111 | 101011 |
Color Harmonies of #A93136
Complementary color
Monochromatic Colors of #A93136
Black with #A93136
Text Example
Text Example
White with #A93136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93136; }
p { color: rgb(169,49,54); }
H1.HeaderClassName
{
color: #A93136;
}
.AnyTagClassName
{
color: #A93136;
}
</style>
background-color css
<style>
a { background-color: #A93136; }
a { background-color: rgb(169,49,54); }
div.DivClassName
{
background-color: #A93136;
}
.BgClassName
{
background-color: #A93136;
}
</style>
border-color css
<style>
span { border-color: #A93136; }
span { border-color: rgb(169,49,54); }
td.TdClassName
{
border-color: #A93136;
}
.TagClassName
{
border-color: #A93136;
}
</style>