Color Hex Logo

#a0121e Color Hex

#A0121E
(160,18,30)
0 Favorites   0 Comments

Color spaces of #a0121e

RGB 1601830
HSL0.990.800.35
HSV355°89°63°
CMYK 0.000.890.81   0.37
XYZ14.94797.99991.9846
Yxy7.99990.59950.3209
Hunter Lab28.284144.838515.6387
CIE-Lab33.982754.445633.5429

#a0121e color RGB value is (160,18,30).

#a0121e hex color red value is 160, green value is 18 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #a0121e hue: 0.99 , saturation: 0.80 and the lightness value of a0121e is 0.35.

The process color (four color CMYK) of #a0121e color hex is 0.00, 0.89, 0.81, 0.37. Web safe color of #a0121e is #990033. Color #a0121e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010010 00011110
Octal 240 22 36
Decimal 160 18 30
Hex A0 12 1E

RGB Percentages of Color #a0121e

%76.92
%8.65
%14.42

CMYK Percentages of Color #a0121e

%0
%89
%81
%37

Triadic Colors of #a0121e

#a0121e #1ea012 #121ea0

Analogous Colors of #a0121e

#a0121e #a04d12 #a01265

Monochromatic Colors of #a0121e

#a0121e

Complementary Color

#a0121e #12a094

#a0121e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0121e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0121e Color CSS Codes

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

#a0121e Text Font Color

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

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


#a0121e Background Color

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

This div background color is #a0121e


#a0121e Border Color

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

This div border color is #a0121e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0121e


Comments

No comments written yet.

Please login to write comment.