Skip to main content Skip to docs navigation

#bc401e 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 Shēn Chéng Orange and its hex is #C03F20 Nearest Color Name

Color Hue/Base color: Red

Hex #bc401e Color code in RGB color code model is created after adding 73.73% red color, 25.1% green color and 11.76% blue color. Hex #bc401e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 66% magenta, 84% yellow and 26.27% black.

Hex #bc401e color code is between #bb4422 web safe hex color code and #cc3311 web safe hex color code. #bb4422 is the nearest web safe color code. You can see here many more shades of #bc401e color code.

RGB Chart

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

Color Table

Hex Color Code bc401e #bc401e
RGB Decimal 188, 64, 30 188, 64, 30
RGB Percent 74%, 25%, 12% rgb(74%, 25%, 12%)
CSS RGBa 188, 64, 30,1 rgba(188,64,30,1)
CMYK Model cmyk(0%,66%,84%,26.27%)
HSL Color Space 13,72% ,43% hsl(13,72% ,43%)
HSV Color Space 13°, 84%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111100 01000000 00011110
Octal 274 100 36
Decimal 188 64 30
Hex bc 40 1e

Different shades of #bc401e color code.

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

Darkest of #bc401e
#381309
Darker of #bc401e
#642210
Dark of #bc401e
#903117
Base of #bc401e
#bc401e
Light of #bc401e
#de552f
Lighter
#e5795b
Lightest
#ec9d87

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

#bc401e
#1e9abc

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

Split Complementary

#bc401e
#1ebc8f
#1e4bbc

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

Analogous Color

#bc1e58
#bc1e3e
#bc401e
#bc751e
#bcb71e

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

#bc401e
#401ebc
#1ebc40

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

#bc401e
#1ebc40
#1e9abc
#bc1e9a

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

#bc401e
#4bbc1e
#1e9abc
#8f1ebc

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

#0c0402
#381309
#642210
#903117
#bc401e
#de552f
#e5795b
#ec9d87
#f3c1b3

Tints of #bc401e Color

#bc401e
#c35537
#ca6a50
#d27f69
#d99482
#e1aa9b
#e8bfb4
#f0d4cd
#f7e9e6
#ffffff

Shades of #bc401e color code

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

#bc401e
#a7381a
#923117
#7d2a14
#682310
#531c0d
#3e150a
#290e06
#140703
#000000

Tones

#bc401e
#a64c34
#90594a
#7b655f
#6d6d6d

Tones

Similar Color like #bc401e color

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

#bd411f
#be4220
#bf4321
#c04422
#c14523
#c24624
#c34725
#c44826
#c54927
#c64a28
#c74b29
#c84c2a
#c94d2b
#ca4e2c
#bb3f1d
#ba3e1c
#b93d1b
#b83c1a
#b73b19
#b63a18
#b53917
#b43816
#b33715
#b23614
#b13513
#b03412
#af3311
#ae3210

Download this Dark Red

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

#bc401e Color Code Preview on Black Background Color

This is how #bc401e Color will look on black background color. Color contrast ratio is 3.89

#bc401e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc401e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc401e

#bc401e color code is use for CSS Background Color

Background color for the above div is #bc401e

HTML with inline CSS

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

#bc401e color code is use for CSS Border Color

CSS Border color for the above div is #bc401e

HTML with inline CSS

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

CSS Border Left color for the above div is #bc401e

HTML with inline CSS

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

CSS Border Right color for the above div is #bc401e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc401e

HTML with inline CSS

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

CSS Border Top color for the above div is #bc401e

HTML with inline CSS

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

#bc401e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc401e Color code Preview on White Background

This is how #bc401e Color code will look on white background color. Color contrast ratio is 5.40

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

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