crispedge.com

Color picker

Loading...

#bd340e hex color - Red - Warm color - Information

#bd340e hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #bd340e Color code in RGB color code model is created after adding 74.12% red color, 20.39% green color and 5.49% blue color. Hex #bd340e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 72% magenta, 93% yellow and 26% black.

Hex #bd340e color code is between #bb3311 web safe hex color code and #cc4400 web safe hex color code. #bb3311 is the nearest web safe color code. You can see here many more shades of #bd340e color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebd340e#bd340e
RGB Decimal189, 52, 14rgb(189, 52, 14)
RGB Percent74%, 20%, 5%rgb(74%, 20%, 5%)
CSS RGBa189, 52, 14,1rgba(189,52,14,1)
CMYK Modelcmyk(0%,72%,93%,26%)
HSL Color Space13,86% ,40%hsl(13,86% ,40%)
HSV Color Space13°, 93%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111010011010000001110
Octal2756416
Decimal1895214
Hexbd340e

Different shades of #bd340e color code.

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

Light Shade of #bd340e
#ec4112
Dark Shade of #bd340e
#8d270a
Saturated Shade of #bd340e
#c72e04
Desaturated Shade of #bd340e
#b33a18
Grey scale Shade of #bd340e
#656565
Brighten Shade
#d64d27
Most Readable Shade
#FFFFFF

Shades of #bd340e color code

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

#bd340e
#a82e0c
#93280a
#7e2209
#691c07
#541706
#3f1104
#2a0b03
#150501
#000000

Similar Color like #bd340e color

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

#be350f
#bf3610
#c03711
#c13812
#c23913
#c33a14
#c43b15
#c53c16
#c63d17
#c73e18
#c83f19
#c9401a
#ca411b
#cb421c
#bc330d
#bb320c
#ba310b
#b9300a
#b82f09
#b72e08
#b62d07
#b52c06
#b42b05
#b32a04
#b22903
#b12802
#b02701
#af2600

Monochromatic Color with #bd340e

#bd340e
#e74011
#130501
#3d1105
#681d08
#92280b

Tints of #bd340e Color

#bd340e
#c44a28
#cb6143
#d3775e
#da8e79
#e1a493
#e9bbae
#f0d1c9
#f7e8e4
#ffffff

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

#bd340e
#0e97bd

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

Split Complementary

#bd340e
#0ebd8c
#0e3fbd

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

Analogous Color

#bd0e2e
#bd110e
#bd340e
#bd570e
#bd7a0e

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

#bd340e
#0ebd34
#340ebd

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

#bd340e
#3fbd0e
#0e97bd
#8b0ebd

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#bd340e
#0e97bd
#0e3fbd
#bd8c0e

Double Complementary 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).

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

#bd340e Color Code Preview on Black Background Color

This is how #bd340e Color will look on black background color. Color contrast ratio is 3.66

#bd340e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd340e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd340e

#bd340e color code is use for CSS Background Color

Background color for the above div is #bd340e

HTML with inline CSS

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

#bd340e color code is use for CSS Border Color

CSS Border color for the above div is #bd340e

HTML with inline CSS

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

CSS Border Left color for the above div is #bd340e

HTML with inline CSS

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

CSS Border Right color for the above div is #bd340e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd340e

HTML with inline CSS

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

CSS Border Top color for the above div is #bd340e

HTML with inline CSS

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

#bd340e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd340e Color code Preview on White Background

This is how #bd340e Color code will look on white background color. Color contrast ratio is 5.74

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(189,52,14,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(14,151,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,52,14,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.