Color Hex Logo

#aa250c Color Hex

#AA250C
(170,37,12)
0 Favorites   0 Comments

Color spaces of #aa250c

RGB 1703712
HSL0.030.870.36
HSV93°67°
CMYK 0.000.780.93   0.33
XYZ17.30559.89571.3458
Yxy9.89570.60620.3466
Hunter Lab31.457443.146719.4837
CIE-Lab37.654652.120746.2659

#aa250c color RGB value is (170,37,12).

#aa250c hex color red value is 170, green value is 37 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #aa250c hue: 0.03 , saturation: 0.87 and the lightness value of aa250c is 0.36.

The process color (four color CMYK) of #aa250c color hex is 0.00, 0.78, 0.93, 0.33. Web safe color of #aa250c is #993300. Color #aa250c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100101 00001100
Octal 252 45 14
Decimal 170 37 12
Hex AA 25 C

RGB Percentages of Color #aa250c

%77.63
%16.89
%5.48

CMYK Percentages of Color #aa250c

%0
%78
%93
%33

Triadic Colors of #aa250c

#aa250c #0caa25 #250caa

Analogous Colors of #aa250c

#aa250c #aa740c #aa0c42

Monochromatic Colors of #aa250c

#aa250c

Complementary Color

#aa250c #0c91aa

#aa250c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa250c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa250c Color CSS Codes

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

#aa250c Text Font Color

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

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


#aa250c Background Color

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

This div background color is #aa250c


#aa250c Border Color

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

This div border color is #aa250c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa250c


Comments

No comments written yet.

Please login to write comment.