Color Hex Logo

#a6031e Color Hex

#A6031E
(166,3,30)
0 Favorites   0 Comments

Color spaces of #a6031e

RGB 166330
HSL0.970.960.33
HSV350°98°65°
CMYK 0.000.980.82   0.35
XYZ15.99288.26591.9809
Yxy8.26590.60950.3150
Hunter Lab28.750548.979416.0403
CIE-Lab34.530658.231334.5204

#a6031e color RGB value is (166,3,30).

#a6031e hex color red value is 166, green value is 3 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #a6031e hue: 0.97 , saturation: 0.96 and the lightness value of a6031e is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000011 00011110
Octal 246 3 36
Decimal 166 3 30
Hex A6 3 1E

RGB Percentages of Color #a6031e

%83.42
%1.51
%15.08

CMYK Percentages of Color #a6031e

%0
%98
%82
%35

Triadic Colors of #a6031e

#a6031e #1ea603 #031ea6

Analogous Colors of #a6031e

#a6031e #a63a03 #a60370

Monochromatic Colors of #a6031e

#a6031e

Complementary Color

#a6031e #03a68b

#a6031e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6031e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6031e Color CSS Codes

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

#a6031e Text Font Color

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

This sample text font color is #a6031e
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.


#a6031e Background Color

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

This div background color is #a6031e


#a6031e Border Color

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

This div border color is #a6031e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,3,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 #a6031e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6031e


Comments

No comments written yet.

Please login to write comment.