Shades of Lipstick #AD245C
Tints of Lipstick #AD245C
RGB
CMYK
RGB Variations
Color information
#AD245C (or 0xAD245C) is known color: Lipstick. HEX triplet: AD, 24 and 5C. RGB value is (173,36,92). Sum of RGB (Red+Green+Blue) = 173+36+92=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD245C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD245C is #52DBA3. Grayscale: #535353. Windows color (decimal): -5430180 or 6038701. OLE color: 6038701.
HSL color Cylindrical-coordinate representation of color #AD245C: hue angle of 335.47º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD245C is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 92 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.32 |
| HSL | 335.47º | 0.66% | 0.41% | - |
| HSV(B) | 335.47º | 0.79% | 0.68% | - |
| XYZ | 19.8 | 10.92 | 11.19 | - |
| YUV | 83.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 92 | 0 | 0.79 | 0.47 | 0.32 | 335.47 | 0.66 | 0.41 |
| Hex | AD | 24 | 5C | 0 | 4F | 2F | 20 | 14F | 42 | 29 |
| Octal | 255 | 44 | 134 | 0 | 117 | 57 | 40 | 517 | 102 | 51 |
| Binary | 10101101 | 100100 | 1011100 | 0 | 1001111 | 101111 | 100000 | 101001111 | 1000010 | 101001 |
Color Harmonies of #AD245C
Complementary color
Monochromatic Colors of #AD245C
Black with #AD245C
Text Example
Text Example
White with #AD245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD245C; }
p { color: rgb(173,36,92); }
H1.HeaderClassName
{
color: #AD245C;
}
.AnyTagClassName
{
color: #AD245C;
}
</style>
background-color css
<style>
a { background-color: #AD245C; }
a { background-color: rgb(173,36,92); }
div.DivClassName
{
background-color: #AD245C;
}
.BgClassName
{
background-color: #AD245C;
}
</style>
border-color css
<style>
span { border-color: #AD245C; }
span { border-color: rgb(173,36,92); }
td.TdClassName
{
border-color: #AD245C;
}
.TagClassName
{
border-color: #AD245C;
}
</style>