Html Css Color HEX #A6184B Lipstick

📋 copy color: '#A6184B'

red 166 ◦ green 24 ◦ blue 75

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

Shades of Lipstick #A6184B

Tints of Lipstick #A6184B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.06%

 BLUE value IS 75 (29.69% from 255) = 28.3%

R = 62.64%
G = 9.06%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A6184B (or 0xA6184B) is known color: Lipstick. HEX triplet: A6, 18 and 4B. RGB value is (166,24,75). Sum of RGB (Red+Green+Blue) = 166+24+75=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A6184B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6184B is #59E7B4. Grayscale: #484848. Windows color (decimal): -5892021 or 4921510. OLE color: 4921510.

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

Color convert

RGB 166 24 75 -
CMYK 0 0.86 0.55 0.35
HSL 338.45º 0.75% 0.37% -
HSV(B) 338.45º 0.86% 0.65% -
XYZ 17.32 9.27 7.53 -
YUV 72.27 129.54 194.85 -
System Red Green Blue C M Y K H S L
Decimal 166 24 75 0 0.86 0.55 0.35 338.45 0.75 0.37
Hex A6 18 4B 0 56 37 23 152 4B 25
Octal 246 30 113 0 126 67 43 522 113 45
Binary 10100110 11000 1001011 0 1010110 110111 100011 101010010 1001011 100101

Color Harmonies of #A6184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6184B

Black with #A6184B

Text Example


Text Example

White with #A6184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6184B; }

 p { color: rgb(166,24,75); }

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

background-color css

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

 a { background-color: rgb(166,24,75); }

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

border-color css

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

 span { border-color: rgb(166,24,75); }

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