crispedge.com

Color picker

Loading...

#ba174d hex color - Red - Warm color - Information

#ba174d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ba174d Color code in RGB color code model is created after adding 72.94% red color, 9.02% green color and 30.2% blue color. Hex #ba174d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 88% magenta, 59% yellow and 27% black.

Hex #ba174d color code is between #bb1155 web safe hex color code and #aa2244 web safe hex color code. #bb1155 is the nearest web safe color code. You can see here many more shades of #ba174d color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeba174d#ba174d
RGB Decimal186, 23, 77rgb(186, 23, 77)
RGB Percent73%, 9%, 30%rgb(73%, 9%, 30%)
CSS RGBa186, 23, 77,1rgba(186,23,77,1)
CMYK Modelcmyk(0%,88%,59%,27%)
HSL Color Space340,78% ,41%hsl(340,78% ,41%)
HSV Color Space340°, 88%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110100001011101001101
Octal27227115
Decimal1862377
Hexba174d

Different shades of #ba174d color code.

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

Light Shade of #ba174d
#e32161
Dark Shade of #ba174d
#8d113a
Saturated Shade of #ba174d
#c40d49
Desaturated Shade of #ba174d
#b02151
Grey scale Shade of #ba174d
#686868
Brighten Shade
#d33066
Most Readable Shade
#FFFFFF

Shades of #ba174d color code

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

#ba174d
#a51444
#90113b
#7c0f33
#670c2a
#520a22
#3e0719
#290511
#140208
#000000

Similar Color like #ba174d color

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

#bb184e
#bc194f
#bd1a50
#be1b51
#bf1c52
#c01d53
#c11e54
#c21f55
#c32056
#c42157
#c52258
#c62359
#c7245a
#c8255b
#b9164c
#b8154b
#b7144a
#b61349
#b51248
#b41147
#b31046
#b20f45
#b10e44
#b00d43
#af0c42
#ae0b41
#ad0a40
#ac093f

Monochromatic Color with #ba174d

#ba174d
#e41c5f
#100207
#3a0718
#650c2a
#8f123b

Tints of #ba174d Color

#ba174d
#c13060
#c94a74
#d16488
#d87e9c
#e097af
#e8b1c3
#efcbd7
#f7e5eb
#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

#ba174d
#17ba84

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

Split Complementary

#ba174d
#17ba33
#179eba

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

Analogous Color

#ba178e
#ba176e
#ba174d
#ba172c
#ba2217

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

#ba174d
#4dba17
#174dba

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

#ba174d
#9eba17
#17ba84
#3217ba

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

#ba174d
#17ba84
#179eba
#ba3317

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

#ba174d Color Code Preview on Black Background Color

This is how #ba174d Color will look on black background color. Color contrast ratio is 3.32

#ba174d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba174d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba174d

#ba174d color code is use for CSS Background Color

Background color for the above div is #ba174d

HTML with inline CSS

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

#ba174d color code is use for CSS Border Color

CSS Border color for the above div is #ba174d

HTML with inline CSS

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

CSS Border Left color for the above div is #ba174d

HTML with inline CSS

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

CSS Border Right color for the above div is #ba174d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ba174d

HTML with inline CSS

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

CSS Border Top color for the above div is #ba174d

HTML with inline CSS

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

#ba174d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ba174d Color code Preview on White Background

This is how #ba174d Color code will look on white background color. Color contrast ratio is 6.33

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.