Shades of Guardsman Red #A92933
Tints of Guardsman Red #A92933
RGB
CMYK
RGB Variations
Color information
#A92933 (or 0xA92933) is known color: Guardsman Red. HEX triplet: A9, 29 and 33. RGB value is (169,41,51). Sum of RGB (Red+Green+Blue) = 169+41+51=261 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.75% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 169 - color contains mainly: red. Hex color #A92933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92933 is #56D6CC. Grayscale: #505050. Windows color (decimal): -5691085 or 3353001. OLE color: 3353001.
HSL color Cylindrical-coordinate representation of color #A92933: hue angle of 355.31º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A92933 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 41 | 51 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.34 |
| HSL | 355.31º | 0.61% | 0.41% | - |
| HSV(B) | 355.31º | 0.76% | 0.66% | - |
| XYZ | 17.75 | 10.26 | 4.18 | - |
| YUV | 80.41 | 111.41 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 41 | 51 | 0 | 0.76 | 0.70 | 0.34 | 355.31 | 0.61 | 0.41 |
| Hex | A9 | 29 | 33 | 0 | 4C | 46 | 22 | 163 | 3D | 29 |
| Octal | 251 | 51 | 63 | 0 | 114 | 106 | 42 | 543 | 75 | 51 |
| Binary | 10101001 | 101001 | 110011 | 0 | 1001100 | 1000110 | 100010 | 101100011 | 111101 | 101001 |
Color Harmonies of #A92933
Complementary color
Monochromatic Colors of #A92933
Black with #A92933
Text Example
Text Example
White with #A92933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92933; }
p { color: rgb(169,41,51); }
H1.HeaderClassName
{
color: #A92933;
}
.AnyTagClassName
{
color: #A92933;
}
</style>
background-color css
<style>
a { background-color: #A92933; }
a { background-color: rgb(169,41,51); }
div.DivClassName
{
background-color: #A92933;
}
.BgClassName
{
background-color: #A92933;
}
</style>
border-color css
<style>
span { border-color: #A92933; }
span { border-color: rgb(169,41,51); }
td.TdClassName
{
border-color: #A92933;
}
.TagClassName
{
border-color: #A92933;
}
</style>