crispedge.com

Color picker

Loading...

#aa050f hex color - Red - Warm color - Information

#aa050f hex color - Red - Warm color

Color Hue/Base color: Red

Hex #aa050f Color code in RGB color code model is created after adding 66.67% red color, 1.96% green color and 5.88% blue color. Hex #aa050f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 97% magenta, 91% yellow and 33% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeaa050f#aa050f
RGB Decimal170, 5, 15rgb(170, 5, 15)
RGB Percent67%, 2%, 6%rgb(67%, 2%, 6%)
CSS RGBa170, 5, 15,1rgba(170,5,15,1)
CMYK Modelcmyk(0%,97%,91%,33%)
HSL Color Space356,94% ,34%hsl(356,94% ,34%)
HSV Color Space356°, 97%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100000010100001111
Octal252517
Decimal170515
Hexaa050f

Different shades of #aa050f color code.

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

Light Shade of #aa050f
#dc0613
Dark Shade of #aa050f
#78040b
Saturated Shade of #aa050f
#af000b
Desaturated Shade of #aa050f
#a10e17
Grey scale Shade of #aa050f
#575757
Brighten Shade
#c31e28
Most Readable Shade
#FFFFFF

Shades of #aa050f color code

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

#aa050f
#97040d
#84030b
#71030a
#5e0208
#4b0206
#380105
#250103
#120001
#000000

Similar Color like #aa050f color

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

#ab0610
#ac0711
#ad0812
#ae0913
#af0a14
#b00b15
#b10c16
#b20d17
#b30e18
#b40f19
#b5101a
#b6111b
#b7121c
#b8131d
#a9040e
#a8030d
#a7020c
#a6010b
#a5000a
#a40009
#a30008
#a20007
#a10006
#a00005
#9f0004
#9e0003
#9d0002
#9c0001

Monochromatic Color with #aa050f

#aa050f
#d40613
#ff0817
#2a0104
#550308
#7f040b

Tints of #aa050f Color

#aa050f
#b32029
#bc3c44
#c6585f
#cf7479
#d98f94
#e2abaf
#ecc7c9
#f5e3e4
#ffffff

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

#aa050f
#05aaa0

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

Split Complementary

#aa050f
#05aa4e
#0561aa

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

Analogous Color

#aa0551
#aa0530
#aa050f
#aa1c05
#aa3d05

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

#aa050f
#0faa05
#050faa

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

#aa050f
#61aa05
#05aaa0
#4d05aa

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#aa050f
#05aaa0
#0561aa
#aa4e05

Double Complementary 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).

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

#aa050f Color Code Preview on Black Background Color

This is how #aa050f Color will look on black background color. Color contrast ratio is 2.74

#aa050f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa050f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa050f

#aa050f color code is use for CSS Background Color

Background color for the above div is #aa050f

HTML with inline CSS

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

#aa050f color code is use for CSS Border Color

CSS Border color for the above div is #aa050f

HTML with inline CSS

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

CSS Border Left color for the above div is #aa050f

HTML with inline CSS

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

CSS Border Right color for the above div is #aa050f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa050f

HTML with inline CSS

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

CSS Border Top color for the above div is #aa050f

HTML with inline CSS

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

#aa050f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa050f Color code Preview on White Background

This is how #aa050f Color code will look on white background color. Color contrast ratio is 7.67

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(170,5,15,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(5,170,160,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,5,15,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.