crispedge.com

Color picker

Loading...

#aa1c4a hex color - Red - Warm color - Information

#aa1c4a hex color - Red - Warm color

Color Hue/Base color: Red

Hex #aa1c4a Color code in RGB color code model is created after adding 66.67% red color, 10.98% green color and 29.02% blue color. Hex #aa1c4a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 84% magenta, 56% yellow and 33% black.

Hex #aa1c4a color code is between #992244 web safe hex color code and #bb1155 web safe hex color code. #992244 is the nearest web safe color code. You can see here many more shades of #aa1c4a color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeaa1c4a#aa1c4a
RGB Decimal170, 28, 74rgb(170, 28, 74)
RGB Percent67%, 11%, 29%rgb(67%, 11%, 29%)
CSS RGBa170, 28, 74,1rgba(170,28,74,1)
CMYK Modelcmyk(0%,84%,56%,33%)
HSL Color Space341,72% ,39%hsl(341,72% ,39%)
HSV Color Space341°, 84%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100001110001001010
Octal25234112
Decimal1702874
Hexaa1c4a

Different shades of #aa1c4a color code.

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

Light Shade of #aa1c4a
#d6235d
Dark Shade of #aa1c4a
#7e1537
Saturated Shade of #aa1c4a
#b41247
Desaturated Shade of #aa1c4a
#a0264d
Grey scale Shade of #aa1c4a
#636363
Brighten Shade
#c33563
Most Readable Shade
#FFFFFF

Shades of #aa1c4a color code

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

#aa1c4a
#971841
#841539
#711231
#5e0f29
#4b0c20
#380918
#250610
#120308
#000000

Similar Color like #aa1c4a color

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

#ab1d4b
#ac1e4c
#ad1f4d
#ae204e
#af214f
#b02250
#b12351
#b22452
#b32553
#b42654
#b52755
#b62856
#b72957
#b82a58
#a91b49
#a81a48
#a71947
#a61846
#a51745
#a41644
#a31543
#a21442
#a11341
#a01240
#9f113f
#9e103e
#9d0f3d
#9c0e3c

Monochromatic Color with #aa1c4a

#aa1c4a
#d4235d
#ff2a6f
#2a0712
#550e25
#7f1537

Tints of #aa1c4a Color

#aa1c4a
#b3355e
#bc4e72
#c66786
#cf809a
#d99aae
#e2b3c2
#ecccd6
#f5e5ea
#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

#aa1c4a
#1caa7c

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

Split Complementary

#aa1c4a
#1caa35
#1c91aa

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

Analogous Color

#aa1c83
#aa1c66
#aa1c4a
#aa1c2e
#aa271c

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

#aa1c4a
#4aaa1c
#1c4aaa

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

#aa1c4a
#91aa1c
#1caa7c
#351caa

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

#aa1c4a
#1caa7c
#1c91aa
#aa351c

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 #aa1c4a 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.

#aa1c4a Color Code Preview on Black Background Color

This is how #aa1c4a Color will look on black background color. Color contrast ratio is 2.97

#aa1c4a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa1c4a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa1c4a

#aa1c4a color code is use for CSS Background Color

Background color for the above div is #aa1c4a

HTML with inline CSS

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

#aa1c4a color code is use for CSS Border Color

CSS Border color for the above div is #aa1c4a

HTML with inline CSS

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

CSS Border Left color for the above div is #aa1c4a

HTML with inline CSS

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

CSS Border Right color for the above div is #aa1c4a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa1c4a

HTML with inline CSS

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

CSS Border Top color for the above div is #aa1c4a

HTML with inline CSS

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

#aa1c4a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa1c4a Color code Preview on White Background

This is how #aa1c4a Color code will look on white background color. Color contrast ratio is 7.06

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

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,28,74,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(28,170,124,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,28,74,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.