rgb(188, 21, 30)
- In a RGB color space, hex #bc151e color is composed of 74% red, 8% green, and 12% blue.
- In a CMYK color space, it is consist of 0% cyan, 89% magenta, 84% yellow and 26% black.
- In web design, the web safe color for #bc151e is #CC3333. The complementary color of #bc151e is #14bcb3.
#bc151e Color Conversion
Hex Color #bc151e RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #bc151e
-
#bc151e
#bc151e
-
#14bcb3
#14bcb3
-
#de8b8f
#de8b8f
-
#8aded9
#8aded9
-
#8d0f16
#8d0f16
-
#0f8d86
#0f8d86
-
#a6686b
#a6686b
-
#67a6a2
#67a6a2
Two colors (#bc151e,#14bcb3) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#bc151e
#bc151e
-
#de8b8f
#de8b8f
-
#5e0b0f
#5e0b0f
-
#eec5c7
#eec5c7
-
#8d0f16
#8d0f16
-
#a6686b
#a6686b
-
#46080b
#46080b
-
#b29395
#b29395
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #bc151e
-
#bc151e
#bc151e
-
#A9131B
#A9131B
-
#961118
#961118
-
#840F15
#840F15
-
#710D12
#710D12
-
#5E0B0F
#5E0B0F
-
#4B080C
#4B080C
-
#380609
#380609
-
#260406
#260406
-
#130203
#130203
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#bc151e
#bc151e
-
#C32C35
#C32C35
-
#C9444B
#C9444B
-
#D05B62
#D05B62
-
#D77378
#D77378
-
#DE8A8F
#DE8A8F
-
#E4A1A5
#E4A1A5
-
#EBB9BC
#EBB9BC
-
#F2D0D2
#F2D0D2
-
#F8E8E9
#F8E8E9
-
#FDF8F8
#FDF8F8
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#bc151e Color Preview on Black Background
#bc151e Color Preview on White Background
<span style="color:#bc151e;">Text here</span>
#bc151e Background Color
#bc151e Background Color
<p style="background-color:#bc151e;">Text here</p>
#bc151e Border Color
<div style="border:1px solid #bc151e;">Text here</div>
<style>.text {color:#bc151e;}
.background {background-color:#bc151e;}
.border {border:1px solid #bc151e;}</style>