Color Hex Logo

#b5330c Color Hex

#B5330C
(181,51,12)
0 Favorites   0 Comments

Color spaces of #b5330c

RGB 1815112
HSL0.040.880.38
HSV14°93°71°
CMYK 0.000.720.93   0.29
XYZ20.306212.21801.6359
Yxy12.21800.59440.3577
Hunter Lab34.954342.527221.6931
CIE-Lab41.560550.799549.8913

#b5330c color RGB value is (181,51,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110011 00001100
Octal 265 63 14
Decimal 181 51 12
Hex B5 33 C

RGB Percentages of Color #b5330c

%74.18
%20.90
%4.92

CMYK Percentages of Color #b5330c

%0
%72
%93
%29

Triadic Colors of #b5330c

#b5330c #0cb533 #330cb5

Analogous Colors of #b5330c

#b5330c #b5880c #b50c39

Monochromatic Colors of #b5330c

#b5330c

Complementary Color

#b5330c #0c8eb5

#b5330c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5330c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5330c Color CSS Codes

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

#b5330c Text Font Color

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

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


#b5330c Background Color

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

This div background color is #b5330c


#b5330c Border Color

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

This div border color is #b5330c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5330c


Comments

No comments written yet.

Please login to write comment.