Color Hex Logo

#a0231e Color Hex

#A0231E
(160,35,30)
0 Favorites   0 Comments

Color spaces of #a0231e

RGB 1603530
HSL0.010.680.37
HSV81°63°
CMYK 0.000.780.81   0.37
XYZ15.33268.76942.1128
Yxy8.76940.58490.3345
Hunter Lab29.613240.597616.4991
CIE-Lab35.536550.044035.1120

#a0231e color RGB value is (160,35,30).

#a0231e hex color red value is 160, green value is 35 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #a0231e hue: 0.01 , saturation: 0.68 and the lightness value of a0231e is 0.37.

The process color (four color CMYK) of #a0231e color hex is 0.00, 0.78, 0.81, 0.37. Web safe color of #a0231e is #993333. Color #a0231e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100011 00011110
Octal 240 43 36
Decimal 160 35 30
Hex A0 23 1E

RGB Percentages of Color #a0231e

%71.11
%15.56
%13.33

CMYK Percentages of Color #a0231e

%0
%78
%81
%37

Triadic Colors of #a0231e

#a0231e #1ea023 #231ea0

Analogous Colors of #a0231e

#a0231e #a0641e #a01e5a

Monochromatic Colors of #a0231e

#a0231e

Complementary Color

#a0231e #1e9ba0

#a0231e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0231e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0231e Color CSS Codes

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

#a0231e Text Font Color

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

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


#a0231e Background Color

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

This div background color is #a0231e


#a0231e Border Color

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

This div border color is #a0231e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0231e


Comments

No comments written yet.

Please login to write comment.