crispedge.com

Color picker

Loading...

#bb0231 hex color - Red - Warm color - Information

#bb0231 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #bb0231 Color code in RGB color code model is created after adding 73.33% red color, 0.78% green color and 19.22% blue color. Hex #bb0231 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 99% magenta, 74% yellow and 27% black.

Hex #bb0231 color code is between #aa0033 web safe hex color code and #cc0022 web safe hex color code. #aa0033 is the nearest web safe color code. You can see here many more shades of #bb0231 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebb0231#bb0231
RGB Decimal187, 2, 49rgb(187, 2, 49)
RGB Percent73%, 1%, 19%rgb(73%, 1%, 19%)
CSS RGBa187, 2, 49,1rgba(187,2,49,1)
CMYK Modelcmyk(0%,99%,74%,27%)
HSL Color Space345,98% ,37%hsl(345,98% ,37%)
HSV Color Space345°, 99%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110110000001000110001
Octal273261
Decimal187249
Hexbb0231

Different shades of #bb0231 color code.

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

Light Shade of #bb0231
#ed033e
Dark Shade of #bb0231
#880124
Saturated Shade of #bb0231
#bd0030
Desaturated Shade of #bb0231
#b20b36
Grey scale Shade of #bb0231
#5e5e5e
Brighten Shade
#d41b4a
Most Readable Shade
#FFFFFF

Shades of #bb0231 color code

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

#bb0231
#a6012b
#910126
#7c0120
#67011b
#530015
#3e0010
#29000a
#140005
#000000

Similar Color like #bb0231 color

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

#bc0332
#bd0433
#be0534
#bf0635
#c00736
#c10837
#c20938
#c30a39
#c40b3a
#c50c3b
#c60d3c
#c70e3d
#c80f3e
#c9103f
#ba0130
#b9002f
#b8002e
#b7002d
#b6002c
#b5002b
#b4002a
#b30029
#b20028
#b10027
#b00026
#af0025
#ae0024
#ad0023

Monochromatic Color with #bb0231

#bb0231
#e5023c
#110004
#3b0110
#66011b
#900226

Tints of #bb0231 Color

#bb0231
#c21e47
#ca3a5e
#d15675
#d9728c
#e08ea3
#e8aaba
#efc6d1
#f7e2e8
#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

#bb0231
#02bb8c

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

Split Complementary

#bb0231
#02bb30
#028dbb

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

Analogous Color

#bb027b
#bb0256
#bb0231
#bb020c
#bb1d02

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

#bb0231
#31bb02
#0231bb

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

#bb0231
#8dbb02
#02bb8c
#2f02bb

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

#bb0231
#02bb8c
#028dbb
#bb3002

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

#bb0231 Color Code Preview on Black Background Color

This is how #bb0231 Color will look on black background color. Color contrast ratio is 3.17

#bb0231 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb0231

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb0231

#bb0231 color code is use for CSS Background Color

Background color for the above div is #bb0231

HTML with inline CSS

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

#bb0231 color code is use for CSS Border Color

CSS Border color for the above div is #bb0231

HTML with inline CSS

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

CSS Border Left color for the above div is #bb0231

HTML with inline CSS

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

CSS Border Right color for the above div is #bb0231

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb0231

HTML with inline CSS

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

CSS Border Top color for the above div is #bb0231

HTML with inline CSS

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

#bb0231 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb0231 Color code Preview on White Background

This is how #bb0231 Color code will look on white background color. Color contrast ratio is 6.63

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

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(187,2,49,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(2,187,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,2,49,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.