Color Hex Logo

#aa030d Color Hex

#AA030D
(170,3,13)
0 Favorites   0 Comments

Color spaces of #aa030d

RGB 170313
HSL0.990.970.34
HSV356°98°67°
CMYK 0.000.980.92   0.33
XYZ16.68288.64021.1692
Yxy8.64020.62970.3261
Hunter Lab29.394249.868518.2176
CIE-Lab35.282158.906244.2936

#aa030d color RGB value is (170,3,13).

#aa030d hex color red value is 170, green value is 3 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #aa030d hue: 0.99 , saturation: 0.97 and the lightness value of aa030d is 0.34.

The process color (four color CMYK) of #aa030d color hex is 0.00, 0.98, 0.92, 0.33. Web safe color of #aa030d is #990000. Color #aa030d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000011 00001101
Octal 252 3 15
Decimal 170 3 13
Hex AA 3 D

RGB Percentages of Color #aa030d

%91.40
%1.61
%6.99

CMYK Percentages of Color #aa030d

%0
%98
%92
%33

Triadic Colors of #aa030d

#aa030d #0daa03 #030daa

Analogous Colors of #aa030d

#aa030d #aa4d03 #aa0360

Monochromatic Colors of #aa030d

#aa030d

Complementary Color

#aa030d #03aaa0

#aa030d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa030d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa030d Color CSS Codes

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

#aa030d Text Font Color

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

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


#aa030d Background Color

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

This div background color is #aa030d


#aa030d Border Color

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

This div border color is #aa030d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa030d


Comments

No comments written yet.

Please login to write comment.