crispedge.com

Color picker

Loading...

#bb1019 hex color - Red - Warm color - Information

#bb1019 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #bb1019 Color code in RGB color code model is created after adding 73.33% red color, 6.27% green color and 9.8% blue color. Hex #bb1019 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 91% magenta, 87% yellow and 27% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebb1019#bb1019
RGB Decimal187, 16, 25rgb(187, 16, 25)
RGB Percent73%, 6%, 10%rgb(73%, 6%, 10%)
CSS RGBa187, 16, 25,1rgba(187,16,25,1)
CMYK Modelcmyk(0%,91%,87%,27%)
HSL Color Space357,84% ,40%hsl(357,84% ,40%)
HSV Color Space357°, 91%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110110001000000011001
Octal2732031
Decimal1871625
Hexbb1019

Different shades of #bb1019 color code.

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

Light Shade of #bb1019
#ea141f
Dark Shade of #bb1019
#8c0c13
Saturated Shade of #bb1019
#c50610
Desaturated Shade of #bb1019
#b11a22
Grey scale Shade of #bb1019
#656565
Brighten Shade
#d42932
Most Readable Shade
#FFFFFF

Shades of #bb1019 color code

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

#bb1019
#a60e16
#910c13
#7c0a10
#67080d
#53070b
#3e0508
#290305
#140102
#000000

Similar Color like #bb1019 color

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

#bc111a
#bd121b
#be131c
#bf141d
#c0151e
#c1161f
#c21720
#c31821
#c41922
#c51a23
#c61b24
#c71c25
#c81d26
#c91e27
#ba0f18
#b90e17
#b80d16
#b70c15
#b60b14
#b50a13
#b40912
#b30811
#b20710
#b1060f
#b0050e
#af040d
#ae030c
#ad020b

Monochromatic Color with #bb1019

#bb1019
#e5141f
#110102
#3b0508
#66090e
#900c13

Tints of #bb1019 Color

#bb1019
#c22a32
#ca454c
#d15f65
#d97a7f
#e09498
#e8afb2
#efc9cb
#f7e4e5
#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

#bb1019
#10bbb2

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

Split Complementary

#bb1019
#10bb5d
#106ebb

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

Analogous Color

#bb105d
#bb103b
#bb1019
#bb2910
#bb4b10

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

#bb1019
#19bb10
#1019bb

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

#bb1019
#6ebb10
#10bbb2
#5c10bb

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

#bb1019
#10bbb2
#106ebb
#bb5d10

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

#bb1019 Color Code Preview on Black Background Color

This is how #bb1019 Color will look on black background color. Color contrast ratio is 3.20

#bb1019 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb1019

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb1019

#bb1019 color code is use for CSS Background Color

Background color for the above div is #bb1019

HTML with inline CSS

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

#bb1019 color code is use for CSS Border Color

CSS Border color for the above div is #bb1019

HTML with inline CSS

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

CSS Border Left color for the above div is #bb1019

HTML with inline CSS

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

CSS Border Right color for the above div is #bb1019

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb1019

HTML with inline CSS

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

CSS Border Top color for the above div is #bb1019

HTML with inline CSS

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

#bb1019 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb1019 Color code Preview on White Background

This is how #bb1019 Color code will look on white background color. Color contrast ratio is 6.56

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

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,16,25,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(16,187,178,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,16,25,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.