Skip to main content Skip to docs navigation

#bc302a 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 Ginshu and its hex is #BC2D29 Nearest Color Name

Color Hue/Base color: Red

Hex #bc302a Color code in RGB color code model is created after adding 73.73% red color, 18.82% green color and 16.47% blue color. Hex #bc302a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 74% magenta, 78% yellow and 26.27% black.

Hex #bc302a color code is between #bb3322 web safe hex color code and #cc2233 web safe hex color code. #bb3322 is the nearest web safe color code. You can see here many more shades of #bc302a color code.

RGB Chart

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

Color Table

Hex Color Code bc302a #bc302a
RGB Decimal 188, 48, 42 188, 48, 42
RGB Percent 74%, 19%, 16% rgb(74%, 19%, 16%)
CSS RGBa 188, 48, 42,1 rgba(188,48,42,1)
CMYK Model cmyk(0%,74%,78%,26.27%)
HSL Color Space 2,63% ,45% hsl(2,63% ,45%)
HSV Color Space 2°, 78%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111100 00110000 00101010
Octal 274 60 52
Decimal 188 48 42
Hex bc 30 2a

Different shades of #bc302a color code.

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

Darkest of #bc302a
#3f100e
Darker of #bc302a
#691b17
Dark of #bc302a
#922521
Base of #bc302a
#bc302a
Light of #bc302a
#d54a44
Lighter
#de726e
Lightest
#e89b97

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

#bc302a
#2ab6bc

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

Split Complementary

#bc302a
#2abc79
#2a6dbc

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

Analogous Color

#bc2a79
#bc2a61
#bc302a
#bc612a
#bc9e2a

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

#bc302a
#302abc
#2abc30

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

#bc302a
#2abc30
#2ab6bc
#bc2ab6

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

#bc302a
#6dbc2a
#2ab6bc
#792abc

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

#150505
#3f100e
#691b17
#922521
#bc302a
#d54a44
#de726e
#e89b97
#f1c3c1

Tints of #bc302a Color

#bc302a
#c34741
#ca5e59
#d27571
#d98c88
#e1a3a0
#e8bab8
#f0d1cf
#f7e8e7
#ffffff

Shades of #bc302a color code

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

#bc302a
#a72a25
#922520
#7d201c
#681a17
#531512
#3e100e
#290a09
#140504
#000000

Tones

#bc302a
#a54541
#8e5a58
#776f6f
#737373

Tones

Similar Color like #bc302a color

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

#bd312b
#be322c
#bf332d
#c0342e
#c1352f
#c23630
#c33731
#c43832
#c53933
#c63a34
#c73b35
#c83c36
#c93d37
#ca3e38
#bb2f29
#ba2e28
#b92d27
#b82c26
#b72b25
#b62a24
#b52923
#b42822
#b32721
#b22620
#b1251f
#b0241e
#af231d
#ae221c

Download this Dark Red

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

#bc302a Color Code Preview on Black Background Color

This is how #bc302a Color will look on black background color. Color contrast ratio is 3.59

#bc302a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc302a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc302a

#bc302a color code is use for CSS Background Color

Background color for the above div is #bc302a

HTML with inline CSS

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

#bc302a color code is use for CSS Border Color

CSS Border color for the above div is #bc302a

HTML with inline CSS

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

CSS Border Left color for the above div is #bc302a

HTML with inline CSS

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

CSS Border Right color for the above div is #bc302a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc302a

HTML with inline CSS

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

CSS Border Top color for the above div is #bc302a

HTML with inline CSS

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

#bc302a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc302a Color code Preview on White Background

This is how #bc302a Color code will look on white background color. Color contrast ratio is 5.84

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

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