crispedge.com

Color picker

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

#bc2d29 hex color - Ginshu - Red - Warm color - Information

#bc2d29 hex color - Ginshu - Red - Warm color

Color Hue/Base color: Red

Hex #bc2d29 Color Code is also known as Ginshu color.

Hex #bc2d29 Color code in RGB color code model is created after adding 73.73% red color, 17.65% green color and 16.08% blue color. Hex #bc2d29 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 76% magenta, 78% yellow and 26% black.

Hex #bc2d29 color code is between #bb3322 web safe hex color code and #cc2233 web safe hex color code. #bb3322 is the nearest web safe color code. You can see here many more shades of #bc2d29 color code.

0 Likes 0 Comments | 31 Views

Color Table

Hex Color Codebc2d29#bc2d29
RGB Decimal188, 45, 41rgb(188, 45, 41)
RGB Percent74%, 18%, 16%rgb(74%, 18%, 16%)
CSS RGBa188, 45, 41,1rgba(188,45,41,1)
CMYK Modelcmyk(0%,76%,78%,26%)
HSL Color Space2,64% ,45%hsl(2,64% ,45%)
HSV Color Space2°, 78%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111000010110100101001
Octal2745551
Decimal1884541
Hexbc2d29

Different shades of #bc2d29 color code.

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

Light Shade of #bc2d29
#d64642
Dark Shade of #bc2d29
#922320
Saturated Shade of #bc2d29
#c7221e
Desaturated Shade of #bc2d29
#b13834
Grey scale Shade of #bc2d29
#727272
Brighten Shade
#d54642
Most Readable Shade
#FFFFFF

Shades of #bc2d29 color code

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

#bc2d29
#a72824
#92231f
#7d1e1b
#681916
#531412
#3e0f0d
#290a09
#140504
#000000

Similar Color like #bc2d29 color

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

#bd2e2a
#be2f2b
#bf302c
#c0312d
#c1322e
#c2332f
#c33430
#c43531
#c53632
#c63733
#c73834
#c83935
#c93a36
#ca3b37
#bb2c28
#ba2b27
#b92a26
#b82925
#b72824
#b62723
#b52622
#b42521
#b32420
#b2231f
#b1221e
#b0211d
#af201c
#ae1f1b

Monochromatic Color with #bc2d29

#bc2d29
#e63732
#120404
#3c0e0d
#671916
#912320

Tints of #bc2d29 Color

#bc2d29
#c34440
#ca5b58
#d27370
#d98a88
#e1a19f
#e8b9b7
#f0d0cf
#f7e7e7
#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

#bc2d29
#29b8bc

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

Split Complementary

#bc2d29
#29bc77
#296fbc

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

Analogous Color

#bc2960
#bc2942
#bc2d29
#bc4a29
#bc6829

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

#bc2d29
#29bc2d
#2d29bc

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

#bc2d29
#6ebc29
#29b8bc
#7629bc

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

#bc2d29
#29b8bc
#296fbc
#bc7629

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

#bc2d29 Color Code Preview on Black Background Color

This is how #bc2d29 Color will look on black background color. Color contrast ratio is 3.55

#bc2d29 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc2d29

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc2d29

#bc2d29 color code is use for CSS Background Color

Background color for the above div is #bc2d29

HTML with inline CSS

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

#bc2d29 color code is use for CSS Border Color

CSS Border color for the above div is #bc2d29

HTML with inline CSS

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

CSS Border Left color for the above div is #bc2d29

HTML with inline CSS

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

CSS Border Right color for the above div is #bc2d29

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc2d29

HTML with inline CSS

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

CSS Border Top color for the above div is #bc2d29

HTML with inline CSS

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

#bc2d29 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc2d29 Color code Preview on White Background

This is how #bc2d29 Color code will look on white background color. Color contrast ratio is 5.92

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

Related Gradients

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

0 Likes 0 Comments | 31 Views

Post your comment:-

By submitting comment you agree to our privacy policy.