Shades of Guardsman Red #A92A32
Tints of Guardsman Red #A92A32
RGB
CMYK
RGB Variations
Color information
#A92A32 (or 0xA92A32) is known color: Guardsman Red. HEX triplet: A9, 2A and 32. RGB value is (169,42,50). Sum of RGB (Red+Green+Blue) = 169+42+50=261 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.75% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92A32 is #56D5CD. Grayscale: #505050. Windows color (decimal): -5690830 or 3287721. OLE color: 3287721.
HSL color Cylindrical-coordinate representation of color #A92A32: hue angle of 356.22º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92A32 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 42 | 50 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.34 |
| HSL | 356.22º | 0.6% | 0.41% | - |
| HSV(B) | 356.22º | 0.75% | 0.66% | - |
| XYZ | 17.77 | 10.32 | 4.07 | - |
| YUV | 80.89 | 110.58 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 50 | 0 | 0.75 | 0.70 | 0.34 | 356.22 | 0.6 | 0.41 |
| Hex | A9 | 2A | 32 | 0 | 4B | 46 | 22 | 164 | 3C | 29 |
| Octal | 251 | 52 | 62 | 0 | 113 | 106 | 42 | 544 | 74 | 51 |
| Binary | 10101001 | 101010 | 110010 | 0 | 1001011 | 1000110 | 100010 | 101100100 | 111100 | 101001 |
Color Harmonies of #A92A32
Complementary color
Monochromatic Colors of #A92A32
Black with #A92A32
Text Example
Text Example
White with #A92A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92A32; }
p { color: rgb(169,42,50); }
H1.HeaderClassName
{
color: #A92A32;
}
.AnyTagClassName
{
color: #A92A32;
}
</style>
background-color css
<style>
a { background-color: #A92A32; }
a { background-color: rgb(169,42,50); }
div.DivClassName
{
background-color: #A92A32;
}
.BgClassName
{
background-color: #A92A32;
}
</style>
border-color css
<style>
span { border-color: #A92A32; }
span { border-color: rgb(169,42,50); }
td.TdClassName
{
border-color: #A92A32;
}
.TagClassName
{
border-color: #A92A32;
}
</style>