Skip to main content Skip to docs navigation

#bc401f 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 #bc401f Color code in RGB color code model is created after adding 73.73% red color, 25.1% green color and 12.16% blue color. Hex #bc401f 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 #bc401f 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 #bc401f color code.

RGB Chart

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

Color Table

Hex Color Code bc401f #bc401f
RGB Decimal 188, 64, 31 188, 64, 31
RGB Percent 74%, 25%, 12% rgb(74%, 25%, 12%)
CSS RGBa 188, 64, 31,1 rgba(188,64,31,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 00011111
Octal 274 100 37
Decimal 188 64 31
Hex bc 40 1f

Different shades of #bc401f color code.

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

Darkest of #bc401f
#391309
Darker of #bc401f
#642211
Dark of #bc401f
#903118
Base of #bc401f
#bc401f
Light of #bc401f
#dd5531
Lighter
#e4795d
Lightest
#eb9d89

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

#bc401f
#1f9bbc

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

Split Complementary

#bc401f
#1fbc8e
#1f4dbc

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

Analogous Color

#bc1f5a
#bc1f3f
#bc401f
#bc741f
#bcb61f

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

#bc401f
#401fbc
#1fbc40

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

#bc401f
#1fbc40
#1f9bbc
#bc1f9b

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

#bc401f
#4dbc1f
#1f9bbc
#8e1fbc

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

#0d0402
#391309
#642211
#903118
#bc401f
#dd5531
#e4795d
#eb9d89
#f3c1b4

Tints of #bc401f Color

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

Shades of #bc401f color code

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

#bc401f
#a7381b
#923118
#7d2a14
#682311
#531c0d
#3e150a
#290e06
#140703
#000000

Tones

#bc401f
#a64d35
#90594b
#7a6661
#6d6d6d

Tones

Similar Color like #bc401f color

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

#bd4120
#be4221
#bf4322
#c04423
#c14524
#c24625
#c34726
#c44827
#c54928
#c64a29
#c74b2a
#c84c2b
#c94d2c
#ca4e2d
#bb3f1e
#ba3e1d
#b93d1c
#b83c1b
#b73b1a
#b63a19
#b53918
#b43817
#b33716
#b23615
#b13514
#b03413
#af3312
#ae3211

Download this Dark Red

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

#bc401f Color Code Preview on Black Background Color

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

#bc401f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc401f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc401f

#bc401f color code is use for CSS Background Color

Background color for the above div is #bc401f

HTML with inline CSS

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

#bc401f color code is use for CSS Border Color

CSS Border color for the above div is #bc401f

HTML with inline CSS

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

CSS Border Left color for the above div is #bc401f

HTML with inline CSS

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

CSS Border Right color for the above div is #bc401f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc401f

HTML with inline CSS

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

CSS Border Top color for the above div is #bc401f

HTML with inline CSS

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

#bc401f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc401f Color code Preview on White Background

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

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