Shades of Bright Red #A6192C
Tints of Bright Red #A6192C
RGB
CMYK
RGB Variations
Color information
#A6192C (or 0xA6192C) is known color: Bright Red. HEX triplet: A6, 19 and 2C. RGB value is (166,25,44). Sum of RGB (Red+Green+Blue) = 166+25+44=235 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.64% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 166 - color contains mainly: red. Hex color #A6192C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6192C is #59E6D3. Grayscale: #454545. Windows color (decimal): -5891796 or 2890150. OLE color: 2890150.
HSL color Cylindrical-coordinate representation of color #A6192C: hue angle of 351.91º 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 #A6192C is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 25 | 44 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.35 |
| HSL | 351.91º | 0.74% | 0.37% | - |
| HSV(B) | 351.91º | 0.85% | 0.65% | - |
| XYZ | 16.53 | 8.98 | 3.25 | - |
| YUV | 69.33 | 113.71 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 44 | 0 | 0.85 | 0.73 | 0.35 | 351.91 | 0.74 | 0.37 |
| Hex | A6 | 19 | 2C | 0 | 55 | 49 | 23 | 160 | 4A | 25 |
| Octal | 246 | 31 | 54 | 0 | 125 | 111 | 43 | 540 | 112 | 45 |
| Binary | 10100110 | 11001 | 101100 | 0 | 1010101 | 1001001 | 100011 | 101100000 | 1001010 | 100101 |
Color Harmonies of #A6192C
Complementary color
Monochromatic Colors of #A6192C
Black with #A6192C
Text Example
Text Example
White with #A6192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6192C; }
p { color: rgb(166,25,44); }
H1.HeaderClassName
{
color: #A6192C;
}
.AnyTagClassName
{
color: #A6192C;
}
</style>
background-color css
<style>
a { background-color: #A6192C; }
a { background-color: rgb(166,25,44); }
div.DivClassName
{
background-color: #A6192C;
}
.BgClassName
{
background-color: #A6192C;
}
</style>
border-color css
<style>
span { border-color: #A6192C; }
span { border-color: rgb(166,25,44); }
td.TdClassName
{
border-color: #A6192C;
}
.TagClassName
{
border-color: #A6192C;
}
</style>