crispedge.com

Color picker

Loading...

#b33f55 hex color - Red - Warm color - Information

#b33f55 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #b33f55 Color code in RGB color code model is created after adding 70.2% red color, 24.71% green color and 33.33% blue color. Hex #b33f55 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 65% magenta, 53% yellow and 30% black.

Hex #b33f55 color code is between #bb4444 web safe hex color code and #aa3366 web safe hex color code. #bb4444 is the nearest web safe color code. You can see here many more shades of #b33f55 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeb33f55#b33f55
RGB Decimal179, 63, 85rgb(179, 63, 85)
RGB Percent70%, 25%, 33%rgb(70%, 25%, 33%)
CSS RGBa179, 63, 85,1rgba(179,63,85,1)
CMYK Modelcmyk(0%,65%,53%,30%)
HSL Color Space349,48% ,47%hsl(349,48% ,47%)
HSV Color Space349°, 65%, 70%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100110011111101010101
Octal26377125
Decimal1796385
Hexb33f55

Different shades of #b33f55 color code.

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

Light Shade of #b33f55
#c75e72
Dark Shade of #b33f55
#8d3243
Saturated Shade of #b33f55
#bf334d
Desaturated Shade of #b33f55
#a74b5d
Grey scale Shade of #b33f55
#797979
Brighten Shade
#cc586e
Most Readable Shade
#FFFFFF

Shades of #b33f55 color code

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

#b33f55
#9f384b
#8b3142
#772a38
#63232f
#4f1c25
#3b151c
#270e12
#130709
#000000

Similar Color like #b33f55 color

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

#b44056
#b54157
#b64258
#b74359
#b8445a
#b9455b
#ba465c
#bb475d
#bc485e
#bd495f
#be4a60
#bf4b61
#c04c62
#c14d63
#b23e54
#b13d53
#b03c52
#af3b51
#ae3a50
#ad394f
#ac384e
#ab374d
#aa364c
#a9354b
#a8344a
#a73349
#a63248
#a53147

Monochromatic Color with #b33f55

#b33f55
#dd4e69
#090304
#331218
#5e212d
#883041

Tints of #b33f55 Color

#b33f55
#bb5467
#c3697a
#cc7f8d
#d494a0
#dda9b3
#e5bfc6
#eed4d9
#f6e9ec
#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

#b33f55
#3fb39d

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

Split Complementary

#b33f55
#3fb363
#3f8fb3

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

Analogous Color

#b33f83
#b33f6c
#b33f55
#b3403f
#b3573f

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

#b33f55
#55b33f
#3f55b3

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

#b33f55
#8fb33f
#3fb39d
#633fb3

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

#b33f55
#3fb39d
#3f8fb3
#b3633f

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

#b33f55 Color Code Preview on Black Background Color

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

#b33f55 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b33f55

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b33f55

#b33f55 color code is use for CSS Background Color

Background color for the above div is #b33f55

HTML with inline CSS

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

#b33f55 color code is use for CSS Border Color

CSS Border color for the above div is #b33f55

HTML with inline CSS

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

CSS Border Left color for the above div is #b33f55

HTML with inline CSS

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

CSS Border Right color for the above div is #b33f55

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b33f55

HTML with inline CSS

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

CSS Border Top color for the above div is #b33f55

HTML with inline CSS

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

#b33f55 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b33f55 Color code Preview on White Background

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

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(179,63,85,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(63,179,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(179,63,85,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.