crispedge.com

Color picker

Loading...

#bb1b34 hex color - Red - Warm color - Information

#bb1b34 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #bb1b34 Color code in RGB color code model is created after adding 73.33% red color, 10.59% green color and 20.39% blue color. Hex #bb1b34 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 86% magenta, 72% yellow and 27% black.

Hex #bb1b34 color code is between #aa2233 web safe hex color code and #cc1144 web safe hex color code. #aa2233 is the nearest web safe color code. You can see here many more shades of #bb1b34 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebb1b34#bb1b34
RGB Decimal187, 27, 52rgb(187, 27, 52)
RGB Percent73%, 11%, 20%rgb(73%, 11%, 20%)
CSS RGBa187, 27, 52,1rgba(187,27,52,1)
CMYK Modelcmyk(0%,86%,72%,27%)
HSL Color Space351,75% ,42%hsl(351,75% ,42%)
HSV Color Space351°, 86%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110110001101100110100
Octal2733364
Decimal1872752
Hexbb1b34

Different shades of #bb1b34 color code.

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

Light Shade of #bb1b34
#e02946
Dark Shade of #bb1b34
#8e1528
Saturated Shade of #bb1b34
#c6102d
Desaturated Shade of #bb1b34
#b0263b
Grey scale Shade of #bb1b34
#6b6b6b
Brighten Shade
#d4344d
Most Readable Shade
#FFFFFF

Shades of #bb1b34 color code

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

#bb1b34
#a6182e
#911528
#7c1222
#670f1c
#530c17
#3e0911
#29060b
#140305
#000000

Similar Color like #bb1b34 color

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

#bc1c35
#bd1d36
#be1e37
#bf1f38
#c02039
#c1213a
#c2223b
#c3233c
#c4243d
#c5253e
#c6263f
#c72740
#c82841
#c92942
#ba1a33
#b91932
#b81831
#b71730
#b6162f
#b5152e
#b4142d
#b3132c
#b2122b
#b1112a
#b01029
#af0f28
#ae0e27
#ad0d26

Monochromatic Color with #bb1b34

#bb1b34
#e52140
#110205
#3b0911
#660f1c
#901528

Tints of #bb1b34 Color

#bb1b34
#c2344a
#ca4d61
#d16777
#d9808e
#e099a4
#e8b3bb
#efccd1
#f7e5e8
#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

#bb1b34
#1bbba2

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

Split Complementary

#bb1b34
#1bbb52
#1b84bb

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

Analogous Color

#bb1b74
#bb1b54
#bb1b34
#bb221b
#bb421b

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

#bb1b34
#34bb1b
#1b34bb

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

#bb1b34
#84bb1b
#1bbba2
#521bbb

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

#bb1b34
#1bbba2
#1b84bb
#bb521b

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

#bb1b34 Color Code Preview on Black Background Color

This is how #bb1b34 Color will look on black background color. Color contrast ratio is 3.32

#bb1b34 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb1b34

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb1b34

#bb1b34 color code is use for CSS Background Color

Background color for the above div is #bb1b34

HTML with inline CSS

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

#bb1b34 color code is use for CSS Border Color

CSS Border color for the above div is #bb1b34

HTML with inline CSS

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

CSS Border Left color for the above div is #bb1b34

HTML with inline CSS

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

CSS Border Right color for the above div is #bb1b34

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb1b34

HTML with inline CSS

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

CSS Border Top color for the above div is #bb1b34

HTML with inline CSS

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

#bb1b34 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb1b34 Color code Preview on White Background

This is how #bb1b34 Color code will look on white background color. Color contrast ratio is 6.33

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

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,27,52,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(27,187,162,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,27,52,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.