crispedge.com

Color picker

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

#ba0029 hex color - Red - Warm color - Information

#ba0029 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

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

Hex #ba0029 color code is between #bb0022 web safe hex color code and #aa0033 web safe hex color code. #bb0022 is the nearest web safe color code. You can see here many more shades of #ba0029 color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codeba0029#ba0029
RGB Decimal186, 0, 41rgb(186, 0, 41)
RGB Percent73%, 0%, 16%rgb(73%, 0%, 16%)
CSS RGBa186, 0, 41,1rgba(186,0,41,1)
CMYK Modelcmyk(0%,100%,78%,27%)
HSL Color Space347,100% ,36%hsl(347,100% ,36%)
HSV Color Space347°, 100%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110100000000000101001
Octal272051
Decimal186041
Hexba0029

Different shades of #ba0029 color code.

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

Light Shade of #ba0029
#ed0034
Dark Shade of #ba0029
#87001e
Saturated Shade of #ba0029
#ba0029
Desaturated Shade of #ba0029
#b1092e
Grey scale Shade of #ba0029
#5d5d5d
Brighten Shade
#d31942
Most Readable Shade
#FFFFFF

Shades of #ba0029 color code

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

#ba0029
#a50024
#90001f
#7c001b
#670016
#520012
#3e000d
#290009
#140004
#000000

Similar Color like #ba0029 color

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

#bb012a
#bc022b
#bd032c
#be042d
#bf052e
#c0062f
#c10730
#c20831
#c30932
#c40a33
#c50b34
#c60c35
#c70d36
#c80e37
#b90028
#b80027
#b70026
#b60025
#b50024
#b40023
#b30022
#b20021
#b10020
#b0001f
#af001e
#ae001d
#ad001c
#ac001b

Monochromatic Color with #ba0029

#ba0029
#e40032
#100004
#3a000d
#650016
#8f0020

Tints of #ba0029 Color

#ba0029
#c11c40
#c93858
#d15570
#d87188
#e08d9f
#e8aab7
#efc6cf
#f7e2e7
#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

#ba0029
#00ba91

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

Split Complementary

#ba0029
#00ba34
#0086ba

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

Analogous Color

#ba0073
#ba004e
#ba0029
#ba0004
#ba2100

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

#ba0029
#29ba00
#0029ba

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

#ba0029
#86ba00
#00ba91
#3400ba

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

#ba0029
#00ba91
#0086ba
#ba3400

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

#ba0029 Color Code Preview on Black Background Color

This is how #ba0029 Color will look on black background color. Color contrast ratio is 3.12

#ba0029 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba0029

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba0029

#ba0029 color code is use for CSS Background Color

Background color for the above div is #ba0029

HTML with inline CSS

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

#ba0029 color code is use for CSS Border Color

CSS Border color for the above div is #ba0029

HTML with inline CSS

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

CSS Border Left color for the above div is #ba0029

HTML with inline CSS

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

CSS Border Right color for the above div is #ba0029

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ba0029

HTML with inline CSS

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

CSS Border Top color for the above div is #ba0029

HTML with inline CSS

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

#ba0029 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ba0029 Color code Preview on White Background

This is how #ba0029 Color code will look on white background color. Color contrast ratio is 6.73

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.