Color Hex Logo

#b13336 Color Hex

#B13336
(177,51,54)
0 Favorites   0 Comments

Color spaces of #b13336

RGB 1775154
HSL1.000.550.45
HSV359°71°69°
CMYK 0.000.710.69   0.31
XYZ19.981111.98114.7495
Yxy11.98110.54430.3264
Hunter Lab34.613742.466816.0942
CIE-Lab41.186150.809828.1934

#b13336 color RGB value is (177,51,54).

#b13336 hex color red value is 177, green value is 51 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #b13336 hue: 1.00 , saturation: 0.55 and the lightness value of b13336 is 0.45.

The process color (four color CMYK) of #b13336 color hex is 0.00, 0.71, 0.69, 0.31. Web safe color of #b13336 is #993333. Color #b13336 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110011 00110110
Octal 261 63 66
Decimal 177 51 54
Hex B1 33 36

RGB Percentages of Color #b13336

%62.77
%18.09
%19.15

CMYK Percentages of Color #b13336

%0
%71
%69
%31

Triadic Colors of #b13336

#b13336 #36b133 #3336b1

Analogous Colors of #b13336

#b13336 #b16f33 #b13375

Monochromatic Colors of #b13336

#b13336

Complementary Color

#b13336 #33b1ae

#b13336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13336 Color CSS Codes

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

#b13336 Text Font Color

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

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


#b13336 Background Color

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

This div background color is #b13336


#b13336 Border Color

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

This div border color is #b13336


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,51,54, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b13336; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b13336;
  -webkit-box-shadow: 1px 1px 3px 2px #b13336;
  box-shadow:         1px 1px 3px 2px #b13336; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,51,54, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13336


Comments

No comments written yet.

Please login to write comment.