Color Hex Logo

#a42319 Color Hex

#A42319
(164,35,25)
0 Favorites   0 Comments

Color spaces of #a42319

RGB 1643525
HSL0.010.740.37
HSV85°64°
CMYK 0.000.790.85   0.36
XYZ16.08639.16481.8408
Yxy9.16480.59380.3383
Hunter Lab30.273441.870517.5862
CIE-Lab36.299751.143038.8410

#a42319 color RGB value is (164,35,25).

#a42319 hex color red value is 164, green value is 35 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #a42319 hue: 0.01 , saturation: 0.74 and the lightness value of a42319 is 0.37.

The process color (four color CMYK) of #a42319 color hex is 0.00, 0.79, 0.85, 0.36. Web safe color of #a42319 is #993300. Color #a42319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100011 00011001
Octal 244 43 31
Decimal 164 35 25
Hex A4 23 19

RGB Percentages of Color #a42319

%73.21
%15.63
%11.16

CMYK Percentages of Color #a42319

%0
%79
%85
%36

Triadic Colors of #a42319

#a42319 #19a423 #2319a4

Analogous Colors of #a42319

#a42319 #a46919 #a41954

Monochromatic Colors of #a42319

#a42319

Complementary Color

#a42319 #199aa4

#a42319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42319 Color CSS Codes

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

#a42319 Text Font Color

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

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


#a42319 Background Color

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

This div background color is #a42319


#a42319 Border Color

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

This div border color is #a42319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42319


Comments

No comments written yet.

Please login to write comment.