Shades of Lipstick #A3184D
Tints of Lipstick #A3184D
RGB
CMYK
RGB Variations
Color information
#A3184D (or 0xA3184D) is known color: Lipstick. HEX triplet: A3, 18 and 4D. RGB value is (163,24,77). Sum of RGB (Red+Green+Blue) = 163+24+77=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A3184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3184D is #5CE7B2. Grayscale: #474747. Windows color (decimal): -6088627 or 5052579. OLE color: 5052579.
HSL color Cylindrical-coordinate representation of color #A3184D: hue angle of 337.12º 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 #A3184D is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 24 | 77 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.36 |
| HSL | 337.12º | 0.74% | 0.37% | - |
| HSV(B) | 337.12º | 0.85% | 0.64% | - |
| XYZ | 16.77 | 8.98 | 7.87 | - |
| YUV | 71.6 | 131.05 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 77 | 0 | 0.85 | 0.53 | 0.36 | 337.12 | 0.74 | 0.37 |
| Hex | A3 | 18 | 4D | 0 | 55 | 35 | 24 | 151 | 4A | 25 |
| Octal | 243 | 30 | 115 | 0 | 125 | 65 | 44 | 521 | 112 | 45 |
| Binary | 10100011 | 11000 | 1001101 | 0 | 1010101 | 110101 | 100100 | 101010001 | 1001010 | 100101 |
Color Harmonies of #A3184D
Complementary color
Monochromatic Colors of #A3184D
Black with #A3184D
Text Example
Text Example
White with #A3184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3184D; }
p { color: rgb(163,24,77); }
H1.HeaderClassName
{
color: #A3184D;
}
.AnyTagClassName
{
color: #A3184D;
}
</style>
background-color css
<style>
a { background-color: #A3184D; }
a { background-color: rgb(163,24,77); }
div.DivClassName
{
background-color: #A3184D;
}
.BgClassName
{
background-color: #A3184D;
}
</style>
border-color css
<style>
span { border-color: #A3184D; }
span { border-color: rgb(163,24,77); }
td.TdClassName
{
border-color: #A3184D;
}
.TagClassName
{
border-color: #A3184D;
}
</style>