Skip to main content Skip to docs navigation

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

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

RGB Chart

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

Color Table

Hex Color Code ab100b #ab100b
RGB Decimal 171, 16, 11 171, 16, 11
RGB Percent 67%, 6%, 4% rgb(67%, 6%, 4%)
CSS RGBa 171, 16, 11,1 rgba(171,16,11,1)
CMYK Model cmyk(0%,91%,94%,32.94%)
HSL Color Space 2,88% ,36% hsl(2,88% ,36%)
HSV Color Space 2°, 94%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101011 00010000 00001011
Octal 253 20 13
Decimal 171 16 11
Hex ab 10 0b

Different shades of #ab100b color code.

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

Darkest of #ab100b
#1b0302
Darker of #ab100b
#4b0705
Dark of #ab100b
#7b0c08
Base of #ab100b
#ab100b
Light of #ab100b
#db150e
Lighter
#f1312b
Lightest
#f45f5b

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

#ab100b
#0ba6ab

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

Split Complementary

#ab100b
#0bab60
#0b56ab

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

Analogous Color

#ab0b63
#ab0b49
#ab100b
#ab450b
#ab880b

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

#ab100b
#100bab
#0bab10

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

#ab100b
#0bab10
#0ba6ab
#ab0ba6

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

#ab100b
#56ab0b
#0ba6ab
#600bab

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

#000000
#1b0302
#4b0705
#7b0c08
#ab100b
#db150e
#f1312b
#f45f5b
#f88e8b

Tints of #ab100b Color

#ab100b
#b42a26
#bd4541
#c75f5c
#d07a77
#d99492
#e3afad
#ecc9c8
#f5e4e3
#ffffff

Shades of #ab100b color code

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

#ab100b
#980e09
#850c08
#720a07
#5f0806
#4c0704
#390503
#260302
#130101
#000000

Tones

#ab100b
#99211d
#87322f
#744342
#625454

Tones

Similar Color like #ab100b color

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

#ac110c
#ad120d
#ae130e
#af140f
#b01510
#b11611
#b21712
#b31813
#b41914
#b51a15
#b61b16
#b71c17
#b81d18
#b91e19
#aa0f0a
#a90e09
#a80d08
#a70c07
#a60b06
#a50a05
#a40904
#a30803
#a20702
#a10601
#a00500
#9f0400
#9e0300
#9d0200

Download this Dark Red

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

#ab100b Color Code Preview on Black Background Color

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

#ab100b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab100b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab100b

#ab100b color code is use for CSS Background Color

Background color for the above div is #ab100b

HTML with inline CSS

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

#ab100b color code is use for CSS Border Color

CSS Border color for the above div is #ab100b

HTML with inline CSS

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

CSS Border Left color for the above div is #ab100b

HTML with inline CSS

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

CSS Border Right color for the above div is #ab100b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab100b

HTML with inline CSS

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

CSS Border Top color for the above div is #ab100b

HTML with inline CSS

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

#ab100b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab100b Color code Preview on White Background

This is how #ab100b Color code will look on white background color. Color contrast ratio is 7.47

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

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