Color Hex Logo

#b63412 Color Hex

#B63412
(182,52,18)
0 Favorites   0 Comments

Color spaces of #b63412

RGB 1825218
HSL0.030.820.39
HSV12°90°71°
CMYK 0.000.710.90   0.29
XYZ20.628612.44471.8871
Yxy12.44470.59010.3560
Hunter Lab35.277042.644821.5223
CIE-Lab41.914350.848048.0946

#b63412 color RGB value is (182,52,18).

#b63412 hex color red value is 182, green value is 52 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #b63412 hue: 0.03 , saturation: 0.82 and the lightness value of b63412 is 0.39.

The process color (four color CMYK) of #b63412 color hex is 0.00, 0.71, 0.90, 0.29. Web safe color of #b63412 is #cc3300. Color #b63412 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110100 00010010
Octal 266 64 22
Decimal 182 52 18
Hex B6 34 12

RGB Percentages of Color #b63412

%72.22
%20.63
%7.14

CMYK Percentages of Color #b63412

%0
%71
%90
%29

Triadic Colors of #b63412

#b63412 #12b634 #3412b6

Analogous Colors of #b63412

#b63412 #b68612 #b61242

Monochromatic Colors of #b63412

#b63412

Complementary Color

#b63412 #1294b6

#b63412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63412 Color CSS Codes

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

#b63412 Text Font Color

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

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


#b63412 Background Color

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

This div background color is #b63412


#b63412 Border Color

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

This div border color is #b63412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63412


Comments

No comments written yet.

Please login to write comment.