Skip to main content Skip to docs navigation

#ac080b 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 Crisp Christmas Cranberries and its hex is #A6080E Nearest Color Name

Color Hue/Base color: Red

Hex #ac080b Color code in RGB color code model is created after adding 67.45% red color, 3.14% green color and 4.31% blue color. Hex #ac080b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 95% magenta, 94% yellow and 32.55% black.

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

RGB Chart

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

Color Table

Hex Color Code ac080b #ac080b
RGB Decimal 172, 8, 11 172, 8, 11
RGB Percent 67%, 3%, 4% rgb(67%, 3%, 4%)
CSS RGBa 172, 8, 11,1 rgba(172,8,11,1)
CMYK Model cmyk(0%,95%,94%,32.55%)
HSL Color Space 359,91% ,35% hsl(359,91% ,35%)
HSV Color Space 359°, 95%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101100 00001000 00001011
Octal 254 10 13
Decimal 172 8 11
Hex ac 08 0b

Different shades of #ac080b color code.

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

Darkest of #ac080b
#1a0102
Darker of #ac080b
#4b0305
Dark of #ac080b
#7b0608
Base of #ac080b
#ac080b
Light of #ac080b
#dd0a0e
Lighter
#f52529
Lightest
#f75659

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

#ac080b
#08aca9

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

Split Complementary

#ac080b
#08ac57
#085dac

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

Analogous Color

#ac086b
#ac084f
#ac080b
#ac3c08
#ac8008

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

#ac080b
#080bac
#0bac08

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

#ac080b
#0bac08
#08aca9
#a908ac

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

#ac080b
#5dac08
#08aca9
#5708ac

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

#000000
#1a0102
#4b0305
#7b0608
#ac080b
#dd0a0e
#f52529
#f75659
#f98789

Tints of #ac080b Color

#ac080b
#b52326
#be3e41
#c75a5c
#d07577
#da9192
#e3acad
#ecc8c8
#f5e3e3
#ffffff

Shades of #ac080b color code

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

#ac080b
#980709
#850608
#720507
#5f0406
#4c0304
#390203
#260102
#130001
#000000

Tones

#ac080b
#9a1a1c
#882c2e
#763e3f
#645050

Tones

Similar Color like #ac080b color

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

#ad090c
#ae0a0d
#af0b0e
#b00c0f
#b10d10
#b20e11
#b30f12
#b41013
#b51114
#b61215
#b71316
#b81417
#b91518
#ba1619
#ab070a
#aa0609
#a90508
#a80407
#a70306
#a60205
#a50104
#a40003
#a30002
#a20001
#a10000
#a00000
#9f0000
#9e0000

Download this Dark Red

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

#ac080b Color Code Preview on Black Background Color

This is how #ac080b Color will look on black background color. Color contrast ratio is 2.79

#ac080b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac080b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac080b

#ac080b color code is use for CSS Background Color

Background color for the above div is #ac080b

HTML with inline CSS

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

#ac080b color code is use for CSS Border Color

CSS Border color for the above div is #ac080b

HTML with inline CSS

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

CSS Border Left color for the above div is #ac080b

HTML with inline CSS

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

CSS Border Right color for the above div is #ac080b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac080b

HTML with inline CSS

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

CSS Border Top color for the above div is #ac080b

HTML with inline CSS

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

#ac080b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac080b Color code Preview on White Background

This is how #ac080b Color code will look on white background color. Color contrast ratio is 7.52

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

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