Skip to main content Skip to docs navigation

#bc355a 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 Raspberry Wine and its hex is #B63753 Nearest Color Name

Color Hue/Base color: Red

Hex #bc355a Color code in RGB color code model is created after adding 73.73% red color, 20.78% green color and 35.29% blue color. Hex #bc355a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 72% magenta, 52% yellow and 26.27% black.

Hex #bc355a color code is between #bb3355 web safe hex color code and #cc4466 web safe hex color code. #bb3355 is the nearest web safe color code. You can see here many more shades of #bc355a color code.

RGB Chart

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

Color Table

Hex Color Code bc355a #bc355a
RGB Decimal 188, 53, 90 188, 53, 90
RGB Percent 74%, 21%, 35% rgb(74%, 21%, 35%)
CSS RGBa 188, 53, 90,1 rgba(188,53,90,1)
CMYK Model cmyk(0%,72%,52%,26.27%)
HSL Color Space 344,56% ,47% hsl(344,56% ,47%)
HSV Color Space 344°, 72%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111100 00110101 01011010
Octal 274 65 132
Decimal 188 53 90
Hex bc 35 5a

Different shades of #bc355a color code.

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

Darkest of #bc355a
#451321
Darker of #bc355a
#6c1f34
Dark of #bc355a
#942a47
Base of #bc355a
#bc355a
Light of #bc355a
#cf5576
Lighter
#da7d96
Lightest
#e5a4b6

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

#bc355a
#35bc97

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

Split Complementary

#bc355a
#35bc53
#359dbc

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

Analogous Color

#bc35a9
#bc3592
#bc355a
#bc3d35
#bc7535

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

#bc355a
#355abc
#5abc35

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

#bc355a
#5abc35
#35bc97
#9735bc

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

#bc355a
#9dbc35
#35bc97
#5335bc

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 #bc355a

#1d080e
#451321
#6c1f34
#942a47
#bc355a
#cf5576
#da7d96
#e5a4b6
#f1ccd6

Tints of #bc355a Color

#bc355a
#c34b6c
#ca617e
#d27891
#d98ea3
#e1a5b5
#e8bbc8
#f0d2da
#f7e8ec
#ffffff

Shades of #bc355a color code

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

#bc355a
#a72f50
#922946
#7d233c
#681d32
#531728
#3e111e
#290b14
#14050a
#000000

Tones

#bc355a
#a44d65
#8c6570
#787878
#787878

Tones

Similar Color like #bc355a color

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

#bd365b
#be375c
#bf385d
#c0395e
#c13a5f
#c23b60
#c33c61
#c43d62
#c53e63
#c63f64
#c74065
#c84166
#c94267
#ca4368
#bb3459
#ba3358
#b93257
#b83156
#b73055
#b62f54
#b52e53
#b42d52
#b32c51
#b22b50
#b12a4f
#b0294e
#af284d
#ae274c

Download this Dark Red

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

#bc355a Color Code Preview on Black Background Color

This is how #bc355a Color will look on black background color. Color contrast ratio is 3.80

#bc355a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc355a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc355a

#bc355a color code is use for CSS Background Color

Background color for the above div is #bc355a

HTML with inline CSS

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

#bc355a color code is use for CSS Border Color

CSS Border color for the above div is #bc355a

HTML with inline CSS

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

CSS Border Left color for the above div is #bc355a

HTML with inline CSS

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

CSS Border Right color for the above div is #bc355a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc355a

HTML with inline CSS

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

CSS Border Top color for the above div is #bc355a

HTML with inline CSS

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

#bc355a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc355a Color code Preview on White Background

This is how #bc355a Color code will look on white background color. Color contrast ratio is 5.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 #bc355a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bc355a; }

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(188,53,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(53,188,151,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,53,90,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }