Shades of Lipstick #A3184A
Tints of Lipstick #A3184A
RGB
CMYK
RGB Variations
Color information
#A3184A (or 0xA3184A) is known color: Lipstick. HEX triplet: A3, 18 and 4A. RGB value is (163,24,74). Sum of RGB (Red+Green+Blue) = 163+24+74=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A3184A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3184A is #5CE7B5. Grayscale: #474747. Windows color (decimal): -6088630 or 4855971. OLE color: 4855971.
HSL color Cylindrical-coordinate representation of color #A3184A: hue angle of 338.42º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A3184A is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 24 | 74 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.36 |
| HSL | 338.42º | 0.74% | 0.37% | - |
| HSV(B) | 338.42º | 0.85% | 0.64% | - |
| XYZ | 16.67 | 8.93 | 7.32 | - |
| YUV | 71.26 | 129.55 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 74 | 0 | 0.85 | 0.55 | 0.36 | 338.42 | 0.74 | 0.37 |
| Hex | A3 | 18 | 4A | 0 | 55 | 37 | 24 | 152 | 4A | 25 |
| Octal | 243 | 30 | 112 | 0 | 125 | 67 | 44 | 522 | 112 | 45 |
| Binary | 10100011 | 11000 | 1001010 | 0 | 1010101 | 110111 | 100100 | 101010010 | 1001010 | 100101 |
Color Harmonies of #A3184A
Complementary color
Monochromatic Colors of #A3184A
Black with #A3184A
Text Example
Text Example
White with #A3184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3184A; }
p { color: rgb(163,24,74); }
H1.HeaderClassName
{
color: #A3184A;
}
.AnyTagClassName
{
color: #A3184A;
}
</style>
background-color css
<style>
a { background-color: #A3184A; }
a { background-color: rgb(163,24,74); }
div.DivClassName
{
background-color: #A3184A;
}
.BgClassName
{
background-color: #A3184A;
}
</style>
border-color css
<style>
span { border-color: #A3184A; }
span { border-color: rgb(163,24,74); }
td.TdClassName
{
border-color: #A3184A;
}
.TagClassName
{
border-color: #A3184A;
}
</style>