Color Hex Logo

#bc310b Color Hex

#BC310B
(188,49,11)
0 Favorites   0 Comments

Color spaces of #bc310b

RGB 1884911
HSL0.040.890.39
HSV13°94°74°
CMYK 0.000.740.94   0.26
XYZ21.897812.91221.6548
Yxy12.91220.60050.3541
Hunter Lab35.933545.893722.4231
CIE-Lab42.630753.800651.5471

#bc310b color RGB value is (188,49,11).

#bc310b hex color red value is 188, green value is 49 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bc310b hue: 0.04 , saturation: 0.89 and the lightness value of bc310b is 0.39.

The process color (four color CMYK) of #bc310b color hex is 0.00, 0.74, 0.94, 0.26. Web safe color of #bc310b is #cc3300. Color #bc310b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110001 00001011
Octal 274 61 13
Decimal 188 49 11
Hex BC 31 B

RGB Percentages of Color #bc310b

%75.81
%19.76
%4.44

CMYK Percentages of Color #bc310b

%0
%74
%94
%26

Triadic Colors of #bc310b

#bc310b #0bbc31 #310bbc

Analogous Colors of #bc310b

#bc310b #bc8a0b #bc0b3d

Monochromatic Colors of #bc310b

#bc310b

Complementary Color

#bc310b #0b96bc

#bc310b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc310b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc310b Color CSS Codes

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

#bc310b Text Font Color

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

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


#bc310b Background Color

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

This div background color is #bc310b


#bc310b Border Color

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

This div border color is #bc310b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc310b


Comments

No comments written yet.

Please login to write comment.