crispedge.com

Color picker

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

#bc0013 hex color - Red - Warm color - Information

#bc0013 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

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

Hex #bc0013 color code is between #bb0011 web safe hex color code and #cc0022 web safe hex color code. #bb0011 is the nearest web safe color code. You can see here many more shades of #bc0013 color code.

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Codebc0013#bc0013
RGB Decimal188, 0, 19rgb(188, 0, 19)
RGB Percent74%, 0%, 7%rgb(74%, 0%, 7%)
CSS RGBa188, 0, 19,1rgba(188,0,19,1)
CMYK Modelcmyk(0%,100%,90%,26%)
HSL Color Space354,100% ,37%hsl(354,100% ,37%)
HSV Color Space354°, 100%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111000000000000010011
Octal274023
Decimal188019
Hexbc0013

Different shades of #bc0013 color code.

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

Light Shade of #bc0013
#ef0018
Dark Shade of #bc0013
#89000e
Saturated Shade of #bc0013
#bc0013
Desaturated Shade of #bc0013
#b3091a
Grey scale Shade of #bc0013
#5e5e5e
Brighten Shade
#d5192c
Most Readable Shade
#FFFFFF

Shades of #bc0013 color code

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

#bc0013
#a70010
#92000e
#7d000c
#68000a
#530008
#3e0006
#290004
#140002
#000000

Similar Color like #bc0013 color

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

#bd0114
#be0215
#bf0316
#c00417
#c10518
#c20619
#c3071a
#c4081b
#c5091c
#c60a1d
#c70b1e
#c80c1f
#c90d20
#ca0e21
#bb0012
#ba0011
#b90010
#b8000f
#b7000e
#b6000d
#b5000c
#b4000b
#b3000a
#b20009
#b10008
#b00007
#af0006
#ae0005

Monochromatic Color with #bc0013

#bc0013
#e60017
#120002
#3c0006
#67000a
#91000f

Tints of #bc0013 Color

#bc0013
#c31c2d
#ca3847
#d25561
#d9717b
#e18d96
#e8aab0
#f0c6ca
#f7e2e4
#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

#bc0013
#00bca9

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

Split Complementary

#bc0013
#00bc4b
#0071bc

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

Analogous Color

#bc005e
#bc0039
#bc0013
#bc1300
#bc3800

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

#bc0013
#13bc00
#0013bc

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

#bc0013
#71bc00
#00bca9
#4b00bc

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

#bc0013
#00bca9
#0071bc
#bc4b00

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

#bc0013 Color Code Preview on Black Background Color

This is how #bc0013 Color will look on black background color. Color contrast ratio is 3.15

#bc0013 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc0013

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc0013

#bc0013 color code is use for CSS Background Color

Background color for the above div is #bc0013

HTML with inline CSS

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

#bc0013 color code is use for CSS Border Color

CSS Border color for the above div is #bc0013

HTML with inline CSS

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

CSS Border Left color for the above div is #bc0013

HTML with inline CSS

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

CSS Border Right color for the above div is #bc0013

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc0013

HTML with inline CSS

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

CSS Border Top color for the above div is #bc0013

HTML with inline CSS

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

#bc0013 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc0013 Color code Preview on White Background

This is how #bc0013 Color code will look on white background color. Color contrast ratio is 6.67

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

Related Gradients

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.