Shades of Bright Red #A6172D
Tints of Bright Red #A6172D
RGB
CMYK
RGB Variations
Color information
#A6172D (or 0xA6172D) is known color: Bright Red. HEX triplet: A6, 17 and 2D. RGB value is (166,23,45). Sum of RGB (Red+Green+Blue) = 166+23+45=234 (30% of max value = 765). Red value is 166 (65.23% from 255 or 70.94% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 166 - color contains mainly: red. Hex color #A6172D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6172D is #59E8D2. Grayscale: #444444. Windows color (decimal): -5892307 or 2955174. OLE color: 2955174.
HSL color Cylindrical-coordinate representation of color #A6172D: hue angle of 350.77º 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 #A6172D is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 23 | 45 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.35 |
| HSL | 350.77º | 0.76% | 0.37% | - |
| HSV(B) | 350.77º | 0.86% | 0.65% | - |
| XYZ | 16.51 | 8.91 | 3.33 | - |
| YUV | 68.27 | 114.88 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 23 | 45 | 0 | 0.86 | 0.73 | 0.35 | 350.77 | 0.76 | 0.37 |
| Hex | A6 | 17 | 2D | 0 | 56 | 49 | 23 | 15F | 4C | 25 |
| Octal | 246 | 27 | 55 | 0 | 126 | 111 | 43 | 537 | 114 | 45 |
| Binary | 10100110 | 10111 | 101101 | 0 | 1010110 | 1001001 | 100011 | 101011111 | 1001100 | 100101 |
Color Harmonies of #A6172D
Complementary color
Monochromatic Colors of #A6172D
Black with #A6172D
Text Example
Text Example
White with #A6172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6172D; }
p { color: rgb(166,23,45); }
H1.HeaderClassName
{
color: #A6172D;
}
.AnyTagClassName
{
color: #A6172D;
}
</style>
background-color css
<style>
a { background-color: #A6172D; }
a { background-color: rgb(166,23,45); }
div.DivClassName
{
background-color: #A6172D;
}
.BgClassName
{
background-color: #A6172D;
}
</style>
border-color css
<style>
span { border-color: #A6172D; }
span { border-color: rgb(166,23,45); }
td.TdClassName
{
border-color: #A6172D;
}
.TagClassName
{
border-color: #A6172D;
}
</style>