Html Css Color HEX #AD2358 Lipstick

📋 copy color: '#AD2358'

red 173 ◦ green 35 ◦ blue 88

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

Shades of Lipstick #AD2358

Tints of Lipstick #AD2358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.82%

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

R = 58.45%
G = 11.82%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD2358 (or 0xAD2358) is known color: Lipstick. HEX triplet: AD, 23 and 58. RGB value is (173,35,88). Sum of RGB (Red+Green+Blue) = 173+35+88=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2358 is #52DCA7. Grayscale: #525252. Windows color (decimal): -5430440 or 5776301. OLE color: 5776301.

HSL color Cylindrical-coordinate representation of color #AD2358: hue angle of 336.96º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2358 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 35 88 -
CMYK 0 0.80 0.49 0.32
HSL 336.96º 0.66% 0.41% -
HSV(B) 336.96º 0.8% 0.68% -
XYZ 19.6 10.79 10.28 -
YUV 82.3 131.22 192.69 -
System Red Green Blue C M Y K H S L
Decimal 173 35 88 0 0.80 0.49 0.32 336.96 0.66 0.41
Hex AD 23 58 0 50 31 20 151 42 29
Octal 255 43 130 0 120 61 40 521 102 51
Binary 10101101 100011 1011000 0 1010000 110001 100000 101010001 1000010 101001

Color Harmonies of #AD2358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2358

Black with #AD2358

Text Example


Text Example

White with #AD2358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2358; }

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

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

background-color css

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

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

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

border-color css

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

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

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