crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ab2030 hex color - Red - Warm color - Information

#ab2030 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #ab2030 Color code in RGB color code model is created after adding 67.06% red color, 12.55% green color and 18.82% blue color. Hex #ab2030 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 81% magenta, 72% yellow and 33% black.

Hex #ab2030 color code is between #aa2233 web safe hex color code and #bb1122 web safe hex color code. #aa2233 is the nearest web safe color code. You can see here many more shades of #ab2030 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeab2030#ab2030
RGB Decimal171, 32, 48rgb(171, 32, 48)
RGB Percent67%, 13%, 19%rgb(67%, 13%, 19%)
CSS RGBa171, 32, 48,1rgba(171,32,48,1)
CMYK Modelcmyk(0%,81%,72%,33%)
HSL Color Space353,68% ,40%hsl(353,68% ,40%)
HSV Color Space353°, 81%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010110010000000110000
Octal2534060
Decimal1713248
Hexab2030

Different shades of #ab2030 color code.

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

Light Shade of #ab2030
#d6283c
Dark Shade of #ab2030
#801824
Saturated Shade of #ab2030
#b51628
Desaturated Shade of #ab2030
#a12a38
Grey scale Shade of #ab2030
#656565
Brighten Shade
#c43949
Most Readable Shade
#FFFFFF

Shades of #ab2030 color code

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

#ab2030
#981c2a
#851825
#721520
#5f111a
#4c0e15
#390a10
#26070a
#130305
#000000

Similar Color like #ab2030 color

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

#ac2131
#ad2232
#ae2333
#af2434
#b02535
#b12636
#b22737
#b32838
#b42939
#b52a3a
#b62b3b
#b72c3c
#b82d3d
#b92e3e
#aa1f2f
#a91e2e
#a81d2d
#a71c2c
#a61b2b
#a51a2a
#a41929
#a31828
#a21727
#a11626
#a01525
#9f1424
#9e1323
#9d1222

Monochromatic Color with #ab2030

#ab2030
#d5283c
#010000
#2b080c
#561018
#801824

Tints of #ab2030 Color

#ab2030
#b43847
#bd515e
#c76a75
#d0838c
#d99ba3
#e3b4ba
#eccdd1
#f5e6e8
#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

#ab2030
#20ab9b

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

Split Complementary

#ab2030
#20ab55
#2076ab

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

Analogous Color

#ab2068
#ab204c
#ab2030
#ab2c20
#ab4820

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

#ab2030
#30ab20
#2030ab

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

#ab2030
#75ab20
#20ab9b
#5520ab

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

#ab2030
#20ab9b
#2076ab
#ab5520

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

#ab2030 Color Code Preview on Black Background Color

This is how #ab2030 Color will look on black background color. Color contrast ratio is 2.98

#ab2030 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab2030

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab2030

#ab2030 color code is use for CSS Background Color

Background color for the above div is #ab2030

HTML with inline CSS

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

#ab2030 color code is use for CSS Border Color

CSS Border color for the above div is #ab2030

HTML with inline CSS

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

CSS Border Left color for the above div is #ab2030

HTML with inline CSS

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

CSS Border Right color for the above div is #ab2030

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab2030

HTML with inline CSS

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

CSS Border Top color for the above div is #ab2030

HTML with inline CSS

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

#ab2030 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab2030 Color code Preview on White Background

This is how #ab2030 Color code will look on white background color. Color contrast ratio is 7.04

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.