Color Hex Logo

#bc261f Color Hex

#BC261F
(188,38,31)
0 Favorites   0 Comments

Color spaces of #bc261f

RGB 1883831
HSL0.010.720.43
HSV84°74°
CMYK 0.000.800.84   0.26
XYZ21.679512.17652.5040
Yxy12.17650.59620.3349
Hunter Lab34.894849.832720.1718
CIE-Lab41.495357.672542.2548

#bc261f color RGB value is (188,38,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100110 00011111
Octal 274 46 37
Decimal 188 38 31
Hex BC 26 1F

RGB Percentages of Color #bc261f

%73.15
%14.79
%12.06

CMYK Percentages of Color #bc261f

%0
%80
%84
%26

Triadic Colors of #bc261f

#bc261f #1fbc26 #261fbc

Analogous Colors of #bc261f

#bc261f #bc751f #bc1f67

Monochromatic Colors of #bc261f

#bc261f

Complementary Color

#bc261f #1fb5bc

#bc261f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc261f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc261f Color CSS Codes

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

#bc261f Text Font Color

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

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


#bc261f Background Color

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

This div background color is #bc261f


#bc261f Border Color

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

This div border color is #bc261f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc261f


Comments

No comments written yet.

Please login to write comment.