Shades of Bright Red #A6182A
Tints of Bright Red #A6182A
RGB
CMYK
RGB Variations
Color information
#A6182A (or 0xA6182A) is known color: Bright Red. HEX triplet: A6, 18 and 2A. RGB value is (166,24,42). Sum of RGB (Red+Green+Blue) = 166+24+42=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A6182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6182A is #59E7D5. Grayscale: #444444. Windows color (decimal): -5892054 or 2758822. OLE color: 2758822.
HSL color Cylindrical-coordinate representation of color #A6182A: hue angle of 352.39º degrees, saturation: 0.75, 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 #A6182A is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 24 | 42 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.35 |
| HSL | 352.39º | 0.75% | 0.37% | - |
| HSV(B) | 352.39º | 0.86% | 0.65% | - |
| XYZ | 16.47 | 8.93 | 3.05 | - |
| YUV | 68.51 | 113.04 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 42 | 0 | 0.86 | 0.75 | 0.35 | 352.39 | 0.75 | 0.37 |
| Hex | A6 | 18 | 2A | 0 | 56 | 4B | 23 | 160 | 4B | 25 |
| Octal | 246 | 30 | 52 | 0 | 126 | 113 | 43 | 540 | 113 | 45 |
| Binary | 10100110 | 11000 | 101010 | 0 | 1010110 | 1001011 | 100011 | 101100000 | 1001011 | 100101 |
Color Harmonies of #A6182A
Complementary color
Monochromatic Colors of #A6182A
Black with #A6182A
Text Example
Text Example
White with #A6182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6182A; }
p { color: rgb(166,24,42); }
H1.HeaderClassName
{
color: #A6182A;
}
.AnyTagClassName
{
color: #A6182A;
}
</style>
background-color css
<style>
a { background-color: #A6182A; }
a { background-color: rgb(166,24,42); }
div.DivClassName
{
background-color: #A6182A;
}
.BgClassName
{
background-color: #A6182A;
}
</style>
border-color css
<style>
span { border-color: #A6182A; }
span { border-color: rgb(166,24,42); }
td.TdClassName
{
border-color: #A6182A;
}
.TagClassName
{
border-color: #A6182A;
}
</style>