Color Hex Logo

#b6142c Color Hex

#B6142C
(182,20,44)
0 Favorites   0 Comments

Color spaces of #b6142c

RGB 1822044
HSL0.980.800.40
HSV351°89°71°
CMYK 0.000.890.76   0.29
XYZ19.996210.62723.3802
Yxy10.62720.58810.3125
Hunter Lab32.599452.441516.6718
CIE-Lab38.945360.542931.8758

#b6142c color RGB value is (182,20,44).

#b6142c hex color red value is 182, green value is 20 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #b6142c hue: 0.98 , saturation: 0.80 and the lightness value of b6142c is 0.40.

The process color (four color CMYK) of #b6142c color hex is 0.00, 0.89, 0.76, 0.29. Web safe color of #b6142c is #cc0033. Color #b6142c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010100 00101100
Octal 266 24 54
Decimal 182 20 44
Hex B6 14 2C

RGB Percentages of Color #b6142c

%73.98
%8.13
%17.89

CMYK Percentages of Color #b6142c

%0
%89
%76
%29

Triadic Colors of #b6142c

#b6142c #2cb614 #142cb6

Analogous Colors of #b6142c

#b6142c #b64d14 #b6147d

Monochromatic Colors of #b6142c

#b6142c

Complementary Color

#b6142c #14b69e

#b6142c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6142c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6142c Color CSS Codes

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

#b6142c Text Font Color

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

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


#b6142c Background Color

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

This div background color is #b6142c


#b6142c Border Color

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

This div border color is #b6142c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6142c


Comments

No comments written yet.

Please login to write comment.