Color Hex Logo

#a0411c Color Hex

#A0411C
(160,65,28)
0 Favorites   0 Comments

Color spaces of #a0411c

RGB 1606528
HSL0.050.700.37
HSV17°83°63°
CMYK 0.000.590.83   0.37
XYZ16.597111.33802.4123
Yxy11.33800.54690.3736
Hunter Lab33.671929.057819.3228
CIE-Lab40.144037.469640.6280

#a0411c color RGB value is (160,65,28).

#a0411c hex color red value is 160, green value is 65 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #a0411c hue: 0.05 , saturation: 0.70 and the lightness value of a0411c is 0.37.

The process color (four color CMYK) of #a0411c color hex is 0.00, 0.59, 0.83, 0.37. Web safe color of #a0411c is #993333. Color #a0411c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000001 00011100
Octal 240 101 34
Decimal 160 65 28
Hex A0 41 1C

RGB Percentages of Color #a0411c

%63.24
%25.69
%11.07

CMYK Percentages of Color #a0411c

%0
%59
%83
%37

Triadic Colors of #a0411c

#a0411c #1ca041 #411ca0

Analogous Colors of #a0411c

#a0411c #a0831c #a01c39

Monochromatic Colors of #a0411c

#a0411c

Complementary Color

#a0411c #1c7ba0

#a0411c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0411c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0411c Color CSS Codes

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

#a0411c Text Font Color

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

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


#a0411c Background Color

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

This div background color is #a0411c


#a0411c Border Color

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

This div border color is #a0411c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,65,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0411c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0411c;
  -webkit-box-shadow: 1px 1px 3px 2px #a0411c;
  box-shadow:         1px 1px 3px 2px #a0411c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,65,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0411c


Comments

No comments written yet.

Please login to write comment.