Shades of Lipstick #A42B4C
Tints of Lipstick #A42B4C
RGB
CMYK
RGB Variations
Color information
#A42B4C (or 0xA42B4C) is known color: Lipstick. HEX triplet: A4, 2B and 4C. RGB value is (164,43,76). Sum of RGB (Red+Green+Blue) = 164+43+76=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42B4C is #5BD4B3. Grayscale: #525252. Windows color (decimal): -6018228 or 4991908. OLE color: 4991908.
HSL color Cylindrical-coordinate representation of color #A42B4C: hue angle of 343.64º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42B4C is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 43 | 76 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.36 |
| HSL | 343.64º | 0.58% | 0.41% | - |
| HSV(B) | 343.64º | 0.74% | 0.64% | - |
| XYZ | 17.48 | 10.14 | 7.87 | - |
| YUV | 82.94 | 124.09 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 76 | 0 | 0.74 | 0.54 | 0.36 | 343.64 | 0.58 | 0.41 |
| Hex | A4 | 2B | 4C | 0 | 4A | 36 | 24 | 158 | 3A | 29 |
| Octal | 244 | 53 | 114 | 0 | 112 | 66 | 44 | 530 | 72 | 51 |
| Binary | 10100100 | 101011 | 1001100 | 0 | 1001010 | 110110 | 100100 | 101011000 | 111010 | 101001 |
Color Harmonies of #A42B4C
Complementary color
Monochromatic Colors of #A42B4C
Black with #A42B4C
Text Example
Text Example
White with #A42B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42B4C; }
p { color: rgb(164,43,76); }
H1.HeaderClassName
{
color: #A42B4C;
}
.AnyTagClassName
{
color: #A42B4C;
}
</style>
background-color css
<style>
a { background-color: #A42B4C; }
a { background-color: rgb(164,43,76); }
div.DivClassName
{
background-color: #A42B4C;
}
.BgClassName
{
background-color: #A42B4C;
}
</style>
border-color css
<style>
span { border-color: #A42B4C; }
span { border-color: rgb(164,43,76); }
td.TdClassName
{
border-color: #A42B4C;
}
.TagClassName
{
border-color: #A42B4C;
}
</style>