Shades of Bright Red #A6172C
Tints of Bright Red #A6172C
RGB
CMYK
RGB Variations
Color information
#A6172C (or 0xA6172C) is known color: Bright Red. HEX triplet: A6, 17 and 2C. RGB value is (166,23,44). Sum of RGB (Red+Green+Blue) = 166+23+44=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A6172C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6172C is #59E8D3. Grayscale: #444444. Windows color (decimal): -5892308 or 2889638. OLE color: 2889638.
HSL color Cylindrical-coordinate representation of color #A6172C: hue angle of 351.19º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6172C is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 23 | 44 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.35 |
| HSL | 351.19º | 0.76% | 0.37% | - |
| HSV(B) | 351.19º | 0.86% | 0.65% | - |
| XYZ | 16.49 | 8.9 | 3.23 | - |
| YUV | 68.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 23 | 44 | 0 | 0.86 | 0.73 | 0.35 | 351.19 | 0.76 | 0.37 |
| Hex | A6 | 17 | 2C | 0 | 56 | 49 | 23 | 15F | 4C | 25 |
| Octal | 246 | 27 | 54 | 0 | 126 | 111 | 43 | 537 | 114 | 45 |
| Binary | 10100110 | 10111 | 101100 | 0 | 1010110 | 1001001 | 100011 | 101011111 | 1001100 | 100101 |
Color Harmonies of #A6172C
Complementary color
Monochromatic Colors of #A6172C
Black with #A6172C
Text Example
Text Example
White with #A6172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6172C; }
p { color: rgb(166,23,44); }
H1.HeaderClassName
{
color: #A6172C;
}
.AnyTagClassName
{
color: #A6172C;
}
</style>
background-color css
<style>
a { background-color: #A6172C; }
a { background-color: rgb(166,23,44); }
div.DivClassName
{
background-color: #A6172C;
}
.BgClassName
{
background-color: #A6172C;
}
</style>
border-color css
<style>
span { border-color: #A6172C; }
span { border-color: rgb(166,23,44); }
td.TdClassName
{
border-color: #A6172C;
}
.TagClassName
{
border-color: #A6172C;
}
</style>