Shades of Lipstick #A01243
Tints of Lipstick #A01243
RGB
CMYK
RGB Variations
Color information
#A01243 (or 0xA01243) is known color: Lipstick. HEX triplet: A0, 12 and 43. RGB value is (160,18,67). Sum of RGB (Red+Green+Blue) = 160+18+67=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A01243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01243 is #5FEDBC. Grayscale: #414141. Windows color (decimal): -6286781 or 4395680. OLE color: 4395680.
HSL color Cylindrical-coordinate representation of color #A01243: hue angle of 339.3º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01243 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 18 | 67 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.37 |
| HSL | 339.3º | 0.8% | 0.35% | - |
| HSV(B) | 339.3º | 0.89% | 0.63% | - |
| XYZ | 15.73 | 8.31 | 6.09 | - |
| YUV | 66.04 | 128.54 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 67 | 0 | 0.89 | 0.58 | 0.37 | 339.3 | 0.8 | 0.35 |
| Hex | A0 | 12 | 43 | 0 | 59 | 3A | 25 | 153 | 50 | 23 |
| Octal | 240 | 22 | 103 | 0 | 131 | 72 | 45 | 523 | 120 | 43 |
| Binary | 10100000 | 10010 | 1000011 | 0 | 1011001 | 111010 | 100101 | 101010011 | 1010000 | 100011 |
Color Harmonies of #A01243
Complementary color
Monochromatic Colors of #A01243
Black with #A01243
Text Example
Text Example
White with #A01243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01243; }
p { color: rgb(160,18,67); }
H1.HeaderClassName
{
color: #A01243;
}
.AnyTagClassName
{
color: #A01243;
}
</style>
background-color css
<style>
a { background-color: #A01243; }
a { background-color: rgb(160,18,67); }
div.DivClassName
{
background-color: #A01243;
}
.BgClassName
{
background-color: #A01243;
}
</style>
border-color css
<style>
span { border-color: #A01243; }
span { border-color: rgb(160,18,67); }
td.TdClassName
{
border-color: #A01243;
}
.TagClassName
{
border-color: #A01243;
}
</style>