Skip to main content Skip to docs navigation

#aa130d 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 Thick Red and its hex is #B30D0D Nearest Color Name

Color Hue/Base color: Red

Hex #aa130d Color code in RGB color code model is created after adding 66.67% red color, 7.45% green color and 5.1% blue color. Hex #aa130d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 89% magenta, 92% yellow and 33.33% black.

Hex #aa130d color code is between #991111 web safe hex color code and #bb2200 web safe hex color code. #991111 is the nearest web safe color code. You can see here many more shades of #aa130d color code.

RGB Chart

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

Color Table

Hex Color Code aa130d #aa130d
RGB Decimal 170, 19, 13 170, 19, 13
RGB Percent 67%, 7%, 5% rgb(67%, 7%, 5%)
CSS RGBa 170, 19, 13,1 rgba(170,19,13,1)
CMYK Model cmyk(0%,89%,92%,33.33%)
HSL Color Space 2,86% ,36% hsl(2,86% ,36%)
HSV Color Space 2°, 92%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 00010011 00001101
Octal 252 23 15
Decimal 170 19 13
Hex aa 13 0d

Different shades of #aa130d color code.

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

Darkest of #aa130d
#1c0302
Darker of #aa130d
#4b0806
Dark of #aa130d
#7b0e09
Base of #aa130d
#aa130d
Light of #aa130d
#d91811
Lighter
#ef352e
Lightest
#f3635d

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

#aa130d
#0da4aa

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

Split Complementary

#aa130d
#0daa61
#0d56aa

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

Analogous Color

#aa0d63
#aa0d48
#aa130d
#aa470d
#aa890d

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

#aa130d
#130daa
#0daa13

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

#aa130d
#0daa13
#0da4aa
#aa0da4

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

#aa130d
#56aa0d
#0da4aa
#610daa

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

#000000
#1c0302
#4b0806
#7b0e09
#aa130d
#d91811
#ef352e
#f3635d
#f6918d

Tints of #aa130d Color

#aa130d
#b32d27
#bc4742
#c6615d
#cf7b78
#d99693
#e2b0ae
#eccac9
#f5e4e4
#ffffff

Shades of #aa130d color code

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

#aa130d
#97100b
#840e0a
#710c08
#5e0a07
#4b0805
#380604
#250402
#120201
#000000

Tones

#aa130d
#98241f
#853532
#734644
#615756

Tones

Similar Color like #aa130d color

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

#ab140e
#ac150f
#ad1610
#ae1711
#af1812
#b01913
#b11a14
#b21b15
#b31c16
#b41d17
#b51e18
#b61f19
#b7201a
#b8211b
#a9120c
#a8110b
#a7100a
#a60f09
#a50e08
#a40d07
#a30c06
#a20b05
#a10a04
#a00903
#9f0802
#9e0701
#9d0600
#9c0500

Download this Dark Red

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

#aa130d Color Code Preview on Black Background Color

This is how #aa130d Color will look on black background color. Color contrast ratio is 2.81

#aa130d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa130d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa130d

#aa130d color code is use for CSS Background Color

Background color for the above div is #aa130d

HTML with inline CSS

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

#aa130d color code is use for CSS Border Color

CSS Border color for the above div is #aa130d

HTML with inline CSS

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

CSS Border Left color for the above div is #aa130d

HTML with inline CSS

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

CSS Border Right color for the above div is #aa130d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa130d

HTML with inline CSS

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

CSS Border Top color for the above div is #aa130d

HTML with inline CSS

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

#aa130d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa130d Color code Preview on White Background

This is how #aa130d Color code will look on white background color. Color contrast ratio is 7.48

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

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