Skip to main content Skip to docs navigation

#aa271c 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 Pantone 2350 C and its hex is #AF231C Nearest Color Name

Color Hue/Base color: Red

Hex #aa271c Color code in RGB color code model is created after adding 66.67% red color, 15.29% green color and 10.98% blue color. Hex #aa271c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 77% magenta, 84% yellow and 33.33% black.

Hex #aa271c color code is between #992222 web safe hex color code and #bb3311 web safe hex color code. #992222 is the nearest web safe color code. You can see here many more shades of #aa271c color code.

RGB Chart

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

Color Table

Hex Color Code aa271c #aa271c
RGB Decimal 170, 39, 28 170, 39, 28
RGB Percent 67%, 15%, 11% rgb(67%, 15%, 11%)
CSS RGBa 170, 39, 28,1 rgba(170,39,28,1)
CMYK Model cmyk(0%,77%,84%,33.33%)
HSL Color Space 5,72% ,39% hsl(5,72% ,39%)
HSV Color Space 5°, 84%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 00100111 00011100
Octal 252 47 34
Decimal 170 39 28
Hex aa 27 1c

Different shades of #aa271c color code.

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

Darkest of #aa271c
#270906
Darker of #aa271c
#52130e
Dark of #aa271c
#7e1d15
Base of #aa271c
#aa271c
Light of #aa271c
#d63123
Lighter
#e1564b
Lightest
#e97f76

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

#aa271c
#1c9faa

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

Split Complementary

#aa271c
#1caa6e
#1c58aa

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

Analogous Color

#aa1c64
#aa1c4c
#aa271c
#aa561c
#aa911c

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

#aa271c
#271caa
#1caa27

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

#aa271c
#1caa27
#1c9faa
#aa1c9f

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

#aa271c
#58aa1c
#1c9faa
#6e1caa

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 #aa271c

#000000
#270906
#52130e
#7e1d15
#aa271c
#d63123
#e1564b
#e97f76
#f0a8a2

Tints of #aa271c Color

#aa271c
#b33f35
#bc574e
#c66f67
#cf8780
#d99f9a
#e2b7b3
#eccfcc
#f5e7e5
#ffffff

Shades of #aa271c color code

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

#aa271c
#972218
#841e15
#711a12
#5e150f
#4b110c
#380d09
#250806
#120403
#000000

Tones

#aa271c
#963830
#824844
#6f5957
#636363

Tones

Similar Color like #aa271c color

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

#ab281d
#ac291e
#ad2a1f
#ae2b20
#af2c21
#b02d22
#b12e23
#b22f24
#b33025
#b43126
#b53227
#b63328
#b73429
#b8352a
#a9261b
#a8251a
#a72419
#a62318
#a52217
#a42116
#a32015
#a21f14
#a11e13
#a01d12
#9f1c11
#9e1b10
#9d1a0f
#9c190e

Download this Dark Red

Hex #aa271c 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.

#aa271c Color Code Preview on Black Background Color

This is how #aa271c Color will look on black background color. Color contrast ratio is 3.02

#aa271c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa271c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa271c

#aa271c color code is use for CSS Background Color

Background color for the above div is #aa271c

HTML with inline CSS

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

#aa271c color code is use for CSS Border Color

CSS Border color for the above div is #aa271c

HTML with inline CSS

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

CSS Border Left color for the above div is #aa271c

HTML with inline CSS

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

CSS Border Right color for the above div is #aa271c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa271c

HTML with inline CSS

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

CSS Border Top color for the above div is #aa271c

HTML with inline CSS

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

#aa271c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa271c Color code Preview on White Background

This is how #aa271c Color code will look on white background color. Color contrast ratio is 6.96

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 #aa271c; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #aa271c; }

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,39,28,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(28,159,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,39,28,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }