Skip to main content Skip to docs navigation

#bd424d 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 Precious Peony and its hex is #BD4048 Nearest Color Name

Color Hue/Base color: Red

Hex #bd424d Color code in RGB color code model is created after adding 74.12% red color, 25.88% green color and 30.2% blue color. Hex #bd424d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 65% magenta, 59% yellow and 25.88% black.

Hex #bd424d color code is between #bb4455 web safe hex color code and #cc3344 web safe hex color code. #bb4455 is the nearest web safe color code. You can see here many more shades of #bd424d color code.

RGB Chart

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

Color Table

Hex Color Code bd424d #bd424d
RGB Decimal 189, 66, 77 189, 66, 77
RGB Percent 74%, 26%, 30% rgb(74%, 26%, 30%)
CSS RGBa 189, 66, 77,1 rgba(189,66,77,1)
CMYK Model cmyk(0%,65%,59%,25.88%)
HSL Color Space 355,48% ,50% hsl(355,48% ,50%)
HSV Color Space 355°, 65%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111101 01000010 01001101
Octal 275 102 115
Decimal 189 66 77
Hex bd 42 4d

Different shades of #bd424d color code.

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

Darkest of #bd424d
#4c1a1f
Darker of #bd424d
#71282e
Dark of #bd424d
#97353e
Base of #bd424d
#bd424d
Light of #bd424d
#ca6871
Lighter
#d78e94
Lightest
#e5b3b8

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

#bd424d
#42bdb2

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

Split Complementary

#bd424d
#42bd74
#428bbd

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

Analogous Color

#bd4295
#bd4280
#bd424d
#bd6042
#bd9342

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

#bd424d
#424dbd
#4dbd42

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

#bd424d
#4dbd42
#42bdb2
#b242bd

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

#bd424d
#8bbd42
#42bdb2
#7442bd

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

#260d0f
#4c1a1f
#71282e
#97353e
#bd424d
#ca6871
#d78e94
#e5b3b8
#f2d9db

Tints of #bd424d Color

#bd424d
#c45760
#cb6c74
#d38188
#da969c
#e1abaf
#e9c0c3
#f0d5d7
#f7eaeb
#ffffff

Shades of #bd424d color code

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

#bd424d
#a83a44
#93333b
#7e2c33
#69242a
#541d22
#3f1619
#2a0e11
#150708
#000000

Tones

#bd424d
#a45b62
#8a7577
#808080
#808080

Tones

Similar Color like #bd424d color

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

#be434e
#bf444f
#c04550
#c14651
#c24752
#c34853
#c44954
#c54a55
#c64b56
#c74c57
#c84d58
#c94e59
#ca4f5a
#cb505b
#bc414c
#bb404b
#ba3f4a
#b93e49
#b83d48
#b73c47
#b63b46
#b53a45
#b43944
#b33843
#b23742
#b13641
#b03540
#af343f

Download this Dark Red

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

#bd424d Color Code Preview on Black Background Color

This is how #bd424d Color will look on black background color. Color contrast ratio is 4.05

#bd424d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd424d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd424d

#bd424d color code is use for CSS Background Color

Background color for the above div is #bd424d

HTML with inline CSS

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

#bd424d color code is use for CSS Border Color

CSS Border color for the above div is #bd424d

HTML with inline CSS

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

CSS Border Left color for the above div is #bd424d

HTML with inline CSS

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

CSS Border Right color for the above div is #bd424d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd424d

HTML with inline CSS

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

CSS Border Top color for the above div is #bd424d

HTML with inline CSS

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

#bd424d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd424d Color code Preview on White Background

This is how #bd424d Color code will look on white background color. Color contrast ratio is 5.18

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

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