Color Hex Logo

#aa243c Color Hex

#AA243C
(170,36,60)
0 Favorites   0 Comments

Color spaces of #aa243c

RGB 1703660
HSL0.970.650.40
HSV349°79°67°
CMYK 0.000.790.65   0.33
XYZ18.024110.13405.2811
Yxy10.13400.53900.3031
Hunter Lab31.833945.355712.4478
CIE-Lab38.081954.148520.3070

#aa243c color RGB value is (170,36,60).

#aa243c hex color red value is 170, green value is 36 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #aa243c hue: 0.97 , saturation: 0.65 and the lightness value of aa243c is 0.40.

The process color (four color CMYK) of #aa243c color hex is 0.00, 0.79, 0.65, 0.33. Web safe color of #aa243c is #993333. Color #aa243c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100100 00111100
Octal 252 44 74
Decimal 170 36 60
Hex AA 24 3C

RGB Percentages of Color #aa243c

%63.91
%13.53
%22.56

CMYK Percentages of Color #aa243c

%0
%79
%65
%33

Triadic Colors of #aa243c

#aa243c #3caa24 #243caa

Analogous Colors of #aa243c

#aa243c #aa4f24 #aa247f

Monochromatic Colors of #aa243c

#aa243c

Complementary Color

#aa243c #24aa92

#aa243c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa243c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa243c Color CSS Codes

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

#aa243c Text Font Color

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

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


#aa243c Background Color

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

This div background color is #aa243c


#aa243c Border Color

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

This div border color is #aa243c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa243c


Comments

No comments written yet.

Please login to write comment.