Color Hex Logo

#a40022 Color Hex

#A40022
(164,0,34)
0 Favorites   0 Comments

Color spaces of #a40022

RGB 164034
HSL0.971.000.32
HSV348°100°64°
CMYK 0.001.000.79   0.36
XYZ15.59868.00802.2369
Yxy8.00800.60360.3099
Hunter Lab28.298448.870215.1222
CIE-Lab33.999558.233731.4299

#a40022 color RGB value is (164,0,34).

#a40022 hex color red value is 164, green value is 0 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #a40022 hue: 0.97 , saturation: 1.00 and the lightness value of a40022 is 0.32.

The process color (four color CMYK) of #a40022 color hex is 0.00, 1.00, 0.79, 0.36. Web safe color of #a40022 is #990033. Color #a40022 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000000 00100010
Octal 244 0 42
Decimal 164 0 34
Hex A4 0 22

RGB Percentages of Color #a40022

%82.83
%0.00
%17.17

CMYK Percentages of Color #a40022

%0
%100
%79
%36

Triadic Colors of #a40022

#a40022 #22a400 #0022a4

Analogous Colors of #a40022

#a40022 #a43000 #a40074

Monochromatic Colors of #a40022

#a40022

Complementary Color

#a40022 #00a482

#a40022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40022 Color CSS Codes

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

#a40022 Text Font Color

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

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


#a40022 Background Color

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

This div background color is #a40022


#a40022 Border Color

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

This div border color is #a40022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40022


Comments

No comments written yet.

Please login to write comment.