Shades of Lipstick #A6234B
Tints of Lipstick #A6234B
RGB
CMYK
RGB Variations
Color information
#A6234B (or 0xA6234B) is known color: Lipstick. HEX triplet: A6, 23 and 4B. RGB value is (166,35,75). Sum of RGB (Red+Green+Blue) = 166+35+75=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A6234B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6234B is #59DCB4. Grayscale: #4E4E4E. Windows color (decimal): -5889205 or 4924326. OLE color: 4924326.
HSL color Cylindrical-coordinate representation of color #A6234B: hue angle of 341.68º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A6234B is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 35 | 75 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.35 |
| HSL | 341.68º | 0.65% | 0.39% | - |
| HSV(B) | 341.68º | 0.79% | 0.65% | - |
| XYZ | 17.6 | 9.82 | 7.62 | - |
| YUV | 78.73 | 125.9 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 75 | 0 | 0.79 | 0.55 | 0.35 | 341.68 | 0.65 | 0.39 |
| Hex | A6 | 23 | 4B | 0 | 4F | 37 | 23 | 156 | 41 | 27 |
| Octal | 246 | 43 | 113 | 0 | 117 | 67 | 43 | 526 | 101 | 47 |
| Binary | 10100110 | 100011 | 1001011 | 0 | 1001111 | 110111 | 100011 | 101010110 | 1000001 | 100111 |
Color Harmonies of #A6234B
Complementary color
Monochromatic Colors of #A6234B
Black with #A6234B
Text Example
Text Example
White with #A6234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6234B; }
p { color: rgb(166,35,75); }
H1.HeaderClassName
{
color: #A6234B;
}
.AnyTagClassName
{
color: #A6234B;
}
</style>
background-color css
<style>
a { background-color: #A6234B; }
a { background-color: rgb(166,35,75); }
div.DivClassName
{
background-color: #A6234B;
}
.BgClassName
{
background-color: #A6234B;
}
</style>
border-color css
<style>
span { border-color: #A6234B; }
span { border-color: rgb(166,35,75); }
td.TdClassName
{
border-color: #A6234B;
}
.TagClassName
{
border-color: #A6234B;
}
</style>