Color Hex Logo

#b7011e Color Hex

#B7011E
(183,1,30)
0 Favorites   0 Comments

Color spaces of #b7011e

RGB 183130
HSL0.970.990.36
HSV350°99°72°
CMYK 0.000.990.84   0.28
XYZ19.773610.18272.1516
Yxy10.18270.61580.3171
Hunter Lab31.910354.766418.3395
CIE-Lab38.168462.784439.3228

#b7011e color RGB value is (183,1,30).

#b7011e hex color red value is 183, green value is 1 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b7011e hue: 0.97 , saturation: 0.99 and the lightness value of b7011e is 0.36.

The process color (four color CMYK) of #b7011e color hex is 0.00, 0.99, 0.84, 0.28. Web safe color of #b7011e is #cc0033. Color #b7011e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000001 00011110
Octal 267 1 36
Decimal 183 1 30
Hex B7 1 1E

RGB Percentages of Color #b7011e

%85.51
%0.47
%14.02

CMYK Percentages of Color #b7011e

%0
%99
%84
%28

Triadic Colors of #b7011e

#b7011e #1eb701 #011eb7

Analogous Colors of #b7011e

#b7011e #b73f01 #b70179

Monochromatic Colors of #b7011e

#b7011e

Complementary Color

#b7011e #01b79a

#b7011e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7011e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7011e Color CSS Codes

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

#b7011e Text Font Color

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

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


#b7011e Background Color

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

This div background color is #b7011e


#b7011e Border Color

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

This div border color is #b7011e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,1,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7011e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7011e;
  -webkit-box-shadow: 1px 1px 3px 2px #b7011e;
  box-shadow:         1px 1px 3px 2px #b7011e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,1,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7011e


Comments

No comments written yet.

Please login to write comment.