Shades of Guardsman Red #A92D3A
Tints of Guardsman Red #A92D3A
RGB
CMYK
RGB Variations
Color information
#A92D3A (or 0xA92D3A) is known color: Guardsman Red. HEX triplet: A9, 2D and 3A. RGB value is (169,45,58). Sum of RGB (Red+Green+Blue) = 169+45+58=272 (36% of max value = 765). Red value is 169 (66.41% from 255 or 62.13% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92D3A is #56D2C5. Grayscale: #535353. Windows color (decimal): -5690054 or 3812777. OLE color: 3812777.
HSL color Cylindrical-coordinate representation of color #A92D3A: hue angle of 353.71º degrees, saturation: 0.58, 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 #A92D3A is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 45 | 58 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.34 |
| HSL | 353.71º | 0.58% | 0.42% | - |
| HSV(B) | 353.71º | 0.73% | 0.66% | - |
| XYZ | 18.06 | 10.62 | 5.1 | - |
| YUV | 83.56 | 113.58 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 58 | 0 | 0.73 | 0.66 | 0.34 | 353.71 | 0.58 | 0.42 |
| Hex | A9 | 2D | 3A | 0 | 49 | 42 | 22 | 162 | 3A | 2A |
| Octal | 251 | 55 | 72 | 0 | 111 | 102 | 42 | 542 | 72 | 52 |
| Binary | 10101001 | 101101 | 111010 | 0 | 1001001 | 1000010 | 100010 | 101100010 | 111010 | 101010 |
Color Harmonies of #A92D3A
Complementary color
Monochromatic Colors of #A92D3A
Black with #A92D3A
Text Example
Text Example
White with #A92D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92D3A; }
p { color: rgb(169,45,58); }
H1.HeaderClassName
{
color: #A92D3A;
}
.AnyTagClassName
{
color: #A92D3A;
}
</style>
background-color css
<style>
a { background-color: #A92D3A; }
a { background-color: rgb(169,45,58); }
div.DivClassName
{
background-color: #A92D3A;
}
.BgClassName
{
background-color: #A92D3A;
}
</style>
border-color css
<style>
span { border-color: #A92D3A; }
span { border-color: rgb(169,45,58); }
td.TdClassName
{
border-color: #A92D3A;
}
.TagClassName
{
border-color: #A92D3A;
}
</style>