Color Hex Logo

#bc243b Color Hex

#BC243B
(188,36,59)
0 Favorites   0 Comments

Color spaces of #bc243b

RGB 1883659
HSL0.970.680.44
HSV351°81°74°
CMYK 0.000.810.69   0.26
XYZ22.159312.26895.3379
Yxy12.26890.55720.3085
Hunter Lab35.027051.628115.4835
CIE-Lab41.640359.284526.1817

#bc243b color RGB value is (188,36,59).

#bc243b hex color red value is 188, green value is 36 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bc243b hue: 0.97 , saturation: 0.68 and the lightness value of bc243b is 0.44.

The process color (four color CMYK) of #bc243b color hex is 0.00, 0.81, 0.69, 0.26. Web safe color of #bc243b is #cc3333. Color #bc243b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100100 00111011
Octal 274 44 73
Decimal 188 36 59
Hex BC 24 3B

RGB Percentages of Color #bc243b

%66.43
%12.72
%20.85

CMYK Percentages of Color #bc243b

%0
%81
%69
%26

Triadic Colors of #bc243b

#bc243b #3bbc24 #243bbc

Analogous Colors of #bc243b

#bc243b #bc5924 #bc2487

Monochromatic Colors of #bc243b

#bc243b

Complementary Color

#bc243b #24bca5

#bc243b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc243b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc243b Color CSS Codes

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

#bc243b Text Font Color

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

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


#bc243b Background Color

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

This div background color is #bc243b


#bc243b Border Color

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

This div border color is #bc243b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc243b


Comments

No comments written yet.

Please login to write comment.