@
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.

#990412 hex color - Red - Warm color - Information

#990412 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #990412 Color code in RGB color code model is created after adding 60% red color, 1.57% green color and 7.06% blue color. Hex #990412 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 97% magenta, 88% yellow and 40% black.

Hex #990412 color code is between #880011 web safe hex color code and #aa0022 web safe hex color code. #880011 is the nearest web safe color code. You can see here many more shades of #990412 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 990412 #990412
RGB Decimal 153, 4, 18 rgb(153, 4, 18)
RGB Percent 60%, 2%, 7% rgb(60%, 2%, 7%)
CSS RGBa 153, 4, 18,1 rgba(153,4,18,1)
CMYK Model cmyk(0%,97%,88%,40%)
HSL Color Space 354,95% ,31% hsl(354,95% ,31%)
HSV Color Space 354°, 97%, 60%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10011001 00000100 00010010
Octal 231 4 22
Decimal 153 4 18
Hex 99 04 12

Different shades of #990412 color code.

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

Light Shade of #990412
#cb0518
Dark Shade of #990412
#67030c
Saturated Shade of #990412
#9d000f
Desaturated Shade of #990412
#910c18
Grey scale Shade of #990412
#4e4e4e
Brighten Shade
#b21d2b
Most Readable Shade
#FFFFFF

Shades of #990412 color code

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

#990412
#880310
#77030e
#66020c
#55020a
#440108
#330106
#220004
#110002
#000000

Similar Color like #990412 color

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

#9a0513
#9b0614
#9c0715
#9d0816
#9e0917
#9f0a18
#a00b19
#a10c1a
#a20d1b
#a30e1c
#a40f1d
#a5101e
#a6111f
#a71220
#980311
#970210
#96010f
#95000e
#94000d
#93000c
#92000b
#91000a
#900009
#8f0008
#8e0007
#8d0006
#8c0005
#8b0004

Monochromatic Color with #990412

#990412
#c30517
#ee061c
#190103
#440208
#6e030d

Tints of #990412 Color

#990412
#a41f2c
#af3b46
#bb5761
#c6737b
#d18f95
#ddabb0
#e8c7ca
#f3e3e4
#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

#990412
#04998b

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

Split Complementary

#990412
#049941
#045c99

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

Analogous Color

#99044e
#990430
#990412
#991404
#993204

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

#990412
#129904
#041299

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

#990412
#5c9904
#04998b
#400499

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

#990412
#04998b
#045c99
#994104

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

#990412 Color Code Preview on Black Background Color

This is how #990412 Color will look on black background color. Color contrast ratio is 2.38

#990412 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #990412

HTML with inline CSS

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

Your Example Paragraph content text in with font color #990412

#990412 color code is use for CSS Background Color

Background color for the above div is #990412

HTML with inline CSS

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

#990412 color code is use for CSS Border Color

CSS Border color for the above div is #990412

HTML with inline CSS

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

CSS Border Left color for the above div is #990412

HTML with inline CSS

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

CSS Border Right color for the above div is #990412

HTML with inline CSS

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

CSS Border Bottom color for the above div is #990412

HTML with inline CSS

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

CSS Border Top color for the above div is #990412

HTML with inline CSS

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

#990412 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#990412 Color code Preview on White Background

This is how #990412 Color code will look on white background color. Color contrast ratio is 8.82

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

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(153,4,18,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(4,153,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(153,4,18,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.