Color Hex Logo

#aa3130 Color Hex

#AA3130
(170,49,48)
1 Favorites   0 Comments

Color spaces of #aa3130

RGB 1704948
HSL0.000.560.43
HSV72°67°
CMYK 0.000.710.72   0.33
XYZ18.209410.95613.9513
Yxy10.95610.54990.3308
Hunter Lab33.100040.273716.0923
CIE-Lab39.506448.989129.4857

#aa3130 color RGB value is (170,49,48).

#aa3130 hex color red value is 170, green value is 49 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #aa3130 hue: 0.00 , saturation: 0.56 and the lightness value of aa3130 is 0.43.

The process color (four color CMYK) of #aa3130 color hex is 0.00, 0.71, 0.72, 0.33. Web safe color of #aa3130 is #993333. Color #aa3130 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110001 00110000
Octal 252 61 60
Decimal 170 49 48
Hex AA 31 30

RGB Percentages of Color #aa3130

%63.67
%18.35
%17.98

CMYK Percentages of Color #aa3130

%0
%71
%72
%33

Triadic Colors of #aa3130

#aa3130 #30aa31 #3130aa

Analogous Colors of #aa3130

#aa3130 #aa6e30 #aa306c

Monochromatic Colors of #aa3130

#aa3130

Complementary Color

#aa3130 #30a9aa

#aa3130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3130 Color CSS Codes

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

#aa3130 Text Font Color

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

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


#aa3130 Background Color

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

This div background color is #aa3130


#aa3130 Border Color

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

This div border color is #aa3130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3130


Comments

No comments written yet.

Please login to write comment.