Color Hex Logo

#a42018 Color Hex

#A42018
(164,32,24)
0 Favorites   0 Comments

Color spaces of #a42018

RGB 1643224
HSL0.010.740.37
HSV85°64°
CMYK 0.000.800.85   0.36
XYZ15.99128.99151.7569
Yxy8.99150.59800.3363
Hunter Lab29.985842.717417.5162
CIE-Lab35.967952.026939.0610

#a42018 color RGB value is (164,32,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100000 00011000
Octal 244 40 30
Decimal 164 32 24
Hex A4 20 18

RGB Percentages of Color #a42018

%74.55
%14.55
%10.91

CMYK Percentages of Color #a42018

%0
%80
%85
%36

Triadic Colors of #a42018

#a42018 #18a420 #2018a4

Analogous Colors of #a42018

#a42018 #a46618 #a41856

Monochromatic Colors of #a42018

#a42018

Complementary Color

#a42018 #189ca4

#a42018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42018 Color CSS Codes

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

#a42018 Text Font Color

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

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


#a42018 Background Color

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

This div background color is #a42018


#a42018 Border Color

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

This div border color is #a42018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42018


Comments

No comments written yet.

Please login to write comment.