Skip to main content Skip to docs navigation

#a1191b hex color - Red - Warm color - Information

On this page
@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Hue/Base color: Red

Hex #a1191b Color code in RGB color code model is created after adding 63.14% red color, 9.8% green color and 10.59% blue color. Hex #a1191b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 84% magenta, 83% yellow and 36.86% black.

Hex #a1191b color code is between #991122 web safe hex color code and #aa2211 web safe hex color code. #991122 is the nearest web safe color code. You can see here many more shades of #a1191b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code a1191b #a1191b
RGB Decimal 161, 25, 27 rgb(161, 25, 27)
RGB Percent 63%, 10%, 11% rgb(63%, 10%, 11%)
CSS RGBa 161, 25, 27,1 rgba(161,25,27,1)
CMYK Model cmyk(0%,84%,83%,36.86%)
HSL Color Space 359,73% ,36% hsl(359,73% ,36%)
HSV Color Space 359°, 84%, 63%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100001 00011001 00011011
Octal 241 31 33
Decimal 161 25 27
Hex a1 19 1b

Different shades of #a1191b color code.

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

Light Shade of #a1191b
#cd2022
Dark Shade of #a1191b
#751214
Saturated Shade of #a1191b
#aa1012
Desaturated Shade of #a1191b
#982224
Grey scale Shade of #a1191b
#5d5d5d
Brighten Shade
#ba3234
Most Readable Shade
#FFFFFF

Shades of #a1191b color code

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

#a1191b
#8f1618
#7d1315
#6b1012
#590d0f
#470b0c
#350809
#230506
#110203
#000000

Similar Color like #a1191b color

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

#a21a1c
#a31b1d
#a41c1e
#a51d1f
#a61e20
#a71f21
#a82022
#a92123
#aa2224
#ab2325
#ac2426
#ad2527
#ae2628
#af2729
#a0181a
#9f1719
#9e1618
#9d1517
#9c1416
#9b1315
#9a1214
#991113
#981012
#970f11
#960e10
#950d0f
#940c0e
#930b0d

Monochromatic Color with #a1191b

#a1191b
#cb2022
#f62629
#210506
#4c0c0d
#761214

Tints of #a1191b Color

#a1191b
#ab3234
#b54c4d
#c06567
#ca7f80
#d59899
#dfb2b3
#eacbcc
#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

#a1191b
#19a19f

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

Split Complementary

#a1191b
#19a15b
#195fa1

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

Analogous Color

#a11951
#a11936
#a1191b
#a13219
#a14d19

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

#a1191b
#1ba119
#191ba1

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

#a1191b
#5fa119
#19a19f
#5b19a1

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

#a1191b
#19a19f
#195fa1
#a15b19

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

#a1191b Color Code Preview on Black Background Color

This is how #a1191b Color will look on black background color. Color contrast ratio is 2.67

#a1191b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a1191b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a1191b

#a1191b color code is use for CSS Background Color

Background color for the above div is #a1191b

HTML with inline CSS

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

#a1191b color code is use for CSS Border Color

CSS Border color for the above div is #a1191b

HTML with inline CSS

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

CSS Border Left color for the above div is #a1191b

HTML with inline CSS

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

CSS Border Right color for the above div is #a1191b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a1191b

HTML with inline CSS

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

CSS Border Top color for the above div is #a1191b

HTML with inline CSS

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

#a1191b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a1191b Color code Preview on White Background

This is how #a1191b Color code will look on white background color. Color contrast ratio is 7.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 #a1191b; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #a1191b; }

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(161,25,27,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(25,161,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(161,25,27,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.