Shades of Guardsman Red #A92E3C
Tints of Guardsman Red #A92E3C
RGB
CMYK
RGB Variations
Color information
#A92E3C (or 0xA92E3C) is known color: Guardsman Red. HEX triplet: A9, 2E and 3C. RGB value is (169,46,60). Sum of RGB (Red+Green+Blue) = 169+46+60=275 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.45% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 169 - color contains mainly: red. Hex color #A92E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92E3C is #56D1C3. Grayscale: #545454. Windows color (decimal): -5689796 or 3944105. OLE color: 3944105.
HSL color Cylindrical-coordinate representation of color #A92E3C: hue angle of 353.17º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A92E3C is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 46 | 60 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.34 |
| HSL | 353.17º | 0.57% | 0.42% | - |
| HSV(B) | 353.17º | 0.73% | 0.66% | - |
| XYZ | 18.15 | 10.72 | 5.39 | - |
| YUV | 84.37 | 114.25 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 46 | 60 | 0 | 0.73 | 0.64 | 0.34 | 353.17 | 0.57 | 0.42 |
| Hex | A9 | 2E | 3C | 0 | 49 | 40 | 22 | 161 | 39 | 2A |
| Octal | 251 | 56 | 74 | 0 | 111 | 100 | 42 | 541 | 71 | 52 |
| Binary | 10101001 | 101110 | 111100 | 0 | 1001001 | 1000000 | 100010 | 101100001 | 111001 | 101010 |
Color Harmonies of #A92E3C
Complementary color
Monochromatic Colors of #A92E3C
Black with #A92E3C
Text Example
Text Example
White with #A92E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92E3C; }
p { color: rgb(169,46,60); }
H1.HeaderClassName
{
color: #A92E3C;
}
.AnyTagClassName
{
color: #A92E3C;
}
</style>
background-color css
<style>
a { background-color: #A92E3C; }
a { background-color: rgb(169,46,60); }
div.DivClassName
{
background-color: #A92E3C;
}
.BgClassName
{
background-color: #A92E3C;
}
</style>
border-color css
<style>
span { border-color: #A92E3C; }
span { border-color: rgb(169,46,60); }
td.TdClassName
{
border-color: #A92E3C;
}
.TagClassName
{
border-color: #A92E3C;
}
</style>