crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#b01b23 hex color - Red - Warm color - Information

#b01b23 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #b01b23 Color code in RGB color code model is created after adding 69.02% red color, 10.59% green color and 13.73% blue color. Hex #b01b23 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 85% magenta, 80% yellow and 31% black.

Hex #b01b23 color code is between #aa2222 web safe hex color code and #bb1133 web safe hex color code. #aa2222 is the nearest web safe color code. You can see here many more shades of #b01b23 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb01b23#b01b23
RGB Decimal176, 27, 35rgb(176, 27, 35)
RGB Percent69%, 11%, 14%rgb(69%, 11%, 14%)
CSS RGBa176, 27, 35,1rgba(176,27,35,1)
CMYK Modelcmyk(0%,85%,80%,31%)
HSL Color Space357,73% ,40%hsl(357,73% ,40%)
HSV Color Space357°, 85%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100000001101100100011
Octal2603343
Decimal1762735
Hexb01b23

Different shades of #b01b23 color code.

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

Light Shade of #b01b23
#dc222c
Dark Shade of #b01b23
#84141a
Saturated Shade of #b01b23
#ba111a
Desaturated Shade of #b01b23
#a6252c
Grey scale Shade of #b01b23
#656565
Brighten Shade
#c9343c
Most Readable Shade
#FFFFFF

Shades of #b01b23 color code

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

#b01b23
#9c181f
#88151b
#751217
#610f13
#4e0c0f
#3a090b
#270607
#130303
#000000

Similar Color like #b01b23 color

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

#b11c24
#b21d25
#b31e26
#b41f27
#b52028
#b62129
#b7222a
#b8232b
#b9242c
#ba252d
#bb262e
#bc272f
#bd2830
#be2931
#af1a22
#ae1921
#ad1820
#ac171f
#ab161e
#aa151d
#a9141c
#a8131b
#a7121a
#a61119
#a51018
#a40f17
#a30e16
#a20d15

Monochromatic Color with #b01b23

#b01b23
#da222b
#060101
#30070a
#5b0e12
#85141b

Tints of #b01b23 Color

#b01b23
#b8343b
#c14d53
#ca676c
#d38084
#db999d
#e4b3b5
#edccce
#f6e5e6
#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

#b01b23
#1bb0a8

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

Split Complementary

#b01b23
#1bb05d
#1b6db0

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

Analogous Color

#b01b5f
#b01b41
#b01b23
#b0311b
#b04f1b

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

#b01b23
#23b01b
#1b23b0

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

#b01b23
#6db01b
#1bb0a8
#5d1bb0

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

#b01b23
#1bb0a8
#1b6db0
#b05e1b

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

#b01b23 Color Code Preview on Black Background Color

This is how #b01b23 Color will look on black background color. Color contrast ratio is 3.03

#b01b23 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b01b23

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b01b23

#b01b23 color code is use for CSS Background Color

Background color for the above div is #b01b23

HTML with inline CSS

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

#b01b23 color code is use for CSS Border Color

CSS Border color for the above div is #b01b23

HTML with inline CSS

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

CSS Border Left color for the above div is #b01b23

HTML with inline CSS

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

CSS Border Right color for the above div is #b01b23

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b01b23

HTML with inline CSS

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

CSS Border Top color for the above div is #b01b23

HTML with inline CSS

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

#b01b23 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b01b23 Color code Preview on White Background

This is how #b01b23 Color code will look on white background color. Color contrast ratio is 6.94

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.