Color Hex Logo

#bc291a Color Hex

#BC291A
(188,41,26)
0 Favorites   0 Comments

Color spaces of #bc291a

RGB 1884126
HSL0.020.760.42
HSV86°74°
CMYK 0.000.780.86   0.26
XYZ21.718412.35182.2167
Yxy12.35180.59850.3404
Hunter Lab35.145148.802520.8620
CIE-Lab41.769956.671544.9924

#bc291a color RGB value is (188,41,26).

#bc291a hex color red value is 188, green value is 41 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #bc291a hue: 0.02 , saturation: 0.76 and the lightness value of bc291a is 0.42.

The process color (four color CMYK) of #bc291a color hex is 0.00, 0.78, 0.86, 0.26. Web safe color of #bc291a is #cc3333. Color #bc291a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101001 00011010
Octal 274 51 32
Decimal 188 41 26
Hex BC 29 1A

RGB Percentages of Color #bc291a

%73.73
%16.08
%10.20

CMYK Percentages of Color #bc291a

%0
%78
%86
%26

Triadic Colors of #bc291a

#bc291a #1abc29 #291abc

Analogous Colors of #bc291a

#bc291a #bc7a1a #bc1a5c

Monochromatic Colors of #bc291a

#bc291a

Complementary Color

#bc291a #1aadbc

#bc291a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc291a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc291a Color CSS Codes

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

#bc291a Text Font Color

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

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


#bc291a Background Color

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

This div background color is #bc291a


#bc291a Border Color

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

This div border color is #bc291a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc291a


Comments

No comments written yet.

Please login to write comment.