Color Hex Logo

#bc011d Color Hex

#BC011D
(188,1,29)
0 Favorites   0 Comments

Color spaces of #bc011d

RGB 188129
HSL0.980.990.37
HSV351°99°74°
CMYK 0.000.990.85   0.26
XYZ20.971710.80182.1420
Yxy10.80180.61840.3185
Hunter Lab32.866156.384419.1421
CIE-Lab39.244664.012141.2590

#bc011d color RGB value is (188,1,29).

#bc011d hex color red value is 188, green value is 1 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bc011d hue: 0.98 , saturation: 0.99 and the lightness value of bc011d is 0.37.

The process color (four color CMYK) of #bc011d color hex is 0.00, 0.99, 0.85, 0.26. Web safe color of #bc011d is #cc0033. Color #bc011d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000001 00011101
Octal 274 1 35
Decimal 188 1 29
Hex BC 1 1D

RGB Percentages of Color #bc011d

%86.24
%0.46
%13.30

CMYK Percentages of Color #bc011d

%0
%99
%85
%26

Triadic Colors of #bc011d

#bc011d #1dbc01 #011dbc

Analogous Colors of #bc011d

#bc011d #bc4301 #bc017b

Monochromatic Colors of #bc011d

#bc011d

Complementary Color

#bc011d #01bca0

#bc011d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc011d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc011d Color CSS Codes

.mybgcolor {background-color:#bc011d; } 
.myforecolor {color:#bc011d; }
.mybordercolor {border:3px solid #bc011d; }

#bc011d Text Font Color

<p style="color:#bc011d">Text here</p>

This sample text font color is #bc011d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bc011d Background Color

<div style="background-color:#bc011d">
Div content here</div>

This div background color is #bc011d


#bc011d Border Color

<div style="border:3px solid #bc011d">
Div here</div>

This div border color is #bc011d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,1,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc011d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc011d;
  -webkit-box-shadow: 1px 1px 3px 2px #bc011d;
  box-shadow:         1px 1px 3px 2px #bc011d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,1,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc011d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bc011d;
  -webkit-box-shadow: 1px 1px 3px 2px #bc011d;
  box-shadow:         1px 1px 3px 2px #bc011d;">
Div content here</div>

This div box has shadow with color #bc011d


Comments

No comments written yet.

Please login to write comment.