Shades of Lipstick #A0184C
Tints of Lipstick #A0184C
RGB
CMYK
RGB Variations
Color information
#A0184C (or 0xA0184C) is known color: Lipstick. HEX triplet: A0, 18 and 4C. RGB value is (160,24,76). Sum of RGB (Red+Green+Blue) = 160+24+76=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A0184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0184C is #5FE7B3. Grayscale: #464646. Windows color (decimal): -6285236 or 4987040. OLE color: 4987040.
HSL color Cylindrical-coordinate representation of color #A0184C: hue angle of 337.06º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0184C is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 24 | 76 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.37 |
| HSL | 337.06º | 0.74% | 0.36% | - |
| HSV(B) | 337.06º | 0.85% | 0.63% | - |
| XYZ | 16.13 | 8.65 | 7.66 | - |
| YUV | 70.59 | 131.06 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 76 | 0 | 0.85 | 0.52 | 0.37 | 337.06 | 0.74 | 0.36 |
| Hex | A0 | 18 | 4C | 0 | 55 | 34 | 25 | 151 | 4A | 24 |
| Octal | 240 | 30 | 114 | 0 | 125 | 64 | 45 | 521 | 112 | 44 |
| Binary | 10100000 | 11000 | 1001100 | 0 | 1010101 | 110100 | 100101 | 101010001 | 1001010 | 100100 |
Color Harmonies of #A0184C
Complementary color
Monochromatic Colors of #A0184C
Black with #A0184C
Text Example
Text Example
White with #A0184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0184C; }
p { color: rgb(160,24,76); }
H1.HeaderClassName
{
color: #A0184C;
}
.AnyTagClassName
{
color: #A0184C;
}
</style>
background-color css
<style>
a { background-color: #A0184C; }
a { background-color: rgb(160,24,76); }
div.DivClassName
{
background-color: #A0184C;
}
.BgClassName
{
background-color: #A0184C;
}
</style>
border-color css
<style>
span { border-color: #A0184C; }
span { border-color: rgb(160,24,76); }
td.TdClassName
{
border-color: #A0184C;
}
.TagClassName
{
border-color: #A0184C;
}
</style>