Color Hex Logo

#b6330d Color Hex

#B6330D
(182,51,13)
0 Favorites   0 Comments

Color spaces of #b6330d

RGB 1825113
HSL0.040.870.38
HSV13°93°71°
CMYK 0.000.720.93   0.29
XYZ20.547912.34181.6800
Yxy12.34180.59440.3570
Hunter Lab35.130942.924821.7563
CIE-Lab41.754351.145649.7859

#b6330d color RGB value is (182,51,13).

#b6330d hex color red value is 182, green value is 51 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #b6330d hue: 0.04 , saturation: 0.87 and the lightness value of b6330d is 0.38.

The process color (four color CMYK) of #b6330d color hex is 0.00, 0.72, 0.93, 0.29. Web safe color of #b6330d is #cc3300. Color #b6330d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110011 00001101
Octal 266 63 15
Decimal 182 51 13
Hex B6 33 D

RGB Percentages of Color #b6330d

%73.98
%20.73
%5.28

CMYK Percentages of Color #b6330d

%0
%72
%93
%29

Triadic Colors of #b6330d

#b6330d #0db633 #330db6

Analogous Colors of #b6330d

#b6330d #b6880d #b60d3b

Monochromatic Colors of #b6330d

#b6330d

Complementary Color

#b6330d #0d90b6

#b6330d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6330d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6330d Color CSS Codes

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

#b6330d Text Font Color

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

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


#b6330d Background Color

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

This div background color is #b6330d


#b6330d Border Color

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

This div border color is #b6330d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6330d


Comments

No comments written yet.

Please login to write comment.