Color Hex Logo

#a4181d Color Hex

#A4181D
(164,24,29)
0 Favorites   0 Comments

Color spaces of #a4181d

RGB 1642429
HSL0.990.740.37
HSV358°85°64°
CMYK 0.000.850.82   0.36
XYZ15.85828.63451.9932
Yxy8.63450.59870.3260
Hunter Lab29.384544.909716.5474
CIE-Lab35.270854.264235.6879

#a4181d color RGB value is (164,24,29).

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

The process color (four color CMYK) of #a4181d color hex is 0.00, 0.85, 0.82, 0.36. Web safe color of #a4181d is #990033. Color #a4181d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011000 00011101
Octal 244 30 35
Decimal 164 24 29
Hex A4 18 1D

RGB Percentages of Color #a4181d

%75.58
%11.06
%13.36

CMYK Percentages of Color #a4181d

%0
%85
%82
%36

Triadic Colors of #a4181d

#a4181d #1da418 #181da4

Analogous Colors of #a4181d

#a4181d #a45918 #a41863

Monochromatic Colors of #a4181d

#a4181d

Complementary Color

#a4181d #18a49f

#a4181d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4181d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4181d Color CSS Codes

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

#a4181d Text Font Color

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

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


#a4181d Background Color

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

This div background color is #a4181d


#a4181d Border Color

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

This div border color is #a4181d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4181d


Comments

No comments written yet.

Please login to write comment.