Shades of Guardsman Red #A6292B
Tints of Guardsman Red #A6292B
RGB
CMYK
RGB Variations
Color information
#A6292B (or 0xA6292B) is known color: Guardsman Red. HEX triplet: A6, 29 and 2B. RGB value is (166,41,43). Sum of RGB (Red+Green+Blue) = 166+41+43=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A6292B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6292B is #59D6D4. Grayscale: #4E4E4E. Windows color (decimal): -5887701 or 2828710. OLE color: 2828710.
HSL color Cylindrical-coordinate representation of color #A6292B: hue angle of 359.04º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6292B is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 41 | 43 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.35 |
| HSL | 359.04º | 0.6% | 0.41% | - |
| HSV(B) | 359.04º | 0.75% | 0.65% | - |
| XYZ | 16.95 | 9.87 | 3.3 | - |
| YUV | 78.6 | 107.91 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 43 | 0 | 0.75 | 0.74 | 0.35 | 359.04 | 0.6 | 0.41 |
| Hex | A6 | 29 | 2B | 0 | 4B | 4A | 23 | 167 | 3C | 29 |
| Octal | 246 | 51 | 53 | 0 | 113 | 112 | 43 | 547 | 74 | 51 |
| Binary | 10100110 | 101001 | 101011 | 0 | 1001011 | 1001010 | 100011 | 101100111 | 111100 | 101001 |
Color Harmonies of #A6292B
Complementary color
Monochromatic Colors of #A6292B
Black with #A6292B
Text Example
Text Example
White with #A6292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6292B; }
p { color: rgb(166,41,43); }
H1.HeaderClassName
{
color: #A6292B;
}
.AnyTagClassName
{
color: #A6292B;
}
</style>
background-color css
<style>
a { background-color: #A6292B; }
a { background-color: rgb(166,41,43); }
div.DivClassName
{
background-color: #A6292B;
}
.BgClassName
{
background-color: #A6292B;
}
</style>
border-color css
<style>
span { border-color: #A6292B; }
span { border-color: rgb(166,41,43); }
td.TdClassName
{
border-color: #A6292B;
}
.TagClassName
{
border-color: #A6292B;
}
</style>