Color Hex Logo

#a4412b Color Hex

#A4412B
(164,65,43)
0 Favorites   0 Comments

Color spaces of #a4412b

RGB 1646543
HSL0.030.580.41
HSV11°74°64°
CMYK 0.000.600.74   0.36
XYZ17.636211.84753.6428
Yxy11.84750.53240.3576
Hunter Lab34.420231.224417.8193
CIE-Lab40.972739.612233.7839

#a4412b color RGB value is (164,65,43).

#a4412b hex color red value is 164, green value is 65 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #a4412b hue: 0.03 , saturation: 0.58 and the lightness value of a4412b is 0.41.

The process color (four color CMYK) of #a4412b color hex is 0.00, 0.60, 0.74, 0.36. Web safe color of #a4412b is #993333. Color #a4412b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000001 00101011
Octal 244 101 53
Decimal 164 65 43
Hex A4 41 2B

RGB Percentages of Color #a4412b

%60.29
%23.90
%15.81

CMYK Percentages of Color #a4412b

%0
%60
%74
%36

Triadic Colors of #a4412b

#a4412b #2ba441 #412ba4

Analogous Colors of #a4412b

#a4412b #a47e2b #a42b51

Monochromatic Colors of #a4412b

#a4412b

Complementary Color

#a4412b #2b8ea4

#a4412b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4412b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4412b Color CSS Codes

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

#a4412b Text Font Color

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

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


#a4412b Background Color

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

This div background color is #a4412b


#a4412b Border Color

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

This div border color is #a4412b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4412b


Comments

No comments written yet.

Please login to write comment.