Skip to main content Skip to docs navigation

#b54218 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 Azshara Vein and its hex is #B13916 Nearest Color Name

Color Hue/Base color: Red

Hex #b54218 Color code in RGB color code model is created after adding 70.98% red color, 25.88% green color and 9.41% blue color. Hex #b54218 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 64% magenta, 87% yellow and 29.02% black.

Hex #b54218 color code is between #bb4411 web safe hex color code and #aa3322 web safe hex color code. #bb4411 is the nearest web safe color code. You can see here many more shades of #b54218 color code.

RGB Chart

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

Color Table

Hex Color Code b54218 #b54218
RGB Decimal 181, 66, 24 181, 66, 24
RGB Percent 71%, 26%, 9% rgb(71%, 26%, 9%)
CSS RGBa 181, 66, 24,1 rgba(181,66,24,1)
CMYK Model cmyk(0%,64%,87%,29.02%)
HSL Color Space 16,77% ,40% hsl(16,77% ,40%)
HSV Color Space 16°, 87%, 71%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110101 01000010 00011000
Octal 265 102 30
Decimal 181 66 24
Hex b5 42 18

Different shades of #b54218 color code.

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

Darkest of #b54218
#2e1106
Darker of #b54218
#5b210c
Dark of #b54218
#883212
Base of #b54218
#b54218
Light of #b54218
#e1531f
Lighter
#e7754c
Lightest
#ed9879

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

#b54218
#188bb5

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

Split Complementary

#b54218
#18b591
#183db5

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

Analogous Color

#b5184a
#b5182f
#b54218
#b57618
#b2b518

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

#b54218
#4218b5
#18b542

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

#b54218
#18b542
#188bb5
#b5188b

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

#b54218
#3db518
#188bb5
#9118b5

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

#010000
#2e1106
#5b210c
#883212
#b54218
#e1531f
#e7754c
#ed9879
#f3bba6

Tints of #b54218 Color

#b54218
#bd5731
#c56c4b
#cd8165
#d5967e
#deab98
#e6c0b2
#eed5cb
#f6eae5
#ffffff

Shades of #b54218 color code

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

#b54218
#a03a15
#8c3312
#782c10
#64240d
#501d0a
#3c1608
#280e05
#140702
#000000

Tones

#b54218
#a14c2c
#8c5541
#785f56
#676767

Tones

Similar Color like #b54218 color

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

#b64319
#b7441a
#b8451b
#b9461c
#ba471d
#bb481e
#bc491f
#bd4a20
#be4b21
#bf4c22
#c04d23
#c14e24
#c24f25
#c35026
#b44117
#b34016
#b23f15
#b13e14
#b03d13
#af3c12
#ae3b11
#ad3a10
#ac390f
#ab380e
#aa370d
#a9360c
#a8350b
#a7340a

Download this Dark Red

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

#b54218 Color Code Preview on Black Background Color

This is how #b54218 Color will look on black background color. Color contrast ratio is 3.76

#b54218 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b54218

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b54218

#b54218 color code is use for CSS Background Color

Background color for the above div is #b54218

HTML with inline CSS

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

#b54218 color code is use for CSS Border Color

CSS Border color for the above div is #b54218

HTML with inline CSS

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

CSS Border Left color for the above div is #b54218

HTML with inline CSS

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

CSS Border Right color for the above div is #b54218

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b54218

HTML with inline CSS

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

CSS Border Top color for the above div is #b54218

HTML with inline CSS

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

#b54218 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b54218 Color code Preview on White Background

This is how #b54218 Color code will look on white background color. Color contrast ratio is 5.59

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

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