Color Hex Logo

#b2391c Color Hex

#B2391C
(178,57,28)
0 Favorites   0 Comments

Color spaces of #b2391c

RGB 1785728
HSL0.030.730.40
HSV12°84°70°
CMYK 0.000.680.84   0.30
XYZ20.032812.47512.4507
Yxy12.47510.57300.3569
Hunter Lab35.320139.431120.6102
CIE-Lab41.961547.723743.4650

#b2391c color RGB value is (178,57,28).

#b2391c hex color red value is 178, green value is 57 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #b2391c hue: 0.03 , saturation: 0.73 and the lightness value of b2391c is 0.40.

The process color (four color CMYK) of #b2391c color hex is 0.00, 0.68, 0.84, 0.30. Web safe color of #b2391c is #993333. Color #b2391c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111001 00011100
Octal 262 71 34
Decimal 178 57 28
Hex B2 39 1C

RGB Percentages of Color #b2391c

%67.68
%21.67
%10.65

CMYK Percentages of Color #b2391c

%0
%68
%84
%30

Triadic Colors of #b2391c

#b2391c #1cb239 #391cb2

Analogous Colors of #b2391c

#b2391c #b2841c #b21c4a

Monochromatic Colors of #b2391c

#b2391c

Complementary Color

#b2391c #1c95b2

#b2391c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2391c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2391c Color CSS Codes

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

#b2391c Text Font Color

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

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


#b2391c Background Color

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

This div background color is #b2391c


#b2391c Border Color

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

This div border color is #b2391c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,57,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 #b2391c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2391c


Comments

No comments written yet.

Please login to write comment.