Color Hex Logo

#b6152e Color Hex

#B6152E
(182,21,46)
0 Favorites   0 Comments

Color spaces of #b6152e

RGB 1822146
HSL0.970.790.40
HSV351°88°71°
CMYK 0.000.880.75   0.29
XYZ20.052710.67873.5891
Yxy10.67870.58430.3111
Hunter Lab32.678352.347816.3629
CIE-Lab39.034060.440830.7595

#b6152e color RGB value is (182,21,46).

#b6152e hex color red value is 182, green value is 21 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b6152e hue: 0.97 , saturation: 0.79 and the lightness value of b6152e is 0.40.

The process color (four color CMYK) of #b6152e color hex is 0.00, 0.88, 0.75, 0.29. Web safe color of #b6152e is #cc0033. Color #b6152e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010101 00101110
Octal 266 25 56
Decimal 182 21 46
Hex B6 15 2E

RGB Percentages of Color #b6152e

%73.09
%8.43
%18.47

CMYK Percentages of Color #b6152e

%0
%88
%75
%29

Triadic Colors of #b6152e

#b6152e #2eb615 #152eb6

Analogous Colors of #b6152e

#b6152e #b64d15 #b6157f

Monochromatic Colors of #b6152e

#b6152e

Complementary Color

#b6152e #15b69d

#b6152e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6152e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6152e Color CSS Codes

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

#b6152e Text Font Color

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

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


#b6152e Background Color

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

This div background color is #b6152e


#b6152e Border Color

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

This div border color is #b6152e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,21,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6152e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6152e;
  -webkit-box-shadow: 1px 1px 3px 2px #b6152e;
  box-shadow:         1px 1px 3px 2px #b6152e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,21,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6152e


Comments

No comments written yet.

Please login to write comment.