Shades of Lipstick #A32B4B
Tints of Lipstick #A32B4B
RGB
CMYK
RGB Variations
Color information
#A32B4B (or 0xA32B4B) is known color: Lipstick. HEX triplet: A3, 2B and 4B. RGB value is (163,43,75). Sum of RGB (Red+Green+Blue) = 163+43+75=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32B4B is #5CD4B4. Grayscale: #525252. Windows color (decimal): -6083765 or 4926371. OLE color: 4926371.
HSL color Cylindrical-coordinate representation of color #A32B4B: hue angle of 344º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32B4B is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 43 | 75 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.36 |
| HSL | 344º | 0.58% | 0.4% | - |
| HSV(B) | 344º | 0.74% | 0.64% | - |
| XYZ | 17.24 | 10.02 | 7.68 | - |
| YUV | 82.53 | 123.76 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 75 | 0 | 0.74 | 0.54 | 0.36 | 344 | 0.58 | 0.4 |
| Hex | A3 | 2B | 4B | 0 | 4A | 36 | 24 | 158 | 3A | 28 |
| Octal | 243 | 53 | 113 | 0 | 112 | 66 | 44 | 530 | 72 | 50 |
| Binary | 10100011 | 101011 | 1001011 | 0 | 1001010 | 110110 | 100100 | 101011000 | 111010 | 101000 |
Color Harmonies of #A32B4B
Complementary color
Monochromatic Colors of #A32B4B
Black with #A32B4B
Text Example
Text Example
White with #A32B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32B4B; }
p { color: rgb(163,43,75); }
H1.HeaderClassName
{
color: #A32B4B;
}
.AnyTagClassName
{
color: #A32B4B;
}
</style>
background-color css
<style>
a { background-color: #A32B4B; }
a { background-color: rgb(163,43,75); }
div.DivClassName
{
background-color: #A32B4B;
}
.BgClassName
{
background-color: #A32B4B;
}
</style>
border-color css
<style>
span { border-color: #A32B4B; }
span { border-color: rgb(163,43,75); }
td.TdClassName
{
border-color: #A32B4B;
}
.TagClassName
{
border-color: #A32B4B;
}
</style>