Shades of Bright Red #A6192A
Tints of Bright Red #A6192A
RGB
CMYK
RGB Variations
Color information
#A6192A (or 0xA6192A) is known color: Bright Red. HEX triplet: A6, 19 and 2A. RGB value is (166,25,42). Sum of RGB (Red+Green+Blue) = 166+25+42=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A6192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6192A is #59E6D5. Grayscale: #454545. Windows color (decimal): -5891798 or 2759078. OLE color: 2759078.
HSL color Cylindrical-coordinate representation of color #A6192A: hue angle of 352.77º 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 #A6192A is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 25 | 42 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.35 |
| HSL | 352.77º | 0.74% | 0.37% | - |
| HSV(B) | 352.77º | 0.85% | 0.65% | - |
| XYZ | 16.49 | 8.97 | 3.05 | - |
| YUV | 69.1 | 112.71 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 42 | 0 | 0.85 | 0.75 | 0.35 | 352.77 | 0.74 | 0.37 |
| Hex | A6 | 19 | 2A | 0 | 55 | 4B | 23 | 161 | 4A | 25 |
| Octal | 246 | 31 | 52 | 0 | 125 | 113 | 43 | 541 | 112 | 45 |
| Binary | 10100110 | 11001 | 101010 | 0 | 1010101 | 1001011 | 100011 | 101100001 | 1001010 | 100101 |
Color Harmonies of #A6192A
Complementary color
Monochromatic Colors of #A6192A
Black with #A6192A
Text Example
Text Example
White with #A6192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6192A; }
p { color: rgb(166,25,42); }
H1.HeaderClassName
{
color: #A6192A;
}
.AnyTagClassName
{
color: #A6192A;
}
</style>
background-color css
<style>
a { background-color: #A6192A; }
a { background-color: rgb(166,25,42); }
div.DivClassName
{
background-color: #A6192A;
}
.BgClassName
{
background-color: #A6192A;
}
</style>
border-color css
<style>
span { border-color: #A6192A; }
span { border-color: rgb(166,25,42); }
td.TdClassName
{
border-color: #A6192A;
}
.TagClassName
{
border-color: #A6192A;
}
</style>