Skip to main content Skip to docs navigation

#AA3333 hex color | Raging Raisin | 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

Color Hue/Base color: Red

Hex #AA3333 Color Code is also known as | Raging Raisin color.

Hex #AA3333 Color code in RGB color code model is created after adding 66.67% red color, 20% green color and 20% blue color. Hex #AA3333 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 70% magenta, 70% yellow and 33.33% black.

Hex #AA3333 color code is a web safe color. Next web safe color code is #992222 and previous web safe color code is #bb4444. You can see here many more shades of #AA3333 color code.

RGB Chart

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

Color Table

Hex Color Code AA3333 #AA3333
RGB Decimal 170, 51, 51 170, 51, 51
RGB Percent 67%, 20%, 20% rgb(67%, 20%, 20%)
CSS RGBa 170, 51, 51,1 rgba(170,51,51,1)
CMYK Model cmyk(0%,70%,70%,33.33%)
HSL Color Space 0,54% ,43% hsl(0,54% ,43%)
HSV Color Space 0°, 70%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 00110011 00110011
Octal 252 63 63
Decimal 170 51 51
Hex AA 33 33

Different shades of #AA3333 color code.

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

Darkest of #AA3333
#341010
Darker of #AA3333
#5c1b1b
Dark of #AA3333
#832727
Base of #AA3333
#aa3333
Light of #AA3333
#c84848
Lighter
#d46f6f
Lightest
#e09696

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

#aa3333
#33aaaa

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

Split Complementary

#AA3333
#33aa6e
#336eaa

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

Analogous Color

#aa3378
#aa3365
#aa3333
#aa5b33
#aa8c33

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

#AA3333
#3333aa
#33aa33

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

#AA3333
#33aa33
#33aaaa
#aa33aa

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

#AA3333
#6eaa33
#33aaaa
#6e33aa

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

#0d0404
#341010
#5c1b1b
#832727
#aa3333
#c84848
#d46f6f
#e09696
#ebbebe

Tints of #AA3333 Color

#aa3333
#b34949
#bc6060
#c67777
#cf8d8d
#d9a4a4
#e2bbbb
#ecd1d1
#f5e8e8
#ffffff

Shades of #AA3333 color code

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

#aa3333
#972d2d
#842727
#712222
#5e1c1c
#4b1616
#381111
#250b0b
#120505
#000000

Tones

#aa3333
#944949
#7e5f5f
#6e6e6e
#6e6e6e

Tones

Similar Color like #AA3333 color

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

#ab3434
#ac3535
#ad3636
#ae3737
#af3838
#b03939
#b13a3a
#b23b3b
#b33c3c
#b43d3d
#b53e3e
#b63f3f
#b74040
#b84141
#a93232
#a83131
#a73030
#a62f2f
#a52e2e
#a42d2d
#a32c2c
#a22b2b
#a12a2a
#a02929
#9f2828
#9e2727
#9d2626
#9c2525

Download this Dark Red

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

#AA3333 Color Code Preview on Black Background Color

This is how #AA3333 Color will look on black background color. Color contrast ratio is 3.23

#AA3333 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #AA3333

HTML with inline CSS

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

Your Example Paragraph content text in with font color #AA3333

#AA3333 color code is use for CSS Background Color

Background color for the above div is #AA3333

HTML with inline CSS

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

#AA3333 color code is use for CSS Border Color

CSS Border color for the above div is #AA3333

HTML with inline CSS

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

CSS Border Left color for the above div is #AA3333

HTML with inline CSS

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

CSS Border Right color for the above div is #AA3333

HTML with inline CSS

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

CSS Border Bottom color for the above div is #AA3333

HTML with inline CSS

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

CSS Border Top color for the above div is #AA3333

HTML with inline CSS

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

#AA3333 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#AA3333 Color code Preview on White Background

This is how #AA3333 Color code will look on white background color. Color contrast ratio is 6.50

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

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