Color Hex Logo

#bc251e Color Hex

#BC251E
(188,37,30)
0 Favorites   0 Comments

Color spaces of #bc251e

RGB 1883730
HSL0.010.720.43
HSV84°74°
CMYK 0.000.800.84   0.26
XYZ21.634912.10822.4251
Yxy12.10820.59820.3348
Hunter Lab34.796850.087720.2257
CIE-Lab41.387657.927142.6728

#bc251e color RGB value is (188,37,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100101 00011110
Octal 274 45 36
Decimal 188 37 30
Hex BC 25 1E

RGB Percentages of Color #bc251e

%73.73
%14.51
%11.76

CMYK Percentages of Color #bc251e

%0
%80
%84
%26

Triadic Colors of #bc251e

#bc251e #1ebc25 #251ebc

Analogous Colors of #bc251e

#bc251e #bc741e #bc1e66

Monochromatic Colors of #bc251e

#bc251e

Complementary Color

#bc251e #1eb5bc

#bc251e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc251e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc251e Color CSS Codes

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

#bc251e Text Font Color

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

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


#bc251e Background Color

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

This div background color is #bc251e


#bc251e Border Color

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

This div border color is #bc251e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc251e


Comments

No comments written yet.

Please login to write comment.