Shades of Lipstick #A0244D
Tints of Lipstick #A0244D
RGB
CMYK
RGB Variations
Color information
#A0244D (or 0xA0244D) is known color: Lipstick. HEX triplet: A0, 24 and 4D. RGB value is (160,36,77). Sum of RGB (Red+Green+Blue) = 160+36+77=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A0244D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0244D is #5FDBB2. Grayscale: #4D4D4D. Windows color (decimal): -6282163 or 5055648. OLE color: 5055648.
HSL color Cylindrical-coordinate representation of color #A0244D: hue angle of 340.16º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0244D is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 77 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.37 |
| HSL | 340.16º | 0.63% | 0.38% | - |
| HSV(B) | 340.16º | 0.78% | 0.63% | - |
| XYZ | 16.47 | 9.27 | 7.94 | - |
| YUV | 77.75 | 127.58 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 77 | 0 | 0.78 | 0.52 | 0.37 | 340.16 | 0.63 | 0.38 |
| Hex | A0 | 24 | 4D | 0 | 4E | 34 | 25 | 154 | 3F | 26 |
| Octal | 240 | 44 | 115 | 0 | 116 | 64 | 45 | 524 | 77 | 46 |
| Binary | 10100000 | 100100 | 1001101 | 0 | 1001110 | 110100 | 100101 | 101010100 | 111111 | 100110 |
Color Harmonies of #A0244D
Complementary color
Monochromatic Colors of #A0244D
Black with #A0244D
Text Example
Text Example
White with #A0244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0244D; }
p { color: rgb(160,36,77); }
H1.HeaderClassName
{
color: #A0244D;
}
.AnyTagClassName
{
color: #A0244D;
}
</style>
background-color css
<style>
a { background-color: #A0244D; }
a { background-color: rgb(160,36,77); }
div.DivClassName
{
background-color: #A0244D;
}
.BgClassName
{
background-color: #A0244D;
}
</style>
border-color css
<style>
span { border-color: #A0244D; }
span { border-color: rgb(160,36,77); }
td.TdClassName
{
border-color: #A0244D;
}
.TagClassName
{
border-color: #A0244D;
}
</style>