crispedge.com

Color picker

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

#b72f0d hex color - Red - Warm color - Information

#b72f0d hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #b72f0d Color code in RGB color code model is created after adding 71.76% red color, 18.43% green color and 5.1% blue color. Hex #b72f0d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 74% magenta, 93% yellow and 28% black.

Hex #b72f0d color code is between #bb3311 web safe hex color code and #aa2200 web safe hex color code. #bb3311 is the nearest web safe color code. You can see here many more shades of #b72f0d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb72f0d#b72f0d
RGB Decimal183, 47, 13rgb(183, 47, 13)
RGB Percent72%, 18%, 5%rgb(72%, 18%, 5%)
CSS RGBa183, 47, 13,1rgba(183,47,13,1)
CMYK Modelcmyk(0%,74%,93%,28%)
HSL Color Space12,87% ,38%hsl(12,87% ,38%)
HSV Color Space12°, 93%, 72%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101110010111100001101
Octal2675715
Decimal1834713
Hexb72f0d

Different shades of #b72f0d color code.

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

Light Shade of #b72f0d
#e73b10
Dark Shade of #b72f0d
#87230a
Saturated Shade of #b72f0d
#c12903
Desaturated Shade of #b72f0d
#ad3517
Grey scale Shade of #b72f0d
#626262
Brighten Shade
#d04826
Most Readable Shade
#FFFFFF

Shades of #b72f0d color code

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

#b72f0d
#a2290b
#8e240a
#7a1f08
#651a07
#511405
#3d0f04
#280a02
#140501
#000000

Similar Color like #b72f0d color

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

#b8300e
#b9310f
#ba3210
#bb3311
#bc3412
#bd3513
#be3614
#bf3715
#c03816
#c13917
#c23a18
#c33b19
#c43c1a
#c53d1b
#b62e0c
#b52d0b
#b42c0a
#b32b09
#b22a08
#b12907
#b02806
#af2705
#ae2604
#ad2503
#ac2402
#ab2301
#aa2200
#a92100

Monochromatic Color with #b72f0d

#b72f0d
#e13a10
#0d0301
#370e04
#621907
#8c240a

Tints of #b72f0d Color

#b72f0d
#bf4627
#c75d42
#cf745d
#d78b78
#dfa293
#e7b9ae
#efd0c9
#f7e7e4
#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

#b72f0d
#0d95b7

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

Split Complementary

#b72f0d
#0db784
#0d40b7

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

Analogous Color

#b70d2f
#b70d0d
#b72f0d
#b7510d
#b7730d

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

#b72f0d
#0db72f
#2f0db7

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

#b72f0d
#40b70d
#0d95b7
#840db7

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

#b72f0d
#0d95b7
#0d40b7
#b7840d

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

#b72f0d Color Code Preview on Black Background Color

This is how #b72f0d Color will look on black background color. Color contrast ratio is 3.43

#b72f0d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b72f0d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b72f0d

#b72f0d color code is use for CSS Background Color

Background color for the above div is #b72f0d

HTML with inline CSS

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

#b72f0d color code is use for CSS Border Color

CSS Border color for the above div is #b72f0d

HTML with inline CSS

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

CSS Border Left color for the above div is #b72f0d

HTML with inline CSS

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

CSS Border Right color for the above div is #b72f0d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b72f0d

HTML with inline CSS

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

CSS Border Top color for the above div is #b72f0d

HTML with inline CSS

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

#b72f0d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b72f0d Color code Preview on White Background

This is how #b72f0d Color code will look on white background color. Color contrast ratio is 6.13

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

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.