crispedge.com

Color picker

Loading...

#bb3034 hex color - Brown - Warm color - Information

#bb3034 hex color - Brown - Warm color

Color Hue/Base color: Brown

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

Hex #bb3034 color code is between #aa3333 web safe hex color code and #cc2244 web safe hex color code. #aa3333 is the nearest web safe color code. You can see here many more shades of #bb3034 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebb3034#bb3034
RGB Decimal187, 48, 52rgb(187, 48, 52)
RGB Percent73%, 19%, 20%rgb(73%, 19%, 20%)
CSS RGBa187, 48, 52,1rgba(187,48,52,1)
CMYK Modelcmyk(0%,74%,72%,27%)
HSL Color Space358,59% ,46%hsl(358,59% ,46%)
HSV Color Space358°, 74%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110110011000000110100
Octal2736064
Decimal1874852
Hexbb3034

Different shades of #bb3034 color code.

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

Light Shade of #bb3034
#d14d51
Dark Shade of #bb3034
#922629
Saturated Shade of #bb3034
#c72429
Desaturated Shade of #bb3034
#af3c3f
Grey scale Shade of #bb3034
#757575
Brighten Shade
#d4494d
Most Readable Shade
#FFFFFF

Shades of #bb3034 color code

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

#bb3034
#a62a2e
#912528
#7c2022
#671a1c
#531517
#3e1011
#290a0b
#140505
#000000

Similar Color like #bb3034 color

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

#bc3135
#bd3236
#be3337
#bf3438
#c03539
#c1363a
#c2373b
#c3383c
#c4393d
#c53a3e
#c63b3f
#c73c40
#c83d41
#c93e42
#ba2f33
#b92e32
#b82d31
#b72c30
#b62b2f
#b52a2e
#b4292d
#b3282c
#b2272b
#b1262a
#b02529
#af2428
#ae2327
#ad2226

Monochromatic Color with #bb3034

#bb3034
#e53b40
#110405
#3b0f11
#661a1c
#902528

Tints of #bb3034 Color

#bb3034
#c2474a
#ca5e61
#d17577
#d98c8e
#e0a3a4
#e8babb
#efd1d1
#f7e8e8
#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

#bb3034
#30bbb7

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

Split Complementary

#bb3034
#30bb72
#3079bb

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

Analogous Color

#bb306c
#bb3050
#bb3034
#bb4830
#bb6430

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

#bb3034
#34bb30
#3034bb

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

#bb3034
#79bb30
#30bbb7
#7130bb

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

#bb3034
#30bbb7
#3079bb
#bb7230

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

#bb3034 Color Code Preview on Black Background Color

This is how #bb3034 Color will look on black background color. Color contrast ratio is 3.59

#bb3034 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb3034

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb3034

#bb3034 color code is use for CSS Background Color

Background color for the above div is #bb3034

HTML with inline CSS

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

#bb3034 color code is use for CSS Border Color

CSS Border color for the above div is #bb3034

HTML with inline CSS

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

CSS Border Left color for the above div is #bb3034

HTML with inline CSS

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

CSS Border Right color for the above div is #bb3034

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb3034

HTML with inline CSS

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

CSS Border Top color for the above div is #bb3034

HTML with inline CSS

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

#bb3034 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb3034 Color code Preview on White Background

This is how #bb3034 Color code will look on white background color. Color contrast ratio is 5.86

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

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