crispedge.com

Color picker

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

#b51e3c hex color - Red - Warm color - Information

#b51e3c hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

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

Hex #b51e3c color code is between #bb2244 web safe hex color code and #aa1133 web safe hex color code. #bb2244 is the nearest web safe color code. You can see here many more shades of #b51e3c color code.

0 Likes 0 Comments | 12 Views

Color Table

Hex Color Codeb51e3c#b51e3c
RGB Decimal181, 30, 60rgb(181, 30, 60)
RGB Percent71%, 12%, 24%rgb(71%, 12%, 24%)
CSS RGBa181, 30, 60,1rgba(181,30,60,1)
CMYK Modelcmyk(0%,83%,67%,29%)
HSL Color Space348,72% ,41%hsl(348,72% ,41%)
HSV Color Space348°, 83%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101010001111000111100
Octal2653674
Decimal1813060
Hexb51e3c

Different shades of #b51e3c color code.

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

Light Shade of #b51e3c
#dc2a4e
Dark Shade of #b51e3c
#89172d
Saturated Shade of #b51e3c
#c01336
Desaturated Shade of #b51e3c
#aa2942
Grey scale Shade of #b51e3c
#696969
Brighten Shade
#ce3755
Most Readable Shade
#FFFFFF

Shades of #b51e3c color code

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

#b51e3c
#a01a35
#8c172e
#781428
#641021
#500d1a
#3c0a14
#28060d
#140306
#000000

Similar Color like #b51e3c color

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

#b61f3d
#b7203e
#b8213f
#b92240
#ba2341
#bb2442
#bc2543
#bd2644
#be2745
#bf2846
#c02947
#c12a48
#c22b49
#c32c4a
#b41d3b
#b31c3a
#b21b39
#b11a38
#b01937
#af1836
#ae1735
#ad1634
#ac1533
#ab1432
#aa1331
#a91230
#a8112f
#a7102e

Monochromatic Color with #b51e3c

#b51e3c
#df254a
#0b0204
#350912
#601020
#8a172e

Tints of #b51e3c Color

#b51e3c
#bd3751
#c55067
#cd697d
#d58292
#de9ba8
#e6b4be
#eecdd3
#f6e6e9
#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

#b51e3c
#1eb597

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

Split Complementary

#b51e3c
#1eb54b
#1e88b5

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

Analogous Color

#b51e78
#b51e5a
#b51e3c
#b51e1e
#b53c1e

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

#b51e3c
#3cb51e
#1e3cb5

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

#b51e3c
#87b51e
#1eb597
#4b1eb5

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

#b51e3c
#1eb597
#1e88b5
#b54b1e

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

#b51e3c Color Code Preview on Black Background Color

This is how #b51e3c Color will look on black background color. Color contrast ratio is 3.22

#b51e3c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b51e3c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b51e3c

#b51e3c color code is use for CSS Background Color

Background color for the above div is #b51e3c

HTML with inline CSS

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

#b51e3c color code is use for CSS Border Color

CSS Border color for the above div is #b51e3c

HTML with inline CSS

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

CSS Border Left color for the above div is #b51e3c

HTML with inline CSS

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

CSS Border Right color for the above div is #b51e3c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b51e3c

HTML with inline CSS

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

CSS Border Top color for the above div is #b51e3c

HTML with inline CSS

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

#b51e3c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b51e3c Color code Preview on White Background

This is how #b51e3c Color code will look on white background color. Color contrast ratio is 6.53

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

Related Gradients

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

0 Likes 0 Comments | 12 Views

Post your comment:-

By submitting comment you agree to our privacy policy.