crispedge.com

Color picker

Loading...

#a01c1a hex color - Red - Warm color - Information

#a01c1a hex color - Red - Warm color

Color Hue/Base color: Red

Hex #a01c1a Color code in RGB color code model is created after adding 62.75% red color, 10.98% green color and 10.2% blue color. Hex #a01c1a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 83% magenta, 84% yellow and 37% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea01c1a#a01c1a
RGB Decimal160, 28, 26rgb(160, 28, 26)
RGB Percent63%, 11%, 10%rgb(63%, 11%, 10%)
CSS RGBa160, 28, 26,1rgba(160,28,26,1)
CMYK Modelcmyk(0%,83%,84%,37%)
HSL Color Space1,72% ,36%hsl(1,72% ,36%)
HSV Color Space1°, 84%, 63%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000000001110000011010
Octal2403432
Decimal1602826
Hexa01c1a

Different shades of #a01c1a color code.

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

Light Shade of #a01c1a
#cc2421
Dark Shade of #a01c1a
#741413
Saturated Shade of #a01c1a
#a91311
Desaturated Shade of #a01c1a
#972523
Grey scale Shade of #a01c1a
#5d5d5d
Brighten Shade
#b93533
Most Readable Shade
#FFFFFF

Shades of #a01c1a color code

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

#a01c1a
#8e1817
#7c1514
#6a1211
#580f0e
#470c0b
#350908
#230605
#110302
#000000

Similar Color like #a01c1a color

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

#a11d1b
#a21e1c
#a31f1d
#a4201e
#a5211f
#a62220
#a72321
#a82422
#a92523
#aa2624
#ab2725
#ac2826
#ad2927
#ae2a28
#9f1b19
#9e1a18
#9d1917
#9c1816
#9b1715
#9a1614
#991513
#981412
#971311
#961210
#95110f
#94100e
#930f0d
#920e0c

Monochromatic Color with #a01c1a

#a01c1a
#ca2321
#f52b28
#200605
#4b0d0c
#751513

Tints of #a01c1a Color

#a01c1a
#aa3533
#b54e4c
#bf6766
#ca807f
#d49a99
#dfb3b2
#e9cccc
#f4e5e5
#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

#a01c1a
#1a9ea0

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

Split Complementary

#a01c1a
#1aa05f
#1a5ba0

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

Analogous Color

#a01a4e
#a01a33
#a01c1a
#a0371a
#a0521a

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

#a01c1a
#1aa01c
#1c1aa0

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

#a01c1a
#5ba01a
#1a9ea0
#5f1aa0

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

#a01c1a
#1a9ea0
#1a5ba0
#a05f1a

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

#a01c1a Color Code Preview on Black Background Color

This is how #a01c1a Color will look on black background color. Color contrast ratio is 2.68

#a01c1a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a01c1a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a01c1a

#a01c1a color code is use for CSS Background Color

Background color for the above div is #a01c1a

HTML with inline CSS

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

#a01c1a color code is use for CSS Border Color

CSS Border color for the above div is #a01c1a

HTML with inline CSS

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

CSS Border Left color for the above div is #a01c1a

HTML with inline CSS

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

CSS Border Right color for the above div is #a01c1a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a01c1a

HTML with inline CSS

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

CSS Border Top color for the above div is #a01c1a

HTML with inline CSS

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

#a01c1a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a01c1a Color code Preview on White Background

This is how #a01c1a Color code will look on white background color. Color contrast ratio is 7.85

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

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(160,28,26,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(26,158,160,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(160,28,26,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.