Color Hex Logo

#bc302b Color Hex

#BC302B
(188,48,43)
0 Favorites   0 Comments

Color spaces of #bc302b

RGB 1884843
HSL0.010.630.45
HSV77°74°
CMYK 0.000.740.77   0.26
XYZ22.232012.97973.6191
Yxy12.97970.57250.3343
Hunter Lab36.027447.102119.2632
CIE-Lab42.732654.912536.9584

#bc302b color RGB value is (188,48,43).

#bc302b hex color red value is 188, green value is 48 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bc302b hue: 0.01 , saturation: 0.63 and the lightness value of bc302b is 0.45.

The process color (four color CMYK) of #bc302b color hex is 0.00, 0.74, 0.77, 0.26. Web safe color of #bc302b is #cc3333. Color #bc302b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110000 00101011
Octal 274 60 53
Decimal 188 48 43
Hex BC 30 2B

RGB Percentages of Color #bc302b

%67.38
%17.20
%15.41

CMYK Percentages of Color #bc302b

%0
%74
%77
%26

Triadic Colors of #bc302b

#bc302b #2bbc30 #302bbc

Analogous Colors of #bc302b

#bc302b #bc792b #bc2b6f

Monochromatic Colors of #bc302b

#bc302b

Complementary Color

#bc302b #2bb7bc

#bc302b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc302b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc302b Color CSS Codes

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

#bc302b Text Font Color

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

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


#bc302b Background Color

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

This div background color is #bc302b


#bc302b Border Color

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

This div border color is #bc302b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc302b


Comments

No comments written yet.

Please login to write comment.