Color Hex Logo

#a0041d Color Hex

#A0041D
(160,4,29)
0 Favorites   0 Comments

Color spaces of #a0041d

RGB 160429
HSL0.970.950.32
HSV350°98°63°
CMYK 0.000.980.82   0.37
XYZ14.76247.64911.8608
Yxy7.64910.60820.3151
Hunter Lab27.657046.877715.3708
CIE-Lab33.241156.520933.3824

#a0041d color RGB value is (160,4,29).

#a0041d hex color red value is 160, green value is 4 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #a0041d hue: 0.97 , saturation: 0.95 and the lightness value of a0041d is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000100 00011101
Octal 240 4 35
Decimal 160 4 29
Hex A0 4 1D

RGB Percentages of Color #a0041d

%82.90
%2.07
%15.03

CMYK Percentages of Color #a0041d

%0
%98
%82
%37

Triadic Colors of #a0041d

#a0041d #1da004 #041da0

Analogous Colors of #a0041d

#a0041d #a03904 #a0046b

Monochromatic Colors of #a0041d

#a0041d

Complementary Color

#a0041d #04a087

#a0041d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0041d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0041d Color CSS Codes

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

#a0041d Text Font Color

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

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


#a0041d Background Color

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

This div background color is #a0041d


#a0041d Border Color

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

This div border color is #a0041d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0041d


Comments

No comments written yet.

Please login to write comment.