Shades of Lipstick #A12045
Tints of Lipstick #A12045
RGB
CMYK
RGB Variations
Color information
#A12045 (or 0xA12045) is known color: Lipstick. HEX triplet: A1, 20 and 45. RGB value is (161,32,69). Sum of RGB (Red+Green+Blue) = 161+32+69=262 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.45% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 161 - color contains mainly: red. Hex color #A12045 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12045 is #5EDFBA. Grayscale: #4A4A4A. Windows color (decimal): -6217659 or 4530337. OLE color: 4530337.
HSL color Cylindrical-coordinate representation of color #A12045: hue angle of 342.79º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12045 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 69 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.37 |
| HSL | 342.79º | 0.67% | 0.38% | - |
| HSV(B) | 342.79º | 0.8% | 0.63% | - |
| XYZ | 16.29 | 9.04 | 6.52 | - |
| YUV | 74.79 | 124.74 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 69 | 0 | 0.80 | 0.57 | 0.37 | 342.79 | 0.67 | 0.38 |
| Hex | A1 | 20 | 45 | 0 | 50 | 39 | 25 | 157 | 43 | 26 |
| Octal | 241 | 40 | 105 | 0 | 120 | 71 | 45 | 527 | 103 | 46 |
| Binary | 10100001 | 100000 | 1000101 | 0 | 1010000 | 111001 | 100101 | 101010111 | 1000011 | 100110 |
Color Harmonies of #A12045
Complementary color
Monochromatic Colors of #A12045
Black with #A12045
Text Example
Text Example
White with #A12045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12045; }
p { color: rgb(161,32,69); }
H1.HeaderClassName
{
color: #A12045;
}
.AnyTagClassName
{
color: #A12045;
}
</style>
background-color css
<style>
a { background-color: #A12045; }
a { background-color: rgb(161,32,69); }
div.DivClassName
{
background-color: #A12045;
}
.BgClassName
{
background-color: #A12045;
}
</style>
border-color css
<style>
span { border-color: #A12045; }
span { border-color: rgb(161,32,69); }
td.TdClassName
{
border-color: #A12045;
}
.TagClassName
{
border-color: #A12045;
}
</style>