Skip to main content Skip to docs navigation

#aa052d hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Petal of a Dying Rose and its hex is #9F0630 Nearest Color Name

Color Hue/Base color: Red

Hex #aa052d Color code in RGB color code model is created after adding 66.67% red color, 1.96% green color and 17.65% blue color. Hex #aa052d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 97% magenta, 74% yellow and 33.33% black.

Hex #aa052d color code is between #990033 web safe hex color code and #bb0022 web safe hex color code. #990033 is the nearest web safe color code. You can see here many more shades of #aa052d color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code aa052d #aa052d
RGB Decimal 170, 5, 45 170, 5, 45
RGB Percent 67%, 2%, 18% rgb(67%, 2%, 18%)
CSS RGBa 170, 5, 45,1 rgba(170,5,45,1)
CMYK Model cmyk(0%,97%,74%,33.33%)
HSL Color Space 345,94% ,34% hsl(345,94% ,34%)
HSV Color Space 345°, 97%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 00000101 00101101
Octal 252 5 55
Decimal 170 5 45
Hex aa 05 2d

Different shades of #aa052d color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #aa052d
#150106
Darker of #aa052d
#470213
Dark of #aa052d
#780420
Base of #aa052d
#aa052d
Light of #aa052d
#dc063a
Lighter
#f81d52
Lightest
#fa4e78

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#aa052d
#05aa82

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#aa052d
#05aa2f
#0580aa

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#aa058d
#aa0572
#aa052d
#aa1405
#aa5905

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#aa052d
#052daa
#2daa05

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#aa052d
#2daa05
#05aa82
#8205aa

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#aa052d
#80aa05
#05aa82
#2f05aa

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #aa052d

#000000
#150106
#470213
#780420
#aa052d
#dc063a
#f81d52
#fa4e78
#fb809e

Tints of #aa052d Color

#aa052d
#b32044
#bc3c5b
#c65873
#cf748a
#d98fa1
#e2abb9
#ecc7d0
#f5e3e7
#ffffff

Shades of #aa052d color code

Generate more color scales with scales (color stack) generator.

#aa052d
#970428
#840323
#71031e
#5e0219
#4b0214
#38010f
#25010a
#120005
#000000

Tones

#aa052d
#981636
#87283f
#753948
#644b51

Tones

Similar Color like #aa052d color

Find visually similar hex color codes nearing to #aa052d hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#ab062e
#ac072f
#ad0830
#ae0931
#af0a32
#b00b33
#b10c34
#b20d35
#b30e36
#b40f37
#b51038
#b61139
#b7123a
#b8133b
#a9042c
#a8032b
#a7022a
#a60129
#a50028
#a40027
#a30026
#a20025
#a10024
#a00023
#9f0022
#9e0021
#9d0020
#9c001f

Download this Dark Red

Hex #aa052d Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#aa052d Color Code Preview on Black Background Color

This is how #aa052d Color will look on black background color. Color contrast ratio is 2.77

#aa052d in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#aa052d">Your Example Paragraph content text in with font color #aa052d </p>

Your Example Paragraph content text in with font color #aa052d

HTML with inline CSS

<div style="color:#aa052d">Your Paragraph text in with font color #aa052d </div>

Your Example Paragraph content text in with font color #aa052d

#aa052d color code is use for CSS Background Color

Background color for the above div is #aa052d

HTML with inline CSS

<div style="background-color:#aa052d;"></div>

#aa052d color code is use for CSS Border Color

CSS Border color for the above div is #aa052d

HTML with inline CSS

<div style="border:5px solid #aa052d;"></div>

CSS Border Left color for the above div is #aa052d

HTML with inline CSS

<div style="border-left:5px solid #aa052d;"></div>

CSS Border Right color for the above div is #aa052d

HTML with inline CSS

<div style="border-right:5px solid #aa052d;"></div>

CSS Border Bottom color for the above div is #aa052d

HTML with inline CSS

<div style="border-bottom:5px solid #aa052d;"></div>

CSS Border Top color for the above div is #aa052d

HTML with inline CSS

<div style="border-top:5px solid #aa052d;"></div>

#aa052d hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#aa052d; } .examplecolorclass {color:#aa052d; } .examplebordercolor {border:3px solid #aa052d; }

#aa052d Color code Preview on White Background

This is how #aa052d Color code will look on white background color. Color contrast ratio is 7.58

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #aa052d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #aa052d; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(170,5,45,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(5,170,130,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,5,45,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }