Color Hex Logo

#aa002d Color Hex

#AA002D
(170,0,45)
0 Favorites   0 Comments

Color spaces of #aa002d

RGB 170045
HSL0.961.000.33
HSV344°100°67°
CMYK 0.001.000.74   0.33
XYZ17.05128.73553.2700
Yxy8.73550.58680.3006
Hunter Lab29.555951.256414.1294
CIE-Lab35.470060.142226.5744

#aa002d color RGB value is (170,0,45).

#aa002d hex color red value is 170, green value is 0 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #aa002d hue: 0.96 , saturation: 1.00 and the lightness value of aa002d is 0.33.

The process color (four color CMYK) of #aa002d color hex is 0.00, 1.00, 0.74, 0.33. Web safe color of #aa002d is #990033. Color #aa002d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000000 00101101
Octal 252 0 55
Decimal 170 0 45
Hex AA 0 2D

RGB Percentages of Color #aa002d

%79.07
%0.00
%20.93

CMYK Percentages of Color #aa002d

%0
%100
%74
%33

Triadic Colors of #aa002d

#aa002d #2daa00 #002daa

Analogous Colors of #aa002d

#aa002d #aa2800 #aa0082

Monochromatic Colors of #aa002d

#aa002d

Complementary Color

#aa002d #00aa7d

#aa002d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa002d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa002d Color CSS Codes

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

#aa002d Text Font Color

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

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


#aa002d Background Color

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

This div background color is #aa002d


#aa002d Border Color

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

This div border color is #aa002d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa002d


Comments

No comments written yet.

Please login to write comment.