Color Hex Logo

#a4112a Color Hex

#A4112A
(164,17,42)
0 Favorites   0 Comments

Color spaces of #a4112a

RGB 1641742
HSL0.970.810.35
HSV350°90°64°
CMYK 0.000.900.74   0.36
XYZ15.92828.46062.9840
Yxy8.46060.58190.3091
Hunter Lab29.087146.844814.2785
CIE-Lab34.924356.162327.5016

#a4112a color RGB value is (164,17,42).

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

The process color (four color CMYK) of #a4112a color hex is 0.00, 0.90, 0.74, 0.36. Web safe color of #a4112a is #990033. Color #a4112a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010001 00101010
Octal 244 21 52
Decimal 164 17 42
Hex A4 11 2A

RGB Percentages of Color #a4112a

%73.54
%7.62
%18.83

CMYK Percentages of Color #a4112a

%0
%90
%74
%36

Triadic Colors of #a4112a

#a4112a #2aa411 #112aa4

Analogous Colors of #a4112a

#a4112a #a44211 #a41174

Monochromatic Colors of #a4112a

#a4112a

Complementary Color

#a4112a #11a48b

#a4112a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4112a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4112a Color CSS Codes

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

#a4112a Text Font Color

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

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


#a4112a Background Color

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

This div background color is #a4112a


#a4112a Border Color

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

This div border color is #a4112a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4112a

#a4112a Color Palettes


Comments

No comments written yet.

Please login to write comment.