Shades of Lipstick #A02443
Tints of Lipstick #A02443
RGB
CMYK
RGB Variations
Color information
#A02443 (or 0xA02443) is known color: Lipstick. HEX triplet: A0, 24 and 43. RGB value is (160,36,67). Sum of RGB (Red+Green+Blue) = 160+36+67=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A02443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02443 is #5FDBBC. Grayscale: #4C4C4C. Windows color (decimal): -6282173 or 4400288. OLE color: 4400288.
HSL color Cylindrical-coordinate representation of color #A02443: hue angle of 345º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02443 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 67 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.37 |
| HSL | 345º | 0.63% | 0.38% | - |
| HSV(B) | 345º | 0.78% | 0.63% | - |
| XYZ | 16.14 | 9.14 | 6.22 | - |
| YUV | 76.61 | 122.58 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 67 | 0 | 0.78 | 0.58 | 0.37 | 345 | 0.63 | 0.38 |
| Hex | A0 | 24 | 43 | 0 | 4E | 3A | 25 | 159 | 3F | 26 |
| Octal | 240 | 44 | 103 | 0 | 116 | 72 | 45 | 531 | 77 | 46 |
| Binary | 10100000 | 100100 | 1000011 | 0 | 1001110 | 111010 | 100101 | 101011001 | 111111 | 100110 |
Color Harmonies of #A02443
Complementary color
Monochromatic Colors of #A02443
Black with #A02443
Text Example
Text Example
White with #A02443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02443; }
p { color: rgb(160,36,67); }
H1.HeaderClassName
{
color: #A02443;
}
.AnyTagClassName
{
color: #A02443;
}
</style>
background-color css
<style>
a { background-color: #A02443; }
a { background-color: rgb(160,36,67); }
div.DivClassName
{
background-color: #A02443;
}
.BgClassName
{
background-color: #A02443;
}
</style>
border-color css
<style>
span { border-color: #A02443; }
span { border-color: rgb(160,36,67); }
td.TdClassName
{
border-color: #A02443;
}
.TagClassName
{
border-color: #A02443;
}
</style>