Color Hex Logo

#a6011f Color Hex

#A6011F
(166,1,31)
0 Favorites   0 Comments

Color spaces of #a6011f

RGB 166131
HSL0.970.990.33
HSV349°99°65°
CMYK 0.000.990.81   0.35
XYZ15.98418.22762.0420
Yxy8.22760.60880.3134
Hunter Lab28.683849.272815.8578
CIE-Lab34.452558.518233.8502

#a6011f color RGB value is (166,1,31).

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

The process color (four color CMYK) of #a6011f color hex is 0.00, 0.99, 0.81, 0.35. Web safe color of #a6011f is #990033. Color #a6011f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000001 00011111
Octal 246 1 37
Decimal 166 1 31
Hex A6 1 1F

RGB Percentages of Color #a6011f

%83.84
%0.51
%15.66

CMYK Percentages of Color #a6011f

%0
%99
%81
%35

Triadic Colors of #a6011f

#a6011f #1fa601 #011fa6

Analogous Colors of #a6011f

#a6011f #a63601 #a60172

Monochromatic Colors of #a6011f

#a6011f

Complementary Color

#a6011f #01a688

#a6011f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6011f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6011f Color CSS Codes

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

#a6011f Text Font Color

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

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


#a6011f Background Color

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

This div background color is #a6011f


#a6011f Border Color

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

This div border color is #a6011f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6011f


Comments

No comments written yet.

Please login to write comment.