Html Css Color HEX #AD2458 Lipstick

📋 copy color: '#AD2458'

red 173 ◦ green 36 ◦ blue 88

#AD2458
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #AD2458

Tints of Lipstick #AD2458

RGB

 RED value IS 173 (67.97% from 255) = 58.25%

 GREEN value IS 36 (14.45% from 255) = 12.12%

 BLUE value IS 88 (34.77% from 255) = 29.63%

R = 58.25%
G = 12.12%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AD2458 (or 0xAD2458) is known color: Lipstick. HEX triplet: AD, 24 and 58. RGB value is (173,36,88). Sum of RGB (Red+Green+Blue) = 173+36+88=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2458 is #52DBA7. Grayscale: #525252. Windows color (decimal): -5430184 or 5776557. OLE color: 5776557.

HSL color Cylindrical-coordinate representation of color #AD2458: hue angle of 337.23º 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 #AD2458 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 36 88 -
CMYK 0 0.79 0.49 0.32
HSL 337.23º 0.66% 0.41% -
HSV(B) 337.23º 0.79% 0.68% -
XYZ 19.63 10.85 10.29 -
YUV 82.89 130.89 192.27 -
System Red Green Blue C M Y K H S L
Decimal 173 36 88 0 0.79 0.49 0.32 337.23 0.66 0.41
Hex AD 24 58 0 4F 31 20 151 42 29
Octal 255 44 130 0 117 61 40 521 102 51
Binary 10101101 100100 1011000 0 1001111 110001 100000 101010001 1000010 101001

Color Harmonies of #AD2458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2458

Black with #AD2458

Text Example


Text Example

White with #AD2458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2458; }

 p { color: rgb(173,36,88); }

 H1.HeaderClassName
 {
   color: #AD2458;
 }
 .AnyTagClassName
 {
   color: #AD2458;
 }
</style>

background-color css

<style>
 a { background-color: #AD2458; }

 a { background-color: rgb(173,36,88); }

 div.DivClassName
 {
   background-color: #AD2458;
 }
 .BgClassName
 {
   background-color: #AD2458;
 }
</style>

border-color css

<style>
 span { border-color: #AD2458; }

 span { border-color: rgb(173,36,88); }

 td.TdClassName
 {
   border-color: #AD2458;
 }
 .TagClassName
 {
   border-color: #AD2458;
 }
</style>