Skip to main content Skip to docs navigation

#a32046 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 True Crimson and its hex is #A22042 Nearest Color Name

Color Hue/Base color: Red

Hex #a32046 Color code in RGB color code model is created after adding 63.92% red color, 12.55% green color and 27.45% blue color. Hex #a32046 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 80% magenta, 57% yellow and 36.08% black.

Hex #a32046 color code is between #aa2244 web safe hex color code and #991155 web safe hex color code. #aa2244 is the nearest web safe color code. You can see here many more shades of #a32046 color code.

RGB Chart

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

Color Table

Hex Color Code a32046 #a32046
RGB Decimal 163, 32, 70 163, 32, 70
RGB Percent 64%, 13%, 27% rgb(64%, 13%, 27%)
CSS RGBa 163, 32, 70,1 rgba(163,32,70,1)
CMYK Model cmyk(0%,80%,57%,36.08%)
HSL Color Space 343,67% ,38% hsl(343,67% ,38%)
HSV Color Space 343°, 80%, 64%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100011 00100000 01000110
Octal 243 40 106
Decimal 163 32 70
Hex a3 20 46

Different shades of #a32046 color code.

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

Darkest of #a32046
#23070f
Darker of #a32046
#4e0f21
Dark of #a32046
#781834
Base of #a32046
#a32046
Light of #a32046
#ce2858
Lighter
#dc4d76
Lightest
#e47897

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

#a32046
#20a37d

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

Split Complementary

#a32046
#20a33c
#2088a3

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

Analogous Color

#a32092
#a3207d
#a32046
#a32620
#a35c20

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

#a32046
#2046a3
#46a320

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

#a32046
#46a320
#20a37d
#7d20a3

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

#a32046
#88a320
#20a37d
#3c20a3

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

#000000
#23070f
#4e0f21
#781834
#a32046
#ce2858
#dc4d76
#e47897
#eda2b8

Tints of #a32046 Color

#a32046
#ad385a
#b7516f
#c16a83
#cb8398
#d69bac
#e0b4c1
#eacdd5
#f4e6ea
#ffffff

Shades of #a32046 color code

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

#a32046
#901c3e
#7e1836
#6c152e
#5a1126
#480e1f
#360a17
#24070f
#120307
#000000

Tones

#a32046
#90344e
#7c4756
#695b5f
#626262

Tones

Similar Color like #a32046 color

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

#a42147
#a52248
#a62349
#a7244a
#a8254b
#a9264c
#aa274d
#ab284e
#ac294f
#ad2a50
#ae2b51
#af2c52
#b02d53
#b12e54
#a21f45
#a11e44
#a01d43
#9f1c42
#9e1b41
#9d1a40
#9c193f
#9b183e
#9a173d
#99163c
#98153b
#97143a
#961339
#951238

Download this Dark Red

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

#a32046 Color Code Preview on Black Background Color

This is how #a32046 Color will look on black background color. Color contrast ratio is 2.85

#a32046 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a32046

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a32046

#a32046 color code is use for CSS Background Color

Background color for the above div is #a32046

HTML with inline CSS

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

#a32046 color code is use for CSS Border Color

CSS Border color for the above div is #a32046

HTML with inline CSS

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

CSS Border Left color for the above div is #a32046

HTML with inline CSS

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

CSS Border Right color for the above div is #a32046

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a32046

HTML with inline CSS

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

CSS Border Top color for the above div is #a32046

HTML with inline CSS

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

#a32046 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a32046 Color code Preview on White Background

This is how #a32046 Color code will look on white background color. Color contrast ratio is 7.36

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

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