Color Hex Logo

#b72613 Color Hex

#B72613
(183,38,19)
1 Favorites   0 Comments

Color spaces of #b72613

RGB 1833819
HSL0.020.810.40
HSV90°72°
CMYK 0.000.790.90   0.28
XYZ20.339111.50051.7639
Yxy11.50050.60530.3422
Hunter Lab33.912447.709520.6548
CIE-Lab40.411055.915846.6544

#b72613 color RGB value is (183,38,19).

#b72613 hex color red value is 183, green value is 38 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #b72613 hue: 0.02 , saturation: 0.81 and the lightness value of b72613 is 0.40.

The process color (four color CMYK) of #b72613 color hex is 0.00, 0.79, 0.90, 0.28. Web safe color of #b72613 is #cc3300. Color #b72613 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100110 00010011
Octal 267 46 23
Decimal 183 38 19
Hex B7 26 13

RGB Percentages of Color #b72613

%76.25
%15.83
%7.92

CMYK Percentages of Color #b72613

%0
%79
%90
%28

Triadic Colors of #b72613

#b72613 #13b726 #2613b7

Analogous Colors of #b72613

#b72613 #b77813 #b71352

Monochromatic Colors of #b72613

#b72613

Complementary Color

#b72613 #13a4b7

#b72613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72613 Color CSS Codes

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

#b72613 Text Font Color

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

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


#b72613 Background Color

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

This div background color is #b72613


#b72613 Border Color

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

This div border color is #b72613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72613


Comments

No comments written yet.

Please login to write comment.