Color Hex Logo

#bc251c Color Hex

#BC251C
(188,37,28)
0 Favorites   0 Comments

Color spaces of #bc251c

RGB 1883728
HSL0.010.740.42
HSV85°74°
CMYK 0.000.800.85   0.26
XYZ21.610212.09832.2948
Yxy12.09830.60020.3360
Hunter Lab34.782650.031320.4361
CIE-Lab41.371957.878443.6723

#bc251c color RGB value is (188,37,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100101 00011100
Octal 274 45 34
Decimal 188 37 28
Hex BC 25 1C

RGB Percentages of Color #bc251c

%74.31
%14.62
%11.07

CMYK Percentages of Color #bc251c

%0
%80
%85
%26

Triadic Colors of #bc251c

#bc251c #1cbc25 #251cbc

Analogous Colors of #bc251c

#bc251c #bc751c #bc1c63

Monochromatic Colors of #bc251c

#bc251c

Complementary Color

#bc251c #1cb3bc

#bc251c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc251c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc251c Color CSS Codes

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

#bc251c Text Font Color

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

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


#bc251c Background Color

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

This div background color is #bc251c


#bc251c Border Color

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

This div border color is #bc251c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc251c


Comments

No comments written yet.

Please login to write comment.