Color Hex Logo

#bc411f Color Hex

#BC411F
(188,65,31)
0 Favorites   0 Comments

Color spaces of #bc411f

RGB 1886531
HSL0.040.720.43
HSV13°84°74°
CMYK 0.000.650.84   0.26
XYZ22.876714.57092.9031
Yxy14.57090.56690.3611
Hunter Lab38.171840.175822.2111
CIE-Lab45.040847.913245.4937

#bc411f color RGB value is (188,65,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000001 00011111
Octal 274 101 37
Decimal 188 65 31
Hex BC 41 1F

RGB Percentages of Color #bc411f

%66.20
%22.89
%10.92

CMYK Percentages of Color #bc411f

%0
%65
%84
%26

Triadic Colors of #bc411f

#bc411f #1fbc41 #411fbc

Analogous Colors of #bc411f

#bc411f #bc901f #bc1f4b

Monochromatic Colors of #bc411f

#bc411f

Complementary Color

#bc411f #1f9abc

#bc411f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc411f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc411f Color CSS Codes

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

#bc411f Text Font Color

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

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


#bc411f Background Color

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

This div background color is #bc411f


#bc411f Border Color

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

This div border color is #bc411f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,65,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 #bc411f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc411f


Comments

No comments written yet.

Please login to write comment.