@
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.

#b4241d hex color - Red - Warm color - Information

#b4241d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #b4241d Color code in RGB color code model is created after adding 70.59% red color, 14.12% green color and 11.37% blue color. Hex #b4241d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 80% magenta, 84% yellow and 29.41% black.

Hex #b4241d color code is between #bb2222 web safe hex color code and #aa3311 web safe hex color code. #bb2222 is the nearest web safe color code. You can see here many more shades of #b4241d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb4241d#b4241d
RGB Decimal180, 36, 29rgb(180, 36, 29)
RGB Percent71%, 14%, 11%rgb(71%, 14%, 11%)
CSS RGBa180, 36, 29,1rgba(180,36,29,1)
CMYK Modelcmyk(0%,80%,84%,29.41%)
HSL Color Space3,72% ,41%hsl(3,72% ,41%)
HSV Color Space3°, 84%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101000010010000011101
Octal2644435
Decimal1803629
Hexb4241d

Different shades of #b4241d color code.

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

Light Shade of #b4241d
#dc3028
Dark Shade of #b4241d
#881b16
Saturated Shade of #b4241d
#be1b13
Desaturated Shade of #b4241d
#aa2d27
Grey scale Shade of #b4241d
#686868
Brighten Shade
#cd3d36
Most Readable Shade
#FFFFFF

Shades of #b4241d color code

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

#b4241d
#a02019
#8c1c16
#781813
#641410
#50100c
#3c0c09
#280806
#140403
#000000

Similar Color like #b4241d color

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

#b5251e
#b6261f
#b72720
#b82821
#b92922
#ba2a23
#bb2b24
#bc2c25
#bd2d26
#be2e27
#bf2f28
#c03029
#c1312a
#c2322b
#b3231c
#b2221b
#b1211a
#b02019
#af1f18
#ae1e17
#ad1d16
#ac1c15
#ab1b14
#aa1a13
#a91912
#a81811
#a71710
#a6160f

Monochromatic Color with #b4241d

#b4241d
#de2d24
#0a0202
#340b08
#5f130f
#891c16

Tints of #b4241d Color

#b4241d
#bc3c36
#c4544f
#cd6d68
#d58581
#dd9d9a
#e6b6b3
#eececc
#f6e6e5
#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

#b4241d
#1dadb4

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

Split Complementary

#b4241d
#1db470
#1d62b4

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

Analogous Color

#b41d52
#b41d34
#b4241d
#b4421d
#b4601d

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

#b4241d
#1db424
#241db4

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

#b4241d
#61b41d
#1dadb4
#6f1db4

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

#b4241d
#1dadb4
#1d62b4
#b4701d

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 #b4241d 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.

#b4241d Color Code Preview on Black Background Color

This is how #b4241d Color will look on black background color. Color contrast ratio is 3.21

#b4241d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b4241d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b4241d

#b4241d color code is use for CSS Background Color

Background color for the above div is #b4241d

HTML with inline CSS

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

#b4241d color code is use for CSS Border Color

CSS Border color for the above div is #b4241d

HTML with inline CSS

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

CSS Border Left color for the above div is #b4241d

HTML with inline CSS

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

CSS Border Right color for the above div is #b4241d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b4241d

HTML with inline CSS

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

CSS Border Top color for the above div is #b4241d

HTML with inline CSS

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

#b4241d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b4241d Color code Preview on White Background

This is how #b4241d Color code will look on white background color. Color contrast ratio is 6.54

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

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(180,36,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(29,173,180,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(180,36,29,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.