Color Hex Logo

#aa001d Color Hex

#AA001D
(170,0,29)
0 Favorites   0 Comments

Color spaces of #aa001d

RGB 170029
HSL0.971.000.33
HSV350°100°67°
CMYK 0.001.000.83   0.33
XYZ16.79938.63481.9436
Yxy8.63480.61360.3154
Hunter Lab29.385050.623916.6479
CIE-Lab35.271459.602436.1298

#aa001d color RGB value is (170,0,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000000 00011101
Octal 252 0 35
Decimal 170 0 29
Hex AA 0 1D

RGB Percentages of Color #aa001d

%85.43
%0.00
%14.57

CMYK Percentages of Color #aa001d

%0
%100
%83
%33

Triadic Colors of #aa001d

#aa001d #1daa00 #001daa

Analogous Colors of #aa001d

#aa001d #aa3800 #aa0072

Monochromatic Colors of #aa001d

#aa001d

Complementary Color

#aa001d #00aa8d

#aa001d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa001d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa001d Color CSS Codes

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

#aa001d Text Font Color

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

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


#aa001d Background Color

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

This div background color is #aa001d


#aa001d Border Color

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

This div border color is #aa001d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa001d


Comments

No comments written yet.

Please login to write comment.