@
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.

#ab003a hex color - Red - Warm color - Information

#ab003a hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ab003a Color code in RGB color code model is created after adding 67.06% red color, 0% green color and 22.75% blue color. Hex #ab003a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 100% magenta, 66% yellow and 32.94% black.

Hex #ab003a color code is between #aa0033 web safe hex color code and #bb0044 web safe hex color code. #aa0033 is the nearest web safe color code. You can see here many more shades of #ab003a color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Code ab003a #ab003a
RGB Decimal 171, 0, 58 rgb(171, 0, 58)
RGB Percent 67%, 0%, 23% rgb(67%, 0%, 23%)
CSS RGBa 171, 0, 58,1 rgba(171,0,58,1)
CMYK Model cmyk(0%,100%,66%,32.94%)
HSL Color Space 340,100% ,34% hsl(340,100% ,34%)
HSV Color Space 340°, 100%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101011 00000000 00111010
Octal 253 0 72
Decimal 171 0 58
Hex ab 00 3a

Different shades of #ab003a color code.

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

Light Shade of #ab003a
#de004b
Dark Shade of #ab003a
#780029
Saturated Shade of #ab003a
#ab003a
Desaturated Shade of #ab003a
#a2093d
Grey scale Shade of #ab003a
#555555
Brighten Shade
#c41953
Most Readable Shade
#FFFFFF

Shades of #ab003a color code

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

#ab003a
#980033
#85002d
#720026
#5f0020
#4c0019
#390013
#26000c
#130006
#000000

Similar Color like #ab003a color

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

#ac013b
#ad023c
#ae033d
#af043e
#b0053f
#b10640
#b20741
#b30842
#b40943
#b50a44
#b60b45
#b70c46
#b80d47
#b90e48
#aa0039
#a90038
#a80037
#a70036
#a60035
#a50034
#a40033
#a30032
#a20031
#a10030
#a0002f
#9f002e
#9e002d
#9d002c

Monochromatic Color with #ab003a

#ab003a
#d50048
#010000
#2b000f
#56001d
#80002c

Tints of #ab003a Color

#ab003a
#b41c4f
#bd3865
#c7557b
#d07191
#d98da7
#e3aabd
#ecc6d3
#f5e2e9
#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

#ab003a
#00ab71

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

Split Complementary

#ab003a
#00ab1b
#0090ab

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

Analogous Color

#ab007e
#ab005c
#ab003a
#ab0018
#ab0a00

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

#ab003a
#3aab00
#003aab

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

#ab003a
#8fab00
#00ab71
#1b00ab

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

#ab003a
#00ab71
#0090ab
#ab1b00

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

#ab003a Color Code Preview on Black Background Color

This is how #ab003a Color will look on black background color. Color contrast ratio is 2.79

#ab003a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab003a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab003a

#ab003a color code is use for CSS Background Color

Background color for the above div is #ab003a

HTML with inline CSS

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

#ab003a color code is use for CSS Border Color

CSS Border color for the above div is #ab003a

HTML with inline CSS

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

CSS Border Left color for the above div is #ab003a

HTML with inline CSS

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

CSS Border Right color for the above div is #ab003a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab003a

HTML with inline CSS

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

CSS Border Top color for the above div is #ab003a

HTML with inline CSS

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

#ab003a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab003a Color code Preview on White Background

This is how #ab003a Color code will look on white background color. Color contrast ratio is 7.52

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

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.