Color Hex Logo

#a93b1d Color Hex

#A93B1D
(169,59,29)
0 Favorites   0 Comments

Color spaces of #a93b1d

RGB 1695929
HSL0.040.710.39
HSV13°83°66°
CMYK 0.000.650.83   0.34
XYZ18.147911.65172.4549
Yxy11.65170.56260.3612
Hunter Lab34.134635.165319.6302
CIE-Lab40.657143.704441.1839

#a93b1d color RGB value is (169,59,29).

#a93b1d hex color red value is 169, green value is 59 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #a93b1d hue: 0.04 , saturation: 0.71 and the lightness value of a93b1d is 0.39.

The process color (four color CMYK) of #a93b1d color hex is 0.00, 0.65, 0.83, 0.34. Web safe color of #a93b1d is #993333. Color #a93b1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111011 00011101
Octal 251 73 35
Decimal 169 59 29
Hex A9 3B 1D

RGB Percentages of Color #a93b1d

%65.76
%22.96
%11.28

CMYK Percentages of Color #a93b1d

%0
%65
%83
%34

Triadic Colors of #a93b1d

#a93b1d #1da93b #3b1da9

Analogous Colors of #a93b1d

#a93b1d #a9811d #a91d45

Monochromatic Colors of #a93b1d

#a93b1d

Complementary Color

#a93b1d #1d8ba9

#a93b1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93b1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93b1d Color CSS Codes

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

#a93b1d Text Font Color

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

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


#a93b1d Background Color

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

This div background color is #a93b1d


#a93b1d Border Color

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

This div border color is #a93b1d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,59,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 #a93b1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93b1d


Comments

No comments written yet.

Please login to write comment.