crispedge.com

Color picker

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

#a50000 hex color - Red - Warm color - Information

#a50000 hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #a50000 color code is between #aa0000 web safe hex color code and #990000 web safe hex color code. #aa0000 is the nearest web safe color code. You can see here many more shades of #a50000 color code.

0 Likes 0 Comments | 75 Views

Color Table

Hex Color Codea50000#a50000
RGB Decimal165, 0, 0rgb(165, 0, 0)
RGB Percent65%, 0%, 0%rgb(65%, 0%, 0%)
CSS RGBa165, 0, 0,1rgba(165,0,0,1)
CMYK Modelcmyk(0%,100%,100%,35%)
HSL Color Space0,100% ,32%hsl(0,100% ,32%)
HSV Color Space0°, 100%, 65%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001010000000000000000
Octal24500
Decimal16500
Hexa50000

Different shades of #a50000 color code.

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

Light Shade of #a50000
#d80000
Dark Shade of #a50000
#720000
Saturated Shade of #a50000
#a50000
Desaturated Shade of #a50000
#9d0808
Grey scale Shade of #a50000
#525252
Brighten Shade
#be1919
Most Readable Shade
#FFFFFF

Shades of #a50000 color code

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

#a50000
#920000
#800000
#6e0000
#5b0000
#490000
#370000
#240000
#120000
#000000

Similar Color like #a50000 color

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

#a60101
#a70202
#a80303
#a90404
#aa0505
#ab0606
#ac0707
#ad0808
#ae0909
#af0a0a
#b00b0b
#b10c0c
#b20d0d
#b30e0e
#a40000
#a30000
#a20000
#a10000
#a00000
#9f0000
#9e0000
#9d0000
#9c0000
#9b0000
#9a0000
#990000
#980000
#970000

Monochromatic Color with #a50000

#a50000
#cf0000
#fa0000
#250000
#500000
#7a0000

Tints of #a50000 Color

#a50000
#af1c1c
#b93838
#c35555
#cd7171
#d78d8d
#e1aaaa
#ebc6c6
#f5e2e2
#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

#a50000
#00a5a5

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

Split Complementary

#a50000
#00a553
#0053a5

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

Analogous Color

#a50042
#a50021
#a50000
#a52100
#a54200

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

#a50000
#00a500
#0000a5

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

#a50000
#52a500
#00a5a5
#5200a5

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

#a50000
#00a5a5
#0053a5
#a55300

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

#a50000 Color Code Preview on Black Background Color

This is how #a50000 Color will look on black background color. Color contrast ratio is 2.60

#a50000 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a50000

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a50000

#a50000 color code is use for CSS Background Color

Background color for the above div is #a50000

HTML with inline CSS

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

#a50000 color code is use for CSS Border Color

CSS Border color for the above div is #a50000

HTML with inline CSS

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

CSS Border Left color for the above div is #a50000

HTML with inline CSS

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

CSS Border Right color for the above div is #a50000

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a50000

HTML with inline CSS

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

CSS Border Top color for the above div is #a50000

HTML with inline CSS

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

#a50000 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a50000 Color code Preview on White Background

This is how #a50000 Color code will look on white background color. Color contrast ratio is 8.08

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

Related Gradients

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

0 Likes 0 Comments | 75 Views

Post your comment:-

By submitting comment you agree to our privacy policy.