Color Hex Logo

#a3290a Color Hex

#A3290A
(163,41,10)
0 Favorites   0 Comments

Color spaces of #a3290a

RGB 1634110
HSL0.030.880.34
HSV12°94°64°
CMYK 0.000.750.94   0.36
XYZ15.95209.39431.2597
Yxy9.39430.59960.3531
Hunter Lab30.650139.263419.0183
CIE-Lab36.732648.505045.6843

#a3290a color RGB value is (163,41,10).

#a3290a hex color red value is 163, green value is 41 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a3290a hue: 0.03 , saturation: 0.88 and the lightness value of a3290a is 0.34.

The process color (four color CMYK) of #a3290a color hex is 0.00, 0.75, 0.94, 0.36. Web safe color of #a3290a is #993300. Color #a3290a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101001 00001010
Octal 243 51 12
Decimal 163 41 10
Hex A3 29 A

RGB Percentages of Color #a3290a

%76.17
%19.16
%4.67

CMYK Percentages of Color #a3290a

%0
%75
%94
%36

Triadic Colors of #a3290a

#a3290a #0aa329 #290aa3

Analogous Colors of #a3290a

#a3290a #a3760a #a30a38

Monochromatic Colors of #a3290a

#a3290a

Complementary Color

#a3290a #0a84a3

#a3290a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3290a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3290a Color CSS Codes

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

#a3290a Text Font Color

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

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


#a3290a Background Color

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

This div background color is #a3290a


#a3290a Border Color

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

This div border color is #a3290a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,41,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a3290a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a3290a;
  -webkit-box-shadow: 1px 1px 3px 2px #a3290a;
  box-shadow:         1px 1px 3px 2px #a3290a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,41,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3290a


Comments

No comments written yet.

Please login to write comment.