Shades of Lipstick #A01445
Tints of Lipstick #A01445
RGB
CMYK
RGB Variations
Color information
#A01445 (or 0xA01445) is known color: Lipstick. HEX triplet: A0, 14 and 45. RGB value is (160,20,69). Sum of RGB (Red+Green+Blue) = 160+20+69=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A01445 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01445 is #5FEBBA. Grayscale: #434343. Windows color (decimal): -6286267 or 4527264. OLE color: 4527264.
HSL color Cylindrical-coordinate representation of color #A01445: hue angle of 339º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01445 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 20 | 69 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.37 |
| HSL | 339º | 0.78% | 0.35% | - |
| HSV(B) | 339º | 0.88% | 0.63% | - |
| XYZ | 15.82 | 8.4 | 6.42 | - |
| YUV | 67.45 | 128.88 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 69 | 0 | 0.88 | 0.57 | 0.37 | 339 | 0.78 | 0.35 |
| Hex | A0 | 14 | 45 | 0 | 58 | 39 | 25 | 153 | 4E | 23 |
| Octal | 240 | 24 | 105 | 0 | 130 | 71 | 45 | 523 | 116 | 43 |
| Binary | 10100000 | 10100 | 1000101 | 0 | 1011000 | 111001 | 100101 | 101010011 | 1001110 | 100011 |
Color Harmonies of #A01445
Complementary color
Monochromatic Colors of #A01445
Black with #A01445
Text Example
Text Example
White with #A01445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01445; }
p { color: rgb(160,20,69); }
H1.HeaderClassName
{
color: #A01445;
}
.AnyTagClassName
{
color: #A01445;
}
</style>
background-color css
<style>
a { background-color: #A01445; }
a { background-color: rgb(160,20,69); }
div.DivClassName
{
background-color: #A01445;
}
.BgClassName
{
background-color: #A01445;
}
</style>
border-color css
<style>
span { border-color: #A01445; }
span { border-color: rgb(160,20,69); }
td.TdClassName
{
border-color: #A01445;
}
.TagClassName
{
border-color: #A01445;
}
</style>