crispedge.com

Color picker

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

#9a382d hex color - Ketchup - Orange - Warm color - Information

#9a382d hex color - Ketchup - Orange - Warm color

Color Hue/Base color: Orange

Hex #9a382d Color Code is also known as Ketchup color.

Hex #9a382d Color code in RGB color code model is created after adding 60.39% red color, 21.96% green color and 17.65% blue color. Hex #9a382d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 64% magenta, 71% yellow and 40% black.

Hex #9a382d color code is between #993333 web safe hex color code and #aa4422 web safe hex color code. #993333 is the nearest web safe color code. You can see here many more shades of #9a382d color code.

0 Likes 0 Comments | 47 Views

Color Table

Hex Color Code9a382d#9a382d
RGB Decimal154, 56, 45rgb(154, 56, 45)
RGB Percent60%, 22%, 18%rgb(60%, 22%, 18%)
CSS RGBa154, 56, 45,1rgba(154,56,45,1)
CMYK Modelcmyk(0%,64%,71%,40%)
HSL Color Space6,55% ,39%hsl(6,55% ,39%)
HSV Color Space6°, 71%, 60%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100110100011100000101101
Octal2327055
Decimal1545645
Hex9a382d

Different shades of #9a382d color code.

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

Light Shade of #9a382d
#c14639
Dark Shade of #9a382d
#722a21
Saturated Shade of #9a382d
#a43023
Desaturated Shade of #9a382d
#904037
Grey scale Shade of #9a382d
#636363
Brighten Shade
#b35146
Most Readable Shade
#FFFFFF

Shades of #9a382d color code

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

#9a382d
#883128
#772b23
#66251e
#551f19
#441814
#33120f
#220c0a
#110605
#000000

Similar Color like #9a382d color

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

#9b392e
#9c3a2f
#9d3b30
#9e3c31
#9f3d32
#a03e33
#a13f34
#a24035
#a34136
#a44237
#a54338
#a64439
#a7453a
#a8463b
#99372c
#98362b
#97352a
#963429
#953328
#943227
#933126
#923025
#912f24
#902e23
#8f2d22
#8e2c21
#8d2b20
#8c2a1f

Monochromatic Color with #9a382d

#9a382d
#c44739
#ef5746
#1a0a08
#451914
#6f2921

Tints of #9a382d Color

#9a382d
#a54e44
#b0645b
#bb7a73
#c6908a
#d2a6a1
#ddbcb9
#e8d2d0
#f3e8e7
#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

#9a382d
#2d8f9a

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

Split Complementary

#9a382d
#2d9a6e
#2d599a

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

Analogous Color

#9a2d4e
#9a2d38
#9a382d
#9a4e2d
#9a642d

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

#9a382d
#2d9a38
#382d9a

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

#9a382d
#589a2d
#2d8f9a
#6e2d9a

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

#9a382d
#2d8f9a
#2d599a
#9a6e2d

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 #9a382d 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.

#9a382d Color Code Preview on Black Background Color

This is how #9a382d Color will look on black background color. Color contrast ratio is 2.98

#9a382d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9a382d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9a382d

#9a382d color code is use for CSS Background Color

Background color for the above div is #9a382d

HTML with inline CSS

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

#9a382d color code is use for CSS Border Color

CSS Border color for the above div is #9a382d

HTML with inline CSS

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

CSS Border Left color for the above div is #9a382d

HTML with inline CSS

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

CSS Border Right color for the above div is #9a382d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9a382d

HTML with inline CSS

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

CSS Border Top color for the above div is #9a382d

HTML with inline CSS

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

#9a382d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9a382d Color code Preview on White Background

This is how #9a382d Color code will look on white background color. Color contrast ratio is 7.05

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 47 Views

Post your comment:-

By submitting comment you agree to our privacy policy.