Color Hex Logo

#bc192a Color Hex

#BC192A
(188,25,42)
0 Favorites   0 Comments

Color spaces of #bc192a

RGB 1882542
HSL0.980.770.42
HSV354°87°74°
CMYK 0.000.870.78   0.26
XYZ21.504611.55383.2872
Yxy11.55380.59170.3179
Hunter Lab33.990953.445418.0598
CIE-Lab40.498061.147535.1346

#bc192a color RGB value is (188,25,42).

#bc192a hex color red value is 188, green value is 25 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bc192a hue: 0.98 , saturation: 0.77 and the lightness value of bc192a is 0.42.

The process color (four color CMYK) of #bc192a color hex is 0.00, 0.87, 0.78, 0.26. Web safe color of #bc192a is #cc0033. Color #bc192a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011001 00101010
Octal 274 31 52
Decimal 188 25 42
Hex BC 19 2A

RGB Percentages of Color #bc192a

%73.73
%9.80
%16.47

CMYK Percentages of Color #bc192a

%0
%87
%78
%26

Triadic Colors of #bc192a

#bc192a #2abc19 #192abc

Analogous Colors of #bc192a

#bc192a #bc5a19 #bc197c

Monochromatic Colors of #bc192a

#bc192a

Complementary Color

#bc192a #19bcab

#bc192a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc192a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc192a Color CSS Codes

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

#bc192a Text Font Color

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

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


#bc192a Background Color

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

This div background color is #bc192a


#bc192a Border Color

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

This div border color is #bc192a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc192a


Comments

No comments written yet.

Please login to write comment.