Color Hex Logo

#a01112 Color Hex

#A01112
(160,17,18)
0 Favorites   0 Comments

Color spaces of #a01112

RGB 1601718
HSL1.000.810.35
HSV360°89°63°
CMYK 0.000.890.89   0.37
XYZ14.80687.91821.3202
Yxy7.91820.61580.3293
Hunter Lab28.139344.682316.9158
CIE-Lab33.811954.329739.9357

#a01112 color RGB value is (160,17,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010001 00010010
Octal 240 21 22
Decimal 160 17 18
Hex A0 11 12

RGB Percentages of Color #a01112

%82.05
%8.72
%9.23

CMYK Percentages of Color #a01112

%0
%89
%89
%37

Triadic Colors of #a01112

#a01112 #12a011 #1112a0

Analogous Colors of #a01112

#a01112 #a05811 #a01159

Monochromatic Colors of #a01112

#a01112

Complementary Color

#a01112 #11a09f

#a01112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01112 Color CSS Codes

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

#a01112 Text Font Color

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

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


#a01112 Background Color

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

This div background color is #a01112


#a01112 Border Color

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

This div border color is #a01112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01112


Comments

No comments written yet.

Please login to write comment.