crispedge.com

Color picker

Loading...

#b63c2e hex color - Red - Warm color - Information

#b63c2e hex color - Red - Warm color

Color Hue/Base color: Red

Hex #b63c2e Color code in RGB color code model is created after adding 71.37% red color, 23.53% green color and 18.04% blue color. Hex #b63c2e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 67% magenta, 75% yellow and 29% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb63c2e#b63c2e
RGB Decimal182, 60, 46rgb(182, 60, 46)
RGB Percent71%, 24%, 18%rgb(71%, 24%, 18%)
CSS RGBa182, 60, 46,1rgba(182,60,46,1)
CMYK Modelcmyk(0%,67%,75%,29%)
HSL Color Space6,60% ,45%hsl(6,60% ,45%)
HSV Color Space6°, 75%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101100011110000101110
Octal2667456
Decimal1826046
Hexb63c2e

Different shades of #b63c2e color code.

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

Light Shade of #b63c2e
#d05547
Dark Shade of #b63c2e
#8d2f24
Saturated Shade of #b63c2e
#c13323
Desaturated Shade of #b63c2e
#ab4539
Grey scale Shade of #b63c2e
#727272
Brighten Shade
#cf5547
Most Readable Shade
#FFFFFF

Shades of #b63c2e color code

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

#b63c2e
#a13528
#8d2e23
#79281e
#652119
#501a14
#3c140f
#280d0a
#140605
#000000

Similar Color like #b63c2e color

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

#b73d2f
#b83e30
#b93f31
#ba4032
#bb4133
#bc4234
#bd4335
#be4436
#bf4537
#c04638
#c14739
#c2483a
#c3493b
#c44a3c
#b53b2d
#b43a2c
#b3392b
#b2382a
#b13729
#b03628
#af3527
#ae3426
#ad3325
#ac3224
#ab3123
#aa3022
#a92f21
#a82e20

Monochromatic Color with #b63c2e

#b63c2e
#e04a39
#0c0403
#36120e
#612019
#8b2e23

Tints of #b63c2e Color

#b63c2e
#be5145
#c6675c
#ce7d73
#d6928a
#dea8a2
#e6beb9
#eed3d0
#f6e9e7
#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

#b63c2e
#2ea8b6

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

Split Complementary

#b63c2e
#2eb680
#2e64b6

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

Analogous Color

#b62e56
#b62e3b
#b63c2e
#b6572e
#b6722e

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

#b63c2e
#2eb63c
#3c2eb6

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

#b63c2e
#64b62e
#2ea8b6
#802eb6

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

#b63c2e
#2ea8b6
#2e64b6
#b6802e

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

#b63c2e Color Code Preview on Black Background Color

This is how #b63c2e Color will look on black background color. Color contrast ratio is 3.67

#b63c2e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b63c2e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b63c2e

#b63c2e color code is use for CSS Background Color

Background color for the above div is #b63c2e

HTML with inline CSS

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

#b63c2e color code is use for CSS Border Color

CSS Border color for the above div is #b63c2e

HTML with inline CSS

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

CSS Border Left color for the above div is #b63c2e

HTML with inline CSS

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

CSS Border Right color for the above div is #b63c2e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b63c2e

HTML with inline CSS

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

CSS Border Top color for the above div is #b63c2e

HTML with inline CSS

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

#b63c2e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b63c2e Color code Preview on White Background

This is how #b63c2e Color code will look on white background color. Color contrast ratio is 5.71

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

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(182,60,46,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(46,168,182,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(182,60,46,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.