Color Hex Logo

#b72c3c Color Hex

#B72C3C
(183,44,60)
0 Favorites   0 Comments

Color spaces of #b72c3c

RGB 1834460
HSL0.980.610.45
HSV353°76°72°
CMYK 0.000.760.67   0.28
XYZ21.244712.19495.5091
Yxy12.19490.54550.3131
Hunter Lab34.921247.480415.0914
CIE-Lab41.524255.491625.2072

#b72c3c color RGB value is (183,44,60).

#b72c3c hex color red value is 183, green value is 44 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #b72c3c hue: 0.98 , saturation: 0.61 and the lightness value of b72c3c is 0.45.

The process color (four color CMYK) of #b72c3c color hex is 0.00, 0.76, 0.67, 0.28. Web safe color of #b72c3c is #cc3333. Color #b72c3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101100 00111100
Octal 267 54 74
Decimal 183 44 60
Hex B7 2C 3C

RGB Percentages of Color #b72c3c

%63.76
%15.33
%20.91

CMYK Percentages of Color #b72c3c

%0
%76
%67
%28

Triadic Colors of #b72c3c

#b72c3c #3cb72c #2c3cb7

Analogous Colors of #b72c3c

#b72c3c #b7622c #b72c82

Monochromatic Colors of #b72c3c

#b72c3c

Complementary Color

#b72c3c #2cb7a7

#b72c3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72c3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72c3c Color CSS Codes

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

#b72c3c Text Font Color

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

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


#b72c3c Background Color

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

This div background color is #b72c3c


#b72c3c Border Color

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

This div border color is #b72c3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72c3c


Comments

No comments written yet.

Please login to write comment.