Color Hex Logo

#b6271f Color Hex

#B6271F
(182,39,31)
0 Favorites   0 Comments

Color spaces of #b6271f

RGB 1823931
HSL0.010.710.42
HSV83°71°
CMYK 0.000.790.83   0.29
XYZ20.264211.49512.4470
Yxy11.49510.59240.3361
Hunter Lab33.904447.354219.4539
CIE-Lab40.402155.586340.8049

#b6271f color RGB value is (182,39,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100111 00011111
Octal 266 47 37
Decimal 182 39 31
Hex B6 27 1F

RGB Percentages of Color #b6271f

%72.22
%15.48
%12.30

CMYK Percentages of Color #b6271f

%0
%79
%83
%29

Triadic Colors of #b6271f

#b6271f #1fb627 #271fb6

Analogous Colors of #b6271f

#b6271f #b6731f #b61f63

Monochromatic Colors of #b6271f

#b6271f

Complementary Color

#b6271f #1faeb6

#b6271f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6271f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6271f Color CSS Codes

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

#b6271f Text Font Color

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

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


#b6271f Background Color

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

This div background color is #b6271f


#b6271f Border Color

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

This div border color is #b6271f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,39,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 #b6271f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6271f


Comments

No comments written yet.

Please login to write comment.