crispedge.com

Color picker

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

#a72d0b hex color - Red - Warm color - Information

#a72d0b hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #a72d0b Color code in RGB color code model is created after adding 65.49% red color, 17.65% green color and 4.31% blue color. Hex #a72d0b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 73% magenta, 93% yellow and 35% black.

Hex #a72d0b color code is between #aa3311 web safe hex color code and #992200 web safe hex color code. #aa3311 is the nearest web safe color code. You can see here many more shades of #a72d0b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea72d0b#a72d0b
RGB Decimal167, 45, 11rgb(167, 45, 11)
RGB Percent65%, 18%, 4%rgb(65%, 18%, 4%)
CSS RGBa167, 45, 11,1rgba(167,45,11,1)
CMYK Modelcmyk(0%,73%,93%,35%)
HSL Color Space13,88% ,35%hsl(13,88% ,35%)
HSV Color Space13°, 93%, 65%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001110010110100001011
Octal2475513
Decimal1674511
Hexa72d0b

Different shades of #a72d0b color code.

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

Light Shade of #a72d0b
#d73a0e
Dark Shade of #a72d0b
#772008
Saturated Shade of #a72d0b
#b02802
Desaturated Shade of #a72d0b
#9e3214
Grey scale Shade of #a72d0b
#595959
Brighten Shade
#c04624
Most Readable Shade
#FFFFFF

Shades of #a72d0b color code

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

#a72d0b
#942809
#812308
#6f1e07
#5c1906
#4a1404
#370f03
#250a02
#120501
#000000

Similar Color like #a72d0b color

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

#a82e0c
#a92f0d
#aa300e
#ab310f
#ac3210
#ad3311
#ae3412
#af3513
#b03614
#b13715
#b23816
#b33917
#b43a18
#b53b19
#a62c0a
#a52b09
#a42a08
#a32907
#a22806
#a12705
#a02604
#9f2503
#9e2402
#9d2301
#9c2200
#9b2100
#9a2000
#991f00

Monochromatic Color with #a72d0b

#a72d0b
#d1380e
#fc4411
#270b03
#521605
#7c2208

Tints of #a72d0b Color

#a72d0b
#b04426
#ba5b41
#c4735c
#ce8a77
#d7a192
#e1b9ad
#ebd0c8
#f5e7e3
#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

#a72d0b
#0b85a7

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

Split Complementary

#a72d0b
#0ba77b
#0b37a7

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

Analogous Color

#a70b27
#a70e0b
#a72d0b
#a74c0b
#a76b0b

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

#a72d0b
#0ba72d
#2d0ba7

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

#a72d0b
#37a70b
#0b85a7
#7b0ba7

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

#a72d0b
#0b85a7
#0b37a7
#a77b0b

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

#a72d0b Color Code Preview on Black Background Color

This is how #a72d0b Color will look on black background color. Color contrast ratio is 3.02

#a72d0b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a72d0b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a72d0b

#a72d0b color code is use for CSS Background Color

Background color for the above div is #a72d0b

HTML with inline CSS

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

#a72d0b color code is use for CSS Border Color

CSS Border color for the above div is #a72d0b

HTML with inline CSS

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

CSS Border Left color for the above div is #a72d0b

HTML with inline CSS

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

CSS Border Right color for the above div is #a72d0b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a72d0b

HTML with inline CSS

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

CSS Border Top color for the above div is #a72d0b

HTML with inline CSS

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

#a72d0b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a72d0b Color code Preview on White Background

This is how #a72d0b Color code will look on white background color. Color contrast ratio is 6.95

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

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.