Skip to main content Skip to docs navigation

#aa130c 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 #aa130c Color code in RGB color code model is created after adding 66.67% red color, 7.45% green color and 4.71% blue color. Hex #aa130c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 89% magenta, 93% yellow and 33.33% black.

Hex #aa130c 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 #aa130c color code.

RGB Chart

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

Color Table

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

Color in numbers

Type Red Green Blue
Binary 10101010 00010011 00001100
Octal 252 23 14
Decimal 170 19 12
Hex aa 13 0c

Different shades of #aa130c color code.

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

Darkest of #aa130c
#1b0302
Darker of #aa130c
#4b0805
Dark of #aa130c
#7a0e09
Base of #aa130c
#aa130c
Light of #aa130c
#da180f
Lighter
#f0352c
Lightest
#f3625c

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

#aa130c
#0ca3aa

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

Split Complementary

#aa130c
#0caa62
#0c54aa

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

Analogous Color

#aa0c61
#aa0c47
#aa130c
#aa480c
#aa8a0c

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

#aa130c
#130caa
#0caa13

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

#aa130c
#0caa13
#0ca3aa
#aa0ca3

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

#aa130c
#54aa0c
#0ca3aa
#620caa

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

#000000
#1b0302
#4b0805
#7a0e09
#aa130c
#da180f
#f0352c
#f3625c
#f7908b

Tints of #aa130c Color

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

Shades of #aa130c color code

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

#aa130c
#97100a
#840e09
#710c08
#5e0a06
#4b0805
#380604
#250402
#120201
#000000

Tones

#aa130c
#98241e
#863430
#734543
#615555

Tones

Similar Color like #aa130c color

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

#ab140d
#ac150e
#ad160f
#ae1710
#af1811
#b01912
#b11a13
#b21b14
#b31c15
#b41d16
#b51e17
#b61f18
#b72019
#b8211a
#a9120b
#a8110a
#a71009
#a60f08
#a50e07
#a40d06
#a30c05
#a20b04
#a10a03
#a00902
#9f0801
#9e0700
#9d0600
#9c0500

Download this Dark Red

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

#aa130c Color Code Preview on Black Background Color

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

#aa130c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa130c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa130c

#aa130c color code is use for CSS Background Color

Background color for the above div is #aa130c

HTML with inline CSS

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

#aa130c color code is use for CSS Border Color

CSS Border color for the above div is #aa130c

HTML with inline CSS

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

CSS Border Left color for the above div is #aa130c

HTML with inline CSS

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

CSS Border Right color for the above div is #aa130c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa130c

HTML with inline CSS

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

CSS Border Top color for the above div is #aa130c

HTML with inline CSS

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

#aa130c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa130c Color code Preview on White Background

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

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