Html Css Color HEX #A6194A Lipstick

📋 copy color: '#A6194A'

red 166 ◦ green 25 ◦ blue 74

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

Shades of Lipstick #A6194A

Tints of Lipstick #A6194A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.92%

R = 62.64%
G = 9.43%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A6194A (or 0xA6194A) is known color: Lipstick. HEX triplet: A6, 19 and 4A. RGB value is (166,25,74). Sum of RGB (Red+Green+Blue) = 166+25+74=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A6194A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6194A is #59E6B5. Grayscale: #484848. Windows color (decimal): -5891766 or 4856230. OLE color: 4856230.

HSL color Cylindrical-coordinate representation of color #A6194A: hue angle of 339.15º 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 #A6194A is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 25 74 -
CMYK 0 0.85 0.55 0.35
HSL 339.15º 0.74% 0.37% -
HSV(B) 339.15º 0.85% 0.65% -
XYZ 17.31 9.3 7.36 -
YUV 72.75 128.71 194.52 -
System Red Green Blue C M Y K H S L
Decimal 166 25 74 0 0.85 0.55 0.35 339.15 0.74 0.37
Hex A6 19 4A 0 55 37 23 153 4A 25
Octal 246 31 112 0 125 67 43 523 112 45
Binary 10100110 11001 1001010 0 1010101 110111 100011 101010011 1001010 100101

Color Harmonies of #A6194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6194A

Black with #A6194A

Text Example


Text Example

White with #A6194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6194A; }

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

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

background-color css

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

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

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

border-color css

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

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

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