Color Hex Logo

#bc311f Color Hex

#BC311F
(188,49,31)
0 Favorites   0 Comments

Color spaces of #bc311f

RGB 1884931
HSL0.020.720.43
HSV84°74°
CMYK 0.000.740.84   0.26
XYZ22.084712.98692.6391
Yxy12.98690.58560.3444
Hunter Lab36.037346.324520.8842
CIE-Lab42.743554.183843.4019

#bc311f color RGB value is (188,49,31).

#bc311f hex color red value is 188, green value is 49 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bc311f hue: 0.02 , saturation: 0.72 and the lightness value of bc311f is 0.43.

The process color (four color CMYK) of #bc311f color hex is 0.00, 0.74, 0.84, 0.26. Web safe color of #bc311f is #cc3333. Color #bc311f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110001 00011111
Octal 274 61 37
Decimal 188 49 31
Hex BC 31 1F

RGB Percentages of Color #bc311f

%70.15
%18.28
%11.57

CMYK Percentages of Color #bc311f

%0
%74
%84
%26

Triadic Colors of #bc311f

#bc311f #1fbc31 #311fbc

Analogous Colors of #bc311f

#bc311f #bc801f #bc1f5b

Monochromatic Colors of #bc311f

#bc311f

Complementary Color

#bc311f #1faabc

#bc311f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc311f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc311f Color CSS Codes

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

#bc311f Text Font Color

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

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


#bc311f Background Color

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

This div background color is #bc311f


#bc311f Border Color

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

This div border color is #bc311f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc311f


Comments

No comments written yet.

Please login to write comment.