Shades of Lipstick #A3244C
Tints of Lipstick #A3244C
RGB
CMYK
RGB Variations
Color information
#A3244C (or 0xA3244C) is known color: Lipstick. HEX triplet: A3, 24 and 4C. RGB value is (163,36,76). Sum of RGB (Red+Green+Blue) = 163+36+76=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A3244C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3244C is #5CDBB3. Grayscale: #4E4E4E. Windows color (decimal): -6085556 or 4990115. OLE color: 4990115.
HSL color Cylindrical-coordinate representation of color #A3244C: hue angle of 341.1º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A3244C is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 36 | 76 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.36 |
| HSL | 341.1º | 0.64% | 0.39% | - |
| HSV(B) | 341.1º | 0.78% | 0.64% | - |
| XYZ | 17.04 | 9.57 | 7.79 | - |
| YUV | 78.53 | 126.58 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 76 | 0 | 0.78 | 0.53 | 0.36 | 341.1 | 0.64 | 0.39 |
| Hex | A3 | 24 | 4C | 0 | 4E | 35 | 24 | 155 | 40 | 27 |
| Octal | 243 | 44 | 114 | 0 | 116 | 65 | 44 | 525 | 100 | 47 |
| Binary | 10100011 | 100100 | 1001100 | 0 | 1001110 | 110101 | 100100 | 101010101 | 1000000 | 100111 |
Color Harmonies of #A3244C
Complementary color
Monochromatic Colors of #A3244C
Black with #A3244C
Text Example
Text Example
White with #A3244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3244C; }
p { color: rgb(163,36,76); }
H1.HeaderClassName
{
color: #A3244C;
}
.AnyTagClassName
{
color: #A3244C;
}
</style>
background-color css
<style>
a { background-color: #A3244C; }
a { background-color: rgb(163,36,76); }
div.DivClassName
{
background-color: #A3244C;
}
.BgClassName
{
background-color: #A3244C;
}
</style>
border-color css
<style>
span { border-color: #A3244C; }
span { border-color: rgb(163,36,76); }
td.TdClassName
{
border-color: #A3244C;
}
.TagClassName
{
border-color: #A3244C;
}
</style>