Shades of Lipstick #A02451
Tints of Lipstick #A02451
RGB
CMYK
RGB Variations
Color information
#A02451 (or 0xA02451) is known color: Lipstick. HEX triplet: A0, 24 and 51. RGB value is (160,36,81). Sum of RGB (Red+Green+Blue) = 160+36+81=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A02451 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02451 is #5FDBAE. Grayscale: #4E4E4E. Windows color (decimal): -6282159 or 5317792. OLE color: 5317792.
HSL color Cylindrical-coordinate representation of color #A02451: hue angle of 338.23º 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 #A02451 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 81 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.37 |
| HSL | 338.23º | 0.63% | 0.38% | - |
| HSV(B) | 338.23º | 0.78% | 0.63% | - |
| XYZ | 16.61 | 9.33 | 8.71 | - |
| YUV | 78.21 | 129.58 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 81 | 0 | 0.78 | 0.49 | 0.37 | 338.23 | 0.63 | 0.38 |
| Hex | A0 | 24 | 51 | 0 | 4E | 31 | 25 | 152 | 3F | 26 |
| Octal | 240 | 44 | 121 | 0 | 116 | 61 | 45 | 522 | 77 | 46 |
| Binary | 10100000 | 100100 | 1010001 | 0 | 1001110 | 110001 | 100101 | 101010010 | 111111 | 100110 |
Color Harmonies of #A02451
Complementary color
Monochromatic Colors of #A02451
Black with #A02451
Text Example
Text Example
White with #A02451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02451; }
p { color: rgb(160,36,81); }
H1.HeaderClassName
{
color: #A02451;
}
.AnyTagClassName
{
color: #A02451;
}
</style>
background-color css
<style>
a { background-color: #A02451; }
a { background-color: rgb(160,36,81); }
div.DivClassName
{
background-color: #A02451;
}
.BgClassName
{
background-color: #A02451;
}
</style>
border-color css
<style>
span { border-color: #A02451; }
span { border-color: rgb(160,36,81); }
td.TdClassName
{
border-color: #A02451;
}
.TagClassName
{
border-color: #A02451;
}
</style>