Color Hex Logo

#a12e1d Color Hex

#A12E1D
(161,46,29)
0 Favorites   0 Comments

Color spaces of #a12e1d

RGB 1614629
HSL0.020.690.37
HSV82°63°
CMYK 0.000.710.82   0.37
XYZ15.89679.61982.1813
Yxy9.61980.57390.3473
Hunter Lab31.015837.209917.5413
CIE-Lab37.151246.381637.3215

#a12e1d color RGB value is (161,46,29).

#a12e1d hex color red value is 161, green value is 46 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #a12e1d hue: 0.02 , saturation: 0.69 and the lightness value of a12e1d is 0.37.

The process color (four color CMYK) of #a12e1d color hex is 0.00, 0.71, 0.82, 0.37. Web safe color of #a12e1d is #993333. Color #a12e1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00101110 00011101
Octal 241 56 35
Decimal 161 46 29
Hex A1 2E 1D

RGB Percentages of Color #a12e1d

%68.22
%19.49
%12.29

CMYK Percentages of Color #a12e1d

%0
%71
%82
%37

Triadic Colors of #a12e1d

#a12e1d #1da12e #2e1da1

Analogous Colors of #a12e1d

#a12e1d #a1701d #a11d4e

Monochromatic Colors of #a12e1d

#a12e1d

Complementary Color

#a12e1d #1d90a1

#a12e1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a12e1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a12e1d Color CSS Codes

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

#a12e1d Text Font Color

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

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


#a12e1d Background Color

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

This div background color is #a12e1d


#a12e1d Border Color

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

This div border color is #a12e1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a12e1d


Comments

No comments written yet.

Please login to write comment.