Color Hex Logo

#aa0f13 Color Hex

#AA0F13
(170,15,19)
0 Favorites   0 Comments

Color spaces of #aa0f13

RGB 1701519
HSL1.000.840.36
HSV358°91°67°
CMYK 0.000.910.89   0.33
XYZ16.86598.93471.4517
Yxy8.93470.61890.3279
Hunter Lab29.891048.409018.0442
CIE-Lab35.858357.443341.9864

#aa0f13 color RGB value is (170,15,19).

#aa0f13 hex color red value is 170, green value is 15 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #aa0f13 hue: 1.00 , saturation: 0.84 and the lightness value of aa0f13 is 0.36.

The process color (four color CMYK) of #aa0f13 color hex is 0.00, 0.91, 0.89, 0.33. Web safe color of #aa0f13 is #990000. Color #aa0f13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001111 00010011
Octal 252 17 23
Decimal 170 15 19
Hex AA F 13

RGB Percentages of Color #aa0f13

%83.33
%7.35
%9.31

CMYK Percentages of Color #aa0f13

%0
%91
%89
%33

Triadic Colors of #aa0f13

#aa0f13 #13aa0f #0f13aa

Analogous Colors of #aa0f13

#aa0f13 #aa590f #aa0f60

Monochromatic Colors of #aa0f13

#aa0f13

Complementary Color

#aa0f13 #0faaa6

#aa0f13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0f13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0f13 Color CSS Codes

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

#aa0f13 Text Font Color

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

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


#aa0f13 Background Color

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

This div background color is #aa0f13


#aa0f13 Border Color

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

This div border color is #aa0f13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0f13


Comments

No comments written yet.

Please login to write comment.