Shades of Lipstick #A6294B
Tints of Lipstick #A6294B
RGB
CMYK
RGB Variations
Color information
#A6294B (or 0xA6294B) is known color: Lipstick. HEX triplet: A6, 29 and 4B. RGB value is (166,41,75). Sum of RGB (Red+Green+Blue) = 166+41+75=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A6294B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6294B is #59D6B4. Grayscale: #525252. Windows color (decimal): -5887669 or 4925862. OLE color: 4925862.
HSL color Cylindrical-coordinate representation of color #A6294B: hue angle of 343.68º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6294B is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 41 | 75 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.35 |
| HSL | 343.68º | 0.6% | 0.41% | - |
| HSV(B) | 343.68º | 0.75% | 0.65% | - |
| XYZ | 17.79 | 10.2 | 7.69 | - |
| YUV | 82.25 | 123.91 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 75 | 0 | 0.75 | 0.55 | 0.35 | 343.68 | 0.6 | 0.41 |
| Hex | A6 | 29 | 4B | 0 | 4B | 37 | 23 | 158 | 3C | 29 |
| Octal | 246 | 51 | 113 | 0 | 113 | 67 | 43 | 530 | 74 | 51 |
| Binary | 10100110 | 101001 | 1001011 | 0 | 1001011 | 110111 | 100011 | 101011000 | 111100 | 101001 |
Color Harmonies of #A6294B
Complementary color
Monochromatic Colors of #A6294B
Black with #A6294B
Text Example
Text Example
White with #A6294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6294B; }
p { color: rgb(166,41,75); }
H1.HeaderClassName
{
color: #A6294B;
}
.AnyTagClassName
{
color: #A6294B;
}
</style>
background-color css
<style>
a { background-color: #A6294B; }
a { background-color: rgb(166,41,75); }
div.DivClassName
{
background-color: #A6294B;
}
.BgClassName
{
background-color: #A6294B;
}
</style>
border-color css
<style>
span { border-color: #A6294B; }
span { border-color: rgb(166,41,75); }
td.TdClassName
{
border-color: #A6294B;
}
.TagClassName
{
border-color: #A6294B;
}
</style>