Skip to main content Skip to docs navigation

#b31762 hex color | Download Dark Red BG image | Information

Color Picker

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

Color Info

Woow we have a nearby visually matching color name available. It's name is Pantone 215 C and its hex is #AC145A Nearest Color Name

Color Hue/Base color: Red

Hex #b31762 Color code in RGB color code model is created after adding 70.2% red color, 9.02% green color and 38.43% blue color. Hex #b31762 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 87% magenta, 45% yellow and 29.8% black.

Hex #b31762 color code is between #bb1166 web safe hex color code and #aa2255 web safe hex color code. #bb1166 is the nearest web safe color code. You can see here many more shades of #b31762 color code.

RGB Chart

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

Color Table

Hex Color Code b31762 #b31762
RGB Decimal 179, 23, 98 179, 23, 98
RGB Percent 70%, 9%, 38% rgb(70%, 9%, 38%)
CSS RGBa 179, 23, 98,1 rgba(179,23,98,1)
CMYK Model cmyk(0%,87%,45%,29.8%)
HSL Color Space 331,77% ,40% hsl(331,77% ,40%)
HSV Color Space 331°, 87%, 70%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110011 00010111 01100010
Octal 263 27 142
Decimal 179 23 98
Hex b3 17 62

Different shades of #b31762 color code.

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

Darkest of #b31762
#2b0618
Darker of #b31762
#590b31
Dark of #b31762
#861149
Base of #b31762
#b31762
Light of #b31762
#e01d7b
Lighter
#e84895
Lightest
#ed76af

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

#b31762
#17b368

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

Split Complementary

#b31762
#17b31a
#17b0b3

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

Analogous Color

#a917b3
#b317a3
#b31762
#b3172e
#b34117

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

#b31762
#1762b3
#62b317

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

#b31762
#62b317
#17b368
#6817b3

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#b31762
#b0b317
#17b368
#1a17b3

Square 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).

Monochromatic Color with #b31762

#000000
#2b0618
#590b31
#861149
#b31762
#e01d7b
#e84895
#ed76af
#f3a3c9

Tints of #b31762 Color

#b31762
#bb3073
#c34a84
#cc6496
#d47ea7
#dd97b9
#e5b1ca
#eecbdc
#f6e5ed
#ffffff

Shades of #b31762 color code

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

#b31762
#9f1457
#8b114c
#770f41
#630c36
#4f0a2b
#3b0720
#270515
#13020a
#000000

Tones

#b31762
#9f2b63
#8b3f64
#765464
#656565

Tones

Similar Color like #b31762 color

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

#b41863
#b51964
#b61a65
#b71b66
#b81c67
#b91d68
#ba1e69
#bb1f6a
#bc206b
#bd216c
#be226d
#bf236e
#c0246f
#c12570
#b21661
#b11560
#b0145f
#af135e
#ae125d
#ad115c
#ac105b
#ab0f5a
#aa0e59
#a90d58
#a80c57
#a70b56
#a60a55
#a50954

Download this Dark Red

Hex #b31762 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.

#b31762 Color Code Preview on Black Background Color

This is how #b31762 Color will look on black background color. Color contrast ratio is 3.22

#b31762 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b31762

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b31762

#b31762 color code is use for CSS Background Color

Background color for the above div is #b31762

HTML with inline CSS

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

#b31762 color code is use for CSS Border Color

CSS Border color for the above div is #b31762

HTML with inline CSS

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

CSS Border Left color for the above div is #b31762

HTML with inline CSS

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

CSS Border Right color for the above div is #b31762

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b31762

HTML with inline CSS

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

CSS Border Top color for the above div is #b31762

HTML with inline CSS

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

#b31762 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b31762 Color code Preview on White Background

This is how #b31762 Color code will look on white background color. Color contrast ratio is 6.53

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(179,23,98,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(23,179,104,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(179,23,98,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }