Shades of Lipstick #A42B4B
Tints of Lipstick #A42B4B
RGB
CMYK
RGB Variations
Color information
#A42B4B (or 0xA42B4B) is known color: Lipstick. HEX triplet: A4, 2B and 4B. RGB value is (164,43,75). Sum of RGB (Red+Green+Blue) = 164+43+75=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42B4B is #5BD4B4. Grayscale: #525252. Windows color (decimal): -6018229 or 4926372. OLE color: 4926372.
HSL color Cylindrical-coordinate representation of color #A42B4B: hue angle of 344.13º 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 #A42B4B is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 43 | 75 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.36 |
| HSL | 344.13º | 0.58% | 0.41% | - |
| HSV(B) | 344.13º | 0.74% | 0.64% | - |
| XYZ | 17.44 | 10.13 | 7.69 | - |
| YUV | 82.83 | 123.59 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 75 | 0 | 0.74 | 0.54 | 0.36 | 344.13 | 0.58 | 0.41 |
| Hex | A4 | 2B | 4B | 0 | 4A | 36 | 24 | 158 | 3A | 29 |
| Octal | 244 | 53 | 113 | 0 | 112 | 66 | 44 | 530 | 72 | 51 |
| Binary | 10100100 | 101011 | 1001011 | 0 | 1001010 | 110110 | 100100 | 101011000 | 111010 | 101001 |
Color Harmonies of #A42B4B
Complementary color
Monochromatic Colors of #A42B4B
Black with #A42B4B
Text Example
Text Example
White with #A42B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42B4B; }
p { color: rgb(164,43,75); }
H1.HeaderClassName
{
color: #A42B4B;
}
.AnyTagClassName
{
color: #A42B4B;
}
</style>
background-color css
<style>
a { background-color: #A42B4B; }
a { background-color: rgb(164,43,75); }
div.DivClassName
{
background-color: #A42B4B;
}
.BgClassName
{
background-color: #A42B4B;
}
</style>
border-color css
<style>
span { border-color: #A42B4B; }
span { border-color: rgb(164,43,75); }
td.TdClassName
{
border-color: #A42B4B;
}
.TagClassName
{
border-color: #A42B4B;
}
</style>