Color Hex Logo

#a01821 Color Hex

#A01821
(160,24,33)
0 Favorites   0 Comments

Color spaces of #a01821

RGB 1602433
HSL0.990.740.36
HSV356°85°63°
CMYK 0.000.850.79   0.37
XYZ15.09848.23672.2329
Yxy8.23670.59050.3221
Hunter Lab28.699743.681415.4769
CIE-Lab34.471153.243332.2755

#a01821 color RGB value is (160,24,33).

#a01821 hex color red value is 160, green value is 24 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #a01821 hue: 0.99 , saturation: 0.74 and the lightness value of a01821 is 0.36.

The process color (four color CMYK) of #a01821 color hex is 0.00, 0.85, 0.79, 0.37. Web safe color of #a01821 is #990033. Color #a01821 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011000 00100001
Octal 240 30 41
Decimal 160 24 33
Hex A0 18 21

RGB Percentages of Color #a01821

%73.73
%11.06
%15.21

CMYK Percentages of Color #a01821

%0
%85
%79
%37

Triadic Colors of #a01821

#a01821 #21a018 #1821a0

Analogous Colors of #a01821

#a01821 #a05318 #a01865

Monochromatic Colors of #a01821

#a01821

Complementary Color

#a01821 #18a097

#a01821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01821 Color CSS Codes

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

#a01821 Text Font Color

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

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


#a01821 Background Color

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

This div background color is #a01821


#a01821 Border Color

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

This div border color is #a01821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01821


Comments

No comments written yet.

Please login to write comment.