Color Hex Logo

#bc133b Color Hex

#BC133B
(188,19,59)
0 Favorites   0 Comments

Color spaces of #bc133b

RGB 1881959
HSL0.960.820.41
HSV346°90°74°
CMYK 0.000.900.69   0.26
XYZ21.761311.47295.2052
Yxy11.47290.56610.2985
Hunter Lab33.871755.404314.5988
CIE-Lab40.365862.924724.5959

#bc133b color RGB value is (188,19,59).

#bc133b hex color red value is 188, green value is 19 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bc133b hue: 0.96 , saturation: 0.82 and the lightness value of bc133b is 0.41.

The process color (four color CMYK) of #bc133b color hex is 0.00, 0.90, 0.69, 0.26. Web safe color of #bc133b is #cc0033. Color #bc133b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010011 00111011
Octal 274 23 73
Decimal 188 19 59
Hex BC 13 3B

RGB Percentages of Color #bc133b

%70.68
%7.14
%22.18

CMYK Percentages of Color #bc133b

%0
%90
%69
%26

Triadic Colors of #bc133b

#bc133b #3bbc13 #133bbc

Analogous Colors of #bc133b

#bc133b #bc4013 #bc1390

Monochromatic Colors of #bc133b

#bc133b

Complementary Color

#bc133b #13bc94

#bc133b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc133b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc133b Color CSS Codes

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

#bc133b Text Font Color

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

This sample text font color is #bc133b
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.


#bc133b Background Color

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

This div background color is #bc133b


#bc133b Border Color

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

This div border color is #bc133b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc133b


Comments

No comments written yet.

Please login to write comment.