Color Hex Logo

#a6151e Color Hex

#A6151E
(166,21,30)
0 Favorites   0 Comments

Color spaces of #a6151e

RGB 1662130
HSL0.990.780.37
HSV356°87°65°
CMYK 0.000.870.82   0.35
XYZ16.22848.73712.0594
Yxy8.73710.60050.3233
Hunter Lab29.558646.273416.5602
CIE-Lab35.473155.517835.4595

#a6151e color RGB value is (166,21,30).

#a6151e hex color red value is 166, green value is 21 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #a6151e hue: 0.99 , saturation: 0.78 and the lightness value of a6151e is 0.37.

The process color (four color CMYK) of #a6151e color hex is 0.00, 0.87, 0.82, 0.35. Web safe color of #a6151e is #990033. Color #a6151e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010101 00011110
Octal 246 25 36
Decimal 166 21 30
Hex A6 15 1E

RGB Percentages of Color #a6151e

%76.50
%9.68
%13.82

CMYK Percentages of Color #a6151e

%0
%87
%82
%35

Triadic Colors of #a6151e

#a6151e #1ea615 #151ea6

Analogous Colors of #a6151e

#a6151e #a65515 #a61567

Monochromatic Colors of #a6151e

#a6151e

Complementary Color

#a6151e #15a69d

#a6151e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6151e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6151e Color CSS Codes

.mybgcolor {background-color:#a6151e; } 
.myforecolor {color:#a6151e; }
.mybordercolor {border:3px solid #a6151e; }

#a6151e Text Font Color

<p style="color:#a6151e">Text here</p>

This sample text font color is #a6151e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a6151e Background Color

<div style="background-color:#a6151e">
Div content here</div>

This div background color is #a6151e


#a6151e Border Color

<div style="border:3px solid #a6151e">
Div here</div>

This div border color is #a6151e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,21,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6151e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6151e;
  -webkit-box-shadow: 1px 1px 3px 2px #a6151e;
  box-shadow:         1px 1px 3px 2px #a6151e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,21,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a6151e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a6151e;
  -webkit-box-shadow: 1px 1px 3px 2px #a6151e;
  box-shadow:         1px 1px 3px 2px #a6151e;">
Div content here</div>

This div box has shadow with color #a6151e


Comments

No comments written yet.

Please login to write comment.