Shades of Guardsman Red #A1292A
Tints of Guardsman Red #A1292A
RGB
CMYK
RGB Variations
Color information
#A1292A (or 0xA1292A) is known color: Guardsman Red. HEX triplet: A1, 29 and 2A. RGB value is (161,41,42). Sum of RGB (Red+Green+Blue) = 161+41+42=244 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.98% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 161 - color contains mainly: red. Hex color #A1292A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1292A is #5ED6D5. Grayscale: #4D4D4D. Windows color (decimal): -6215382 or 2763169. OLE color: 2763169.
HSL color Cylindrical-coordinate representation of color #A1292A: hue angle of 359.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1292A is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 42 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.37 |
| HSL | 359.5º | 0.59% | 0.4% | - |
| HSV(B) | 359.5º | 0.75% | 0.63% | - |
| XYZ | 15.91 | 9.33 | 3.15 | - |
| YUV | 76.99 | 108.26 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 42 | 0 | 0.75 | 0.74 | 0.37 | 359.5 | 0.59 | 0.4 |
| Hex | A1 | 29 | 2A | 0 | 4B | 4A | 25 | 168 | 3B | 28 |
| Octal | 241 | 51 | 52 | 0 | 113 | 112 | 45 | 550 | 73 | 50 |
| Binary | 10100001 | 101001 | 101010 | 0 | 1001011 | 1001010 | 100101 | 101101000 | 111011 | 101000 |
Color Harmonies of #A1292A
Complementary color
Monochromatic Colors of #A1292A
Black with #A1292A
Text Example
Text Example
White with #A1292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1292A; }
p { color: rgb(161,41,42); }
H1.HeaderClassName
{
color: #A1292A;
}
.AnyTagClassName
{
color: #A1292A;
}
</style>
background-color css
<style>
a { background-color: #A1292A; }
a { background-color: rgb(161,41,42); }
div.DivClassName
{
background-color: #A1292A;
}
.BgClassName
{
background-color: #A1292A;
}
</style>
border-color css
<style>
span { border-color: #A1292A; }
span { border-color: rgb(161,41,42); }
td.TdClassName
{
border-color: #A1292A;
}
.TagClassName
{
border-color: #A1292A;
}
</style>