Shades of Guardsman Red #A92C32
Tints of Guardsman Red #A92C32
RGB
CMYK
RGB Variations
Color information
#A92C32 (or 0xA92C32) is known color: Guardsman Red. HEX triplet: A9, 2C and 32. RGB value is (169,44,50). Sum of RGB (Red+Green+Blue) = 169+44+50=263 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.26% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92C32 is #56D3CD. Grayscale: #525252. Windows color (decimal): -5690318 or 3288233. OLE color: 3288233.
HSL color Cylindrical-coordinate representation of color #A92C32: hue angle of 357.12º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A92C32 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 50 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.34 |
| HSL | 357.12º | 0.59% | 0.42% | - |
| HSV(B) | 357.12º | 0.74% | 0.66% | - |
| XYZ | 17.84 | 10.47 | 4.1 | - |
| YUV | 82.06 | 109.91 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 50 | 0 | 0.74 | 0.70 | 0.34 | 357.12 | 0.59 | 0.42 |
| Hex | A9 | 2C | 32 | 0 | 4A | 46 | 22 | 165 | 3B | 2A |
| Octal | 251 | 54 | 62 | 0 | 112 | 106 | 42 | 545 | 73 | 52 |
| Binary | 10101001 | 101100 | 110010 | 0 | 1001010 | 1000110 | 100010 | 101100101 | 111011 | 101010 |
Color Harmonies of #A92C32
Complementary color
Monochromatic Colors of #A92C32
Black with #A92C32
Text Example
Text Example
White with #A92C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C32; }
p { color: rgb(169,44,50); }
H1.HeaderClassName
{
color: #A92C32;
}
.AnyTagClassName
{
color: #A92C32;
}
</style>
background-color css
<style>
a { background-color: #A92C32; }
a { background-color: rgb(169,44,50); }
div.DivClassName
{
background-color: #A92C32;
}
.BgClassName
{
background-color: #A92C32;
}
</style>
border-color css
<style>
span { border-color: #A92C32; }
span { border-color: rgb(169,44,50); }
td.TdClassName
{
border-color: #A92C32;
}
.TagClassName
{
border-color: #A92C32;
}
</style>