crispedge.com

Color picker

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

#ad1b2e hex color - Red - Warm color - Information

#ad1b2e hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #ad1b2e Color code in RGB color code model is created after adding 67.84% red color, 10.59% green color and 18.04% blue color. Hex #ad1b2e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 84% magenta, 73% yellow and 32% black.

Hex #ad1b2e color code is between #aa2233 web safe hex color code and #bb1122 web safe hex color code. #aa2233 is the nearest web safe color code. You can see here many more shades of #ad1b2e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codead1b2e#ad1b2e
RGB Decimal173, 27, 46rgb(173, 27, 46)
RGB Percent68%, 11%, 18%rgb(68%, 11%, 18%)
CSS RGBa173, 27, 46,1rgba(173,27,46,1)
CMYK Modelcmyk(0%,84%,73%,32%)
HSL Color Space352,73% ,39%hsl(352,73% ,39%)
HSV Color Space352°, 84%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010001101100101110
Octal2553356
Decimal1732746
Hexad1b2e

Different shades of #ad1b2e color code.

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

Light Shade of #ad1b2e
#d9223a
Dark Shade of #ad1b2e
#811422
Saturated Shade of #ad1b2e
#b71127
Desaturated Shade of #ad1b2e
#a32535
Grey scale Shade of #ad1b2e
#646464
Brighten Shade
#c63447
Most Readable Shade
#FFFFFF

Shades of #ad1b2e color code

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

#ad1b2e
#991828
#861523
#73121e
#600f19
#4c0c14
#39090f
#26060a
#130305
#000000

Similar Color like #ad1b2e color

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

#ae1c2f
#af1d30
#b01e31
#b11f32
#b22033
#b32134
#b42235
#b52336
#b62437
#b72538
#b82639
#b9273a
#ba283b
#bb293c
#ac1a2d
#ab192c
#aa182b
#a9172a
#a81629
#a71528
#a61427
#a51326
#a41225
#a31124
#a21023
#a10f22
#a00e21
#9f0d20

Monochromatic Color with #ad1b2e

#ad1b2e
#d72239
#030001
#2d070c
#580e17
#821423

Tints of #ad1b2e Color

#ad1b2e
#b63445
#bf4d5c
#c86773
#d1808a
#da99a2
#e3b3b9
#ecccd0
#f5e5e7
#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

#ad1b2e
#1bad9a

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

Split Complementary

#ad1b2e
#1bad51
#1b77ad

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

Analogous Color

#ad1b68
#ad1b4b
#ad1b2e
#ad251b
#ad421b

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

#ad1b2e
#2ead1b
#1b2ead

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

#ad1b2e
#77ad1b
#1bad9a
#511bad

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

#ad1b2e
#1bad9a
#1b77ad
#ad511b

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

#ad1b2e Color Code Preview on Black Background Color

This is how #ad1b2e Color will look on black background color. Color contrast ratio is 2.97

#ad1b2e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad1b2e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad1b2e

#ad1b2e color code is use for CSS Background Color

Background color for the above div is #ad1b2e

HTML with inline CSS

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

#ad1b2e color code is use for CSS Border Color

CSS Border color for the above div is #ad1b2e

HTML with inline CSS

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

CSS Border Left color for the above div is #ad1b2e

HTML with inline CSS

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

CSS Border Right color for the above div is #ad1b2e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad1b2e

HTML with inline CSS

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

CSS Border Top color for the above div is #ad1b2e

HTML with inline CSS

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

#ad1b2e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad1b2e Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.