Shades of Bright Red #A6191F
Tints of Bright Red #A6191F
RGB
CMYK
RGB Variations
Color information
#A6191F (or 0xA6191F) is known color: Bright Red. HEX triplet: A6, 19 and 1F. RGB value is (166,25,31). Sum of RGB (Red+Green+Blue) = 166+25+31=222 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.77% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 166 - color contains mainly: red. Hex color #A6191F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6191F is #59E6E0. Grayscale: #434343. Windows color (decimal): -5891809 or 2038182. OLE color: 2038182.
HSL color Cylindrical-coordinate representation of color #A6191F: hue angle of 357.45º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A6191F is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 25 | 31 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.35 |
| HSL | 357.45º | 0.74% | 0.37% | - |
| HSV(B) | 357.45º | 0.85% | 0.65% | - |
| XYZ | 16.32 | 8.9 | 2.15 | - |
| YUV | 67.84 | 107.21 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 31 | 0 | 0.85 | 0.81 | 0.35 | 357.45 | 0.74 | 0.37 |
| Hex | A6 | 19 | 1F | 0 | 55 | 51 | 23 | 165 | 4A | 25 |
| Octal | 246 | 31 | 37 | 0 | 125 | 121 | 43 | 545 | 112 | 45 |
| Binary | 10100110 | 11001 | 11111 | 0 | 1010101 | 1010001 | 100011 | 101100101 | 1001010 | 100101 |
Color Harmonies of #A6191F
Complementary color
Monochromatic Colors of #A6191F
Black with #A6191F
Text Example
Text Example
White with #A6191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6191F; }
p { color: rgb(166,25,31); }
H1.HeaderClassName
{
color: #A6191F;
}
.AnyTagClassName
{
color: #A6191F;
}
</style>
background-color css
<style>
a { background-color: #A6191F; }
a { background-color: rgb(166,25,31); }
div.DivClassName
{
background-color: #A6191F;
}
.BgClassName
{
background-color: #A6191F;
}
</style>
border-color css
<style>
span { border-color: #A6191F; }
span { border-color: rgb(166,25,31); }
td.TdClassName
{
border-color: #A6191F;
}
.TagClassName
{
border-color: #A6191F;
}
</style>