Shades of Lipstick #A8244C
Tints of Lipstick #A8244C
RGB
CMYK
RGB Variations
Color information
#A8244C (or 0xA8244C) is known color: Lipstick. HEX triplet: A8, 24 and 4C. RGB value is (168,36,76). Sum of RGB (Red+Green+Blue) = 168+36+76=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A8244C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8244C is #57DBB3. Grayscale: #505050. Windows color (decimal): -5757876 or 4990120. OLE color: 4990120.
HSL color Cylindrical-coordinate representation of color #A8244C: hue angle of 341.82º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8244C is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 76 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.34 |
| HSL | 341.82º | 0.65% | 0.4% | - |
| HSV(B) | 341.82º | 0.79% | 0.66% | - |
| XYZ | 18.08 | 10.11 | 7.84 | - |
| YUV | 80.03 | 125.73 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 76 | 0 | 0.79 | 0.55 | 0.34 | 341.82 | 0.65 | 0.4 |
| Hex | A8 | 24 | 4C | 0 | 4F | 37 | 22 | 156 | 41 | 28 |
| Octal | 250 | 44 | 114 | 0 | 117 | 67 | 42 | 526 | 101 | 50 |
| Binary | 10101000 | 100100 | 1001100 | 0 | 1001111 | 110111 | 100010 | 101010110 | 1000001 | 101000 |
Color Harmonies of #A8244C
Complementary color
Monochromatic Colors of #A8244C
Black with #A8244C
Text Example
Text Example
White with #A8244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8244C; }
p { color: rgb(168,36,76); }
H1.HeaderClassName
{
color: #A8244C;
}
.AnyTagClassName
{
color: #A8244C;
}
</style>
background-color css
<style>
a { background-color: #A8244C; }
a { background-color: rgb(168,36,76); }
div.DivClassName
{
background-color: #A8244C;
}
.BgClassName
{
background-color: #A8244C;
}
</style>
border-color css
<style>
span { border-color: #A8244C; }
span { border-color: rgb(168,36,76); }
td.TdClassName
{
border-color: #A8244C;
}
.TagClassName
{
border-color: #A8244C;
}
</style>