Color Hex Logo

#a0370d Color Hex

#A0370D
(160,55,13)
0 Favorites   0 Comments

Color spaces of #a0370d

RGB 1605513
HSL0.050.850.34
HSV17°92°63°
CMYK 0.000.660.92   0.37
XYZ15.936010.23501.5164
Yxy10.23500.57560.3697
Hunter Lab31.992232.928419.5842
CIE-Lab38.260941.825345.4346

#a0370d color RGB value is (160,55,13).

#a0370d hex color red value is 160, green value is 55 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #a0370d hue: 0.05 , saturation: 0.85 and the lightness value of a0370d is 0.34.

The process color (four color CMYK) of #a0370d color hex is 0.00, 0.66, 0.92, 0.37. Web safe color of #a0370d is #993300. Color #a0370d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110111 00001101
Octal 240 67 15
Decimal 160 55 13
Hex A0 37 D

RGB Percentages of Color #a0370d

%70.18
%24.12
%5.70

CMYK Percentages of Color #a0370d

%0
%66
%92
%37

Triadic Colors of #a0370d

#a0370d #0da037 #370da0

Analogous Colors of #a0370d

#a0370d #a0810d #a00d2d

Monochromatic Colors of #a0370d

#a0370d

Complementary Color

#a0370d #0d76a0

#a0370d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0370d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0370d Color CSS Codes

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

#a0370d Text Font Color

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

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


#a0370d Background Color

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

This div background color is #a0370d


#a0370d Border Color

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

This div border color is #a0370d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,55,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0370d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0370d;
  -webkit-box-shadow: 1px 1px 3px 2px #a0370d;
  box-shadow:         1px 1px 3px 2px #a0370d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,55,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0370d


Comments

No comments written yet.

Please login to write comment.