Html Css Color HEX #A6194C Lipstick

📋 copy color: '#A6194C'

red 166 ◦ green 25 ◦ blue 76

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

Shades of Lipstick #A6194C

Tints of Lipstick #A6194C

RGB

 RED value IS 166 (65.23% from 255) = 62.17%

 GREEN value IS 25 (10.16% from 255) = 9.36%

 BLUE value IS 76 (30.08% from 255) = 28.46%

R = 62.17%
G = 9.36%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6194C (or 0xA6194C) is known color: Lipstick. HEX triplet: A6, 19 and 4C. RGB value is (166,25,76). Sum of RGB (Red+Green+Blue) = 166+25+76=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A6194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6194C is #59E6B3. Grayscale: #484848. Windows color (decimal): -5891764 or 4987302. OLE color: 4987302.

HSL color Cylindrical-coordinate representation of color #A6194C: hue angle of 338.3º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A6194C is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 25 76 -
CMYK 0 0.85 0.54 0.35
HSL 338.3º 0.74% 0.37% -
HSV(B) 338.3º 0.85% 0.65% -
XYZ 17.38 9.32 7.72 -
YUV 72.97 129.71 194.35 -
System Red Green Blue C M Y K H S L
Decimal 166 25 76 0 0.85 0.54 0.35 338.3 0.74 0.37
Hex A6 19 4C 0 55 36 23 152 4A 25
Octal 246 31 114 0 125 66 43 522 112 45
Binary 10100110 11001 1001100 0 1010101 110110 100011 101010010 1001010 100101

Color Harmonies of #A6194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6194C

Black with #A6194C

Text Example


Text Example

White with #A6194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6194C; }

 p { color: rgb(166,25,76); }

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

background-color css

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

 a { background-color: rgb(166,25,76); }

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

border-color css

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

 span { border-color: rgb(166,25,76); }

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