Color Hex Logo

#b62c1f Color Hex

#B62C1F
(182,44,31)
0 Favorites   0 Comments

Color spaces of #b62c1f

RGB 1824431
HSL0.010.710.42
HSV83°71°
CMYK 0.000.760.83   0.29
XYZ20.439411.84542.5054
Yxy11.84540.58750.3405
Hunter Lab34.417145.776219.7760
CIE-Lab40.969353.999841.3374

#b62c1f color RGB value is (182,44,31).

#b62c1f hex color red value is 182, green value is 44 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #b62c1f hue: 0.01 , saturation: 0.71 and the lightness value of b62c1f is 0.42.

The process color (four color CMYK) of #b62c1f color hex is 0.00, 0.76, 0.83, 0.29. Web safe color of #b62c1f is #cc3333. Color #b62c1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00101100 00011111
Octal 266 54 37
Decimal 182 44 31
Hex B6 2C 1F

RGB Percentages of Color #b62c1f

%70.82
%17.12
%12.06

CMYK Percentages of Color #b62c1f

%0
%76
%83
%29

Triadic Colors of #b62c1f

#b62c1f #1fb62c #2c1fb6

Analogous Colors of #b62c1f

#b62c1f #b6781f #b61f5e

Monochromatic Colors of #b62c1f

#b62c1f

Complementary Color

#b62c1f #1fa9b6

#b62c1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62c1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62c1f Color CSS Codes

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

#b62c1f Text Font Color

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

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


#b62c1f Background Color

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

This div background color is #b62c1f


#b62c1f Border Color

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

This div border color is #b62c1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62c1f


Comments

No comments written yet.

Please login to write comment.