crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#be2c3b hex color - Red - Warm color - Information

#be2c3b hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #be2c3b Color code in RGB color code model is created after adding 74.51% red color, 17.25% green color and 23.14% blue color. Hex #be2c3b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 77% magenta, 69% yellow and 25% black.

Hex #be2c3b color code is between #bb3333 web safe hex color code and #cc2244 web safe hex color code. #bb3333 is the nearest web safe color code. You can see here many more shades of #be2c3b color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codebe2c3b#be2c3b
RGB Decimal190, 44, 59rgb(190, 44, 59)
RGB Percent75%, 17%, 23%rgb(75%, 17%, 23%)
CSS RGBa190, 44, 59,1rgba(190,44,59,1)
CMYK Modelcmyk(0%,77%,69%,25%)
HSL Color Space354,62% ,46%hsl(354,62% ,46%)
HSV Color Space354°, 77%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111100010110000111011
Octal2765473
Decimal1904459
Hexbe2c3b

Different shades of #be2c3b color code.

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

Light Shade of #be2c3b
#d54857
Dark Shade of #be2c3b
#95222e
Saturated Shade of #be2c3b
#ca2032
Desaturated Shade of #be2c3b
#b23844
Grey scale Shade of #be2c3b
#757575
Brighten Shade
#d74554
Most Readable Shade
#FFFFFF

Shades of #be2c3b color code

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

#be2c3b
#a82734
#93222d
#7e1d27
#691820
#54131a
#3f0e13
#2a090d
#150406
#000000

Similar Color like #be2c3b color

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

#bf2d3c
#c02e3d
#c12f3e
#c2303f
#c33140
#c43241
#c53342
#c63443
#c73544
#c83645
#c93746
#ca3847
#cb3948
#cc3a49
#bd2b3a
#bc2a39
#bb2938
#ba2837
#b92736
#b82635
#b72534
#b62433
#b52332
#b42231
#b32130
#b2202f
#b11f2e
#b01e2d

Monochromatic Color with #be2c3b

#be2c3b
#e83648
#140506
#3e0e13
#691821
#93222e

Tints of #be2c3b Color

#be2c3b
#c54350
#cc5a66
#d3727c
#da8992
#e2a1a7
#e9b8bd
#f0d0d3
#f7e7e9
#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

#be2c3b
#2cbeaf

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

Split Complementary

#be2c3b
#2cbe66
#2c84be

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

Analogous Color

#be2c75
#be2c58
#be2c3b
#be3a2c
#be572c

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

#be2c3b
#3bbe2c
#2c3bbe

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

#be2c3b
#84be2c
#2cbeaf
#662cbe

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

#be2c3b
#2cbeaf
#2c84be
#be662c

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

#be2c3b Color Code Preview on Black Background Color

This is how #be2c3b Color will look on black background color. Color contrast ratio is 3.61

#be2c3b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be2c3b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be2c3b

#be2c3b color code is use for CSS Background Color

Background color for the above div is #be2c3b

HTML with inline CSS

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

#be2c3b color code is use for CSS Border Color

CSS Border color for the above div is #be2c3b

HTML with inline CSS

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

CSS Border Left color for the above div is #be2c3b

HTML with inline CSS

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

CSS Border Right color for the above div is #be2c3b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be2c3b

HTML with inline CSS

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

CSS Border Top color for the above div is #be2c3b

HTML with inline CSS

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

#be2c3b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be2c3b Color code Preview on White Background

This is how #be2c3b Color code will look on white background color. Color contrast ratio is 5.81

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.