Skip to main content Skip to docs navigation

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

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

RGB Chart

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

Color Table

Hex Color Code ab130d #ab130d
RGB Decimal 171, 19, 13 171, 19, 13
RGB Percent 67%, 7%, 5% rgb(67%, 7%, 5%)
CSS RGBa 171, 19, 13,1 rgba(171,19,13,1)
CMYK Model cmyk(0%,89%,92%,32.94%)
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 10101011 00010011 00001101
Octal 253 23 15
Decimal 171 19 13
Hex ab 13 0d

Different shades of #ab130d color code.

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

Darkest of #ab130d
#1d0302
Darker of #ab130d
#4c0806
Dark of #ab130d
#7c0e09
Base of #ab130d
#ab130d
Light of #ab130d
#da1811
Lighter
#ef362f
Lightest
#f3645e

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

#ab130d
#0da5ab

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

Split Complementary

#ab130d
#0dab62
#0d56ab

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

Analogous Color

#ab0d63
#ab0d49
#ab130d
#ab480d
#ab8a0d

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

#ab130d
#130dab
#0dab13

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

#ab130d
#0dab13
#0da5ab
#ab0da5

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

#ab130d
#56ab0d
#0da5ab
#620dab

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

#000000
#1d0302
#4c0806
#7c0e09
#ab130d
#da1811
#ef362f
#f3645e
#f6928e

Tints of #ab130d Color

#ab130d
#b42d27
#bd4742
#c7615d
#d07b78
#d99693
#e3b0ae
#eccac9
#f5e4e4
#ffffff

Shades of #ab130d color code

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

#ab130d
#98100b
#850e0a
#720c08
#5f0a07
#4c0805
#390604
#260402
#130201
#000000

Tones

#ab130d
#99241f
#863532
#744644
#615757

Tones

Similar Color like #ab130d color

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

#ac140e
#ad150f
#ae1610
#af1711
#b01812
#b11913
#b21a14
#b31b15
#b41c16
#b51d17
#b61e18
#b71f19
#b8201a
#b9211b
#aa120c
#a9110b
#a8100a
#a70f09
#a60e08
#a50d07
#a40c06
#a30b05
#a20a04
#a10903
#a00802
#9f0701
#9e0600
#9d0500

Download this Dark Red

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

#ab130d Color Code Preview on Black Background Color

This is how #ab130d Color will look on black background color. Color contrast ratio is 2.83

#ab130d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab130d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab130d

#ab130d color code is use for CSS Background Color

Background color for the above div is #ab130d

HTML with inline CSS

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

#ab130d color code is use for CSS Border Color

CSS Border color for the above div is #ab130d

HTML with inline CSS

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

CSS Border Left color for the above div is #ab130d

HTML with inline CSS

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

CSS Border Right color for the above div is #ab130d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab130d

HTML with inline CSS

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

CSS Border Top color for the above div is #ab130d

HTML with inline CSS

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

#ab130d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab130d Color code Preview on White Background

This is how #ab130d Color code will look on white background color. Color contrast ratio is 7.42

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

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