Color Hex Logo

#b7072c Color Hex

#B7072C
(183,7,44)
0 Favorites   0 Comments

Color spaces of #b7072c

RGB 183744
HSL0.960.930.37
HSV347°96°72°
CMYK 0.000.960.76   0.28
XYZ20.059010.40113.3333
Yxy10.40110.59360.3078
Hunter Lab32.250754.582916.4476
CIE-Lab38.552962.545531.4912

#b7072c color RGB value is (183,7,44).

#b7072c hex color red value is 183, green value is 7 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #b7072c hue: 0.96 , saturation: 0.93 and the lightness value of b7072c is 0.37.

The process color (four color CMYK) of #b7072c color hex is 0.00, 0.96, 0.76, 0.28. Web safe color of #b7072c is #cc0033. Color #b7072c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000111 00101100
Octal 267 7 54
Decimal 183 7 44
Hex B7 7 2C

RGB Percentages of Color #b7072c

%78.21
%2.99
%18.80

CMYK Percentages of Color #b7072c

%0
%96
%76
%28

Triadic Colors of #b7072c

#b7072c #2cb707 #072cb7

Analogous Colors of #b7072c

#b7072c #b73a07 #b70784

Monochromatic Colors of #b7072c

#b7072c

Complementary Color

#b7072c #07b792

#b7072c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7072c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7072c Color CSS Codes

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

#b7072c Text Font Color

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

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


#b7072c Background Color

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

This div background color is #b7072c


#b7072c Border Color

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

This div border color is #b7072c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7072c


Comments

No comments written yet.

Please login to write comment.