crispedge.com

Color picker

Loading...

#b4173e hex color - Red - Warm color - Information

#b4173e hex color - Red - Warm color

Color Hue/Base color: Red

Hex #b4173e Color code in RGB color code model is created after adding 70.59% red color, 9.02% green color and 24.31% blue color. Hex #b4173e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 87% magenta, 66% yellow and 29% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code b4173e #b4173e
RGB Decimal 180, 23, 62 rgb(180, 23, 62)
RGB Percent 71%, 9%, 24% rgb(71%, 9%, 24%)
CSS RGBa 180, 23, 62,1 rgba(180,23,62,1)
CMYK Model cmyk(0%,87%,66%,29%)
HSL Color Space 345,77% ,40% hsl(345,77% ,40%)
HSV Color Space 345°, 87%, 71%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110100 00010111 00111110
Octal 264 27 76
Decimal 180 23 62
Hex b4 17 3e

Different shades of #b4173e color code.

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

Light Shade of #b4173e
#e11d4e
Dark Shade of #b4173e
#87112e
Saturated Shade of #b4173e
#be0d39
Desaturated Shade of #b4173e
#aa2143
Grey scale Shade of #b4173e
#656565
Brighten Shade
#cd3057
Most Readable Shade
#FFFFFF

Shades of #b4173e color code

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

#b4173e
#a01437
#8c1130
#780f29
#640c22
#500a1b
#3c0714
#28050d
#140206
#000000

Similar Color like #b4173e color

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

#b5183f
#b61940
#b71a41
#b81b42
#b91c43
#ba1d44
#bb1e45
#bc1f46
#bd2047
#be2148
#bf2249
#c0234a
#c1244b
#c2254c
#b3163d
#b2153c
#b1143b
#b0133a
#af1239
#ae1138
#ad1037
#ac0f36
#ab0e35
#aa0d34
#a90c33
#a80b32
#a70a31
#a60930

Monochromatic Color with #b4173e

#b4173e
#de1c4d
#0a0103
#340712
#5f0c21
#89122f

Tints of #b4173e Color

#b4173e
#bc3053
#c44a68
#cd647e
#d57e93
#dd97a9
#e6b1be
#eecbd4
#f6e5e9
#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

#b4173e
#17b48d

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

Split Complementary

#b4173e
#17b43e
#178db4

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

Analogous Color

#b4177d
#b4175d
#b4173e
#b4171f
#b42f17

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

#b4173e
#3eb417
#173eb4

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

#b4173e
#8cb417
#17b48d
#3e17b4

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

#b4173e
#17b48d
#178db4
#b43e17

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

#b4173e Color Code Preview on Black Background Color

This is how #b4173e Color will look on black background color. Color contrast ratio is 3.13

#b4173e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b4173e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b4173e

#b4173e color code is use for CSS Background Color

Background color for the above div is #b4173e

HTML with inline CSS

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

#b4173e color code is use for CSS Border Color

CSS Border color for the above div is #b4173e

HTML with inline CSS

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

CSS Border Left color for the above div is #b4173e

HTML with inline CSS

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

CSS Border Right color for the above div is #b4173e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b4173e

HTML with inline CSS

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

CSS Border Top color for the above div is #b4173e

HTML with inline CSS

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

#b4173e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b4173e Color code Preview on White Background

This is how #b4173e Color code will look on white background color. Color contrast ratio is 6.70

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

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(180,23,62,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(23,180,141,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(180,23,62,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.