crispedge.com

Color picker

Loading...

#a53c5b hex color - Red - Warm color - Information

#a53c5b hex color - Red - Warm color

Color Hue/Base color: Red

Hex #a53c5b Color code in RGB color code model is created after adding 64.71% red color, 23.53% green color and 35.69% blue color. Hex #a53c5b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 64% magenta, 45% yellow and 35% black.

Hex #a53c5b color code is between #aa4455 web safe hex color code and #993366 web safe hex color code. #aa4455 is the nearest web safe color code. You can see here many more shades of #a53c5b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea53c5b#a53c5b
RGB Decimal165, 60, 91rgb(165, 60, 91)
RGB Percent65%, 24%, 36%rgb(65%, 24%, 36%)
CSS RGBa165, 60, 91,1rgba(165,60,91,1)
CMYK Modelcmyk(0%,64%,45%,35%)
HSL Color Space342,47% ,44%hsl(342,47% ,44%)
HSV Color Space342°, 64%, 65%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001010011110001011011
Octal24574133
Decimal1656091
Hexa53c5b

Different shades of #a53c5b color code.

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

Light Shade of #a53c5b
#c15374
Dark Shade of #a53c5b
#802e46
Saturated Shade of #a53c5b
#b03156
Desaturated Shade of #a53c5b
#9a4760
Grey scale Shade of #a53c5b
#707070
Brighten Shade
#be5574
Most Readable Shade
#FFFFFF

Shades of #a53c5b color code

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

#a53c5b
#923550
#802e46
#6e283c
#5b2132
#491a28
#37141e
#240d14
#12060a
#000000

Similar Color like #a53c5b color

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

#a63d5c
#a73e5d
#a83f5e
#a9405f
#aa4160
#ab4261
#ac4362
#ad4463
#ae4564
#af4665
#b04766
#b14867
#b24968
#b34a69
#a43b5a
#a33a59
#a23958
#a13857
#a03756
#9f3655
#9e3554
#9d3453
#9c3352
#9b3251
#9a3150
#99304f
#982f4e
#972e4d

Monochromatic Color with #a53c5b

#a53c5b
#cf4b72
#fa5b8a
#250e15
#501d2c
#7a2d44

Tints of #a53c5b Color

#a53c5b
#af516d
#b9677f
#c37d91
#cd92a3
#d7a8b6
#e1bec8
#ebd3da
#f5e9ec
#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

#a53c5b
#3ca586

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

Split Complementary

#a53c5b
#3ca551
#3c90a5

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

Analogous Color

#a53c85
#a53c70
#a53c5b
#a53c46
#a5473c

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

#a53c5b
#5ba53c
#3c5ba5

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

#a53c5b
#8fa53c
#3ca586
#513ca5

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

#a53c5b
#3ca586
#3c90a5
#a5513c

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

#a53c5b Color Code Preview on Black Background Color

This is how #a53c5b Color will look on black background color. Color contrast ratio is 3.40

#a53c5b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a53c5b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a53c5b

#a53c5b color code is use for CSS Background Color

Background color for the above div is #a53c5b

HTML with inline CSS

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

#a53c5b color code is use for CSS Border Color

CSS Border color for the above div is #a53c5b

HTML with inline CSS

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

CSS Border Left color for the above div is #a53c5b

HTML with inline CSS

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

CSS Border Right color for the above div is #a53c5b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a53c5b

HTML with inline CSS

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

CSS Border Top color for the above div is #a53c5b

HTML with inline CSS

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

#a53c5b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a53c5b Color code Preview on White Background

This is how #a53c5b Color code will look on white background color. Color contrast ratio is 6.18

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.