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

#960020 hex color - Red - Warm color - Information

#960020 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #960020 Color code in RGB color code model is created after adding 58.82% red color, 0% green color and 12.55% blue color. Hex #960020 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 100% magenta, 79% yellow and 41.18% black.

Hex #960020 color code is between #990022 web safe hex color code and #880011 web safe hex color code. #990022 is the nearest web safe color code. You can see here many more shades of #960020 color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Code 960020 #960020
RGB Decimal 150, 0, 32 rgb(150, 0, 32)
RGB Percent 59%, 0%, 13% rgb(59%, 0%, 13%)
CSS RGBa 150, 0, 32,1 rgba(150,0,32,1)
CMYK Model cmyk(0%,100%,79%,41.18%)
HSL Color Space 347,100% ,29% hsl(347,100% ,29%)
HSV Color Space 347°, 100%, 59%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10010110 00000000 00100000
Octal 226 0 40
Decimal 150 0 32
Hex 96 00 20

Different shades of #960020 color code.

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

Light Shade of #960020
#c9002b
Dark Shade of #960020
#630015
Saturated Shade of #960020
#960020
Desaturated Shade of #960020
#8e0724
Grey scale Shade of #960020
#4b4b4b
Brighten Shade
#af1939
Most Readable Shade
#FFFFFF

Shades of #960020 color code

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

#960020
#85001c
#740018
#640015
#530011
#42000e
#32000a
#210007
#100003
#000000

Similar Color like #960020 color

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

#970121
#980222
#990323
#9a0424
#9b0525
#9c0626
#9d0727
#9e0828
#9f0929
#a00a2a
#a10b2b
#a20c2c
#a30d2d
#a40e2e
#95001f
#94001e
#93001d
#92001c
#91001b
#90001a
#8f0019
#8e0018
#8d0017
#8c0016
#8b0015
#8a0014
#890013
#880012

Monochromatic Color with #960020

#960020
#c00029
#eb0032
#160005
#41000e
#6b0017

Tints of #960020 Color

#960020
#a11c38
#ad3851
#b9556a
#c47183
#d08d9b
#dcaab4
#e7c6cd
#f3e2e6
#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

#960020
#009676

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

Split Complementary

#960020
#00962b
#006b96

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

Analogous Color

#96005c
#96003e
#960020
#960002
#961c00

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

#960020
#209600
#002096

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

#960020
#6b9600
#009676
#2b0096

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

#960020
#009676
#006b96
#962b00

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

#960020 Color Code Preview on Black Background Color

This is how #960020 Color will look on black background color. Color contrast ratio is 2.32

#960020 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #960020

HTML with inline CSS

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

Your Example Paragraph content text in with font color #960020

#960020 color code is use for CSS Background Color

Background color for the above div is #960020

HTML with inline CSS

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

#960020 color code is use for CSS Border Color

CSS Border color for the above div is #960020

HTML with inline CSS

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

CSS Border Left color for the above div is #960020

HTML with inline CSS

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

CSS Border Right color for the above div is #960020

HTML with inline CSS

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

CSS Border Bottom color for the above div is #960020

HTML with inline CSS

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

CSS Border Top color for the above div is #960020

HTML with inline CSS

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

#960020 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#960020 Color code Preview on White Background

This is how #960020 Color code will look on white background color. Color contrast ratio is 9.06

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

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(150,0,32,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(0,150,118,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(150,0,32,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.