Color Hex Logo

#a03331 Color Hex

#A03331
(160,51,49)
0 Favorites   0 Comments

Color spaces of #a03331

RGB 1605149
HSL0.000.530.41
HSV69°63°
CMYK 0.000.680.69   0.37
XYZ16.235410.06303.9924
Yxy10.06300.53600.3322
Hunter Lab31.722235.842214.7436
CIE-Lab37.955344.858726.5825

#a03331 color RGB value is (160,51,49).

#a03331 hex color red value is 160, green value is 51 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #a03331 hue: 0.00 , saturation: 0.53 and the lightness value of a03331 is 0.41.

The process color (four color CMYK) of #a03331 color hex is 0.00, 0.68, 0.69, 0.37. Web safe color of #a03331 is #993333. Color #a03331 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110011 00110001
Octal 240 63 61
Decimal 160 51 49
Hex A0 33 31

RGB Percentages of Color #a03331

%61.54
%19.62
%18.85

CMYK Percentages of Color #a03331

%0
%68
%69
%37

Triadic Colors of #a03331

#a03331 #31a033 #3331a0

Analogous Colors of #a03331

#a03331 #a06b31 #a03167

Monochromatic Colors of #a03331

#a03331

Complementary Color

#a03331 #319ea0

#a03331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03331 Color CSS Codes

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

#a03331 Text Font Color

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

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


#a03331 Background Color

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

This div background color is #a03331


#a03331 Border Color

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

This div border color is #a03331


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03331


Comments

No comments written yet.

Please login to write comment.