Shades of Bright Red #A6162C
Tints of Bright Red #A6162C
RGB
CMYK
RGB Variations
Color information
#A6162C (or 0xA6162C) is known color: Bright Red. HEX triplet: A6, 16 and 2C. RGB value is (166,22,44). Sum of RGB (Red+Green+Blue) = 166+22+44=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A6162C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6162C is #59E9D3. Grayscale: #434343. Windows color (decimal): -5892564 or 2889382. OLE color: 2889382.
HSL color Cylindrical-coordinate representation of color #A6162C: hue angle of 350.83º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6162C is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 22 | 44 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.35 |
| HSL | 350.83º | 0.77% | 0.37% | - |
| HSV(B) | 350.83º | 0.87% | 0.65% | - |
| XYZ | 16.47 | 8.86 | 3.23 | - |
| YUV | 67.56 | 114.71 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 44 | 0 | 0.87 | 0.73 | 0.35 | 350.83 | 0.77 | 0.37 |
| Hex | A6 | 16 | 2C | 0 | 57 | 49 | 23 | 15F | 4D | 25 |
| Octal | 246 | 26 | 54 | 0 | 127 | 111 | 43 | 537 | 115 | 45 |
| Binary | 10100110 | 10110 | 101100 | 0 | 1010111 | 1001001 | 100011 | 101011111 | 1001101 | 100101 |
Color Harmonies of #A6162C
Complementary color
Monochromatic Colors of #A6162C
Black with #A6162C
Text Example
Text Example
White with #A6162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6162C; }
p { color: rgb(166,22,44); }
H1.HeaderClassName
{
color: #A6162C;
}
.AnyTagClassName
{
color: #A6162C;
}
</style>
background-color css
<style>
a { background-color: #A6162C; }
a { background-color: rgb(166,22,44); }
div.DivClassName
{
background-color: #A6162C;
}
.BgClassName
{
background-color: #A6162C;
}
</style>
border-color css
<style>
span { border-color: #A6162C; }
span { border-color: rgb(166,22,44); }
td.TdClassName
{
border-color: #A6162C;
}
.TagClassName
{
border-color: #A6162C;
}
</style>