crispedge.com

Color picker

Loading...

#ad0b3b hex color - Red - Warm color - Information

#ad0b3b hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ad0b3b Color code in RGB color code model is created after adding 67.84% red color, 4.31% green color and 23.14% blue color. Hex #ad0b3b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 94% magenta, 66% yellow and 32% black.

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

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codead0b3b#ad0b3b
RGB Decimal173, 11, 59rgb(173, 11, 59)
RGB Percent68%, 4%, 23%rgb(68%, 4%, 23%)
CSS RGBa173, 11, 59,1rgba(173,11,59,1)
CMYK Modelcmyk(0%,94%,66%,32%)
HSL Color Space342,88% ,36%hsl(342,88% ,36%)
HSV Color Space342°, 94%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010000101100111011
Octal2551373
Decimal1731159
Hexad0b3b

Different shades of #ad0b3b color code.

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

Light Shade of #ad0b3b
#dd0e4b
Dark Shade of #ad0b3b
#7d082b
Saturated Shade of #ad0b3b
#b60237
Desaturated Shade of #ad0b3b
#a4143f
Grey scale Shade of #ad0b3b
#5c5c5c
Brighten Shade
#c62454
Most Readable Shade
#FFFFFF

Shades of #ad0b3b color code

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

#ad0b3b
#990934
#86082d
#730727
#600620
#4c041a
#390313
#26020d
#130106
#000000

Similar Color like #ad0b3b color

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

#ae0c3c
#af0d3d
#b00e3e
#b10f3f
#b21040
#b31141
#b41242
#b51343
#b61444
#b71545
#b81646
#b91747
#ba1848
#bb1949
#ac0a3a
#ab0939
#aa0838
#a90737
#a80636
#a70535
#a60434
#a50333
#a40232
#a30131
#a20030
#a1002f
#a0002e
#9f002d

Monochromatic Color with #ad0b3b

#ad0b3b
#d70e49
#030001
#2d0310
#58061e
#82082d

Tints of #ad0b3b Color

#ad0b3b
#b62650
#bf4166
#c85c7c
#d17792
#da92a7
#e3adbd
#ecc8d3
#f5e3e9
#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

#ad0b3b
#0bad7d

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

Split Complementary

#ad0b3b
#0bad2c
#0b8cad

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

Analogous Color

#ad0b7c
#ad0b5b
#ad0b3b
#ad0b1b
#ad1c0b

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

#ad0b3b
#3bad0b
#0b3bad

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

#ad0b3b
#8cad0b
#0bad7d
#2c0bad

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

#ad0b3b
#0bad7d
#0b8cad
#ad2c0b

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

#ad0b3b Color Code Preview on Black Background Color

This is how #ad0b3b Color will look on black background color. Color contrast ratio is 2.89

#ad0b3b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad0b3b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad0b3b

#ad0b3b color code is use for CSS Background Color

Background color for the above div is #ad0b3b

HTML with inline CSS

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

#ad0b3b color code is use for CSS Border Color

CSS Border color for the above div is #ad0b3b

HTML with inline CSS

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

CSS Border Left color for the above div is #ad0b3b

HTML with inline CSS

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

CSS Border Right color for the above div is #ad0b3b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad0b3b

HTML with inline CSS

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

CSS Border Top color for the above div is #ad0b3b

HTML with inline CSS

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

#ad0b3b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad0b3b Color code Preview on White Background

This is how #ad0b3b Color code will look on white background color. Color contrast ratio is 7.27

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.