Color Hex Logo

#a41000 Color Hex

#A41000
(164,16,0)
0 Favorites   0 Comments

Color spaces of #a41000

RGB 164160
HSL0.021.000.32
HSV100°64°
CMYK 0.000.901.00   0.36
XYZ15.49518.26310.7783
Yxy8.26310.63150.3368
Hunter Lab28.745645.914218.5166
CIE-Lab34.524955.362348.3934

#a41000 color RGB value is (164,16,0).

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

The process color (four color CMYK) of #a41000 color hex is 0.00, 0.90, 1.00, 0.36. Web safe color of #a41000 is #990000. Color #a41000 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010000 00000000
Octal 244 20 0
Decimal 164 16 0
Hex A4 10 0

RGB Percentages of Color #a41000

%91.11
%8.89
%0.00

CMYK Percentages of Color #a41000

%0
%90
%100
%36

Triadic Colors of #a41000

#a41000 #00a410 #1000a4

Analogous Colors of #a41000

#a41000 #a46200 #a40042

Monochromatic Colors of #a41000

#a41000

Complementary Color

#a41000 #0094a4

#a41000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41000 Color CSS Codes

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

#a41000 Text Font Color

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

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


#a41000 Background Color

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

This div background color is #a41000


#a41000 Border Color

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

This div border color is #a41000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41000


Comments

No comments written yet.

Please login to write comment.