Color Hex Logo

#a4130c Color Hex

#A4130C
(164,19,12)
0 Favorites   0 Comments

Color spaces of #a4130c

RGB 1641912
HSL0.010.860.35
HSV93°64°
CMYK 0.000.880.93   0.36
XYZ15.60918.38481.1436
Yxy8.38480.62090.3336
Hunter Lab28.956545.547117.9280
CIE-Lab34.771854.966543.7381

#a4130c color RGB value is (164,19,12).

#a4130c hex color red value is 164, green value is 19 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #a4130c hue: 0.01 , saturation: 0.86 and the lightness value of a4130c is 0.35.

The process color (four color CMYK) of #a4130c color hex is 0.00, 0.88, 0.93, 0.36. Web safe color of #a4130c is #990000. Color #a4130c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010011 00001100
Octal 244 23 14
Decimal 164 19 12
Hex A4 13 C

RGB Percentages of Color #a4130c

%84.10
%9.74
%6.15

CMYK Percentages of Color #a4130c

%0
%88
%93
%36

Triadic Colors of #a4130c

#a4130c #0ca413 #130ca4

Analogous Colors of #a4130c

#a4130c #a45f0c #a40c51

Monochromatic Colors of #a4130c

#a4130c

Complementary Color

#a4130c #0c9da4

#a4130c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4130c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4130c Color CSS Codes

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

#a4130c Text Font Color

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

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


#a4130c Background Color

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

This div background color is #a4130c


#a4130c Border Color

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

This div border color is #a4130c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,19,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4130c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4130c;
  -webkit-box-shadow: 1px 1px 3px 2px #a4130c;
  box-shadow:         1px 1px 3px 2px #a4130c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4130c


Comments

No comments written yet.

Please login to write comment.