Color Hex Logo

#b12935 Color Hex

#B12935
(177,41,53)
0 Favorites   0 Comments

Color spaces of #b12935

RGB 1774153
HSL0.990.620.43
HSV355°77°69°
CMYK 0.000.770.70   0.31
XYZ19.567011.19004.4968
Yxy11.19000.55500.3174
Hunter Lab33.451545.871215.4458
CIE-Lab39.898754.290827.2452

#b12935 color RGB value is (177,41,53).

#b12935 hex color red value is 177, green value is 41 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #b12935 hue: 0.99 , saturation: 0.62 and the lightness value of b12935 is 0.43.

The process color (four color CMYK) of #b12935 color hex is 0.00, 0.77, 0.70, 0.31. Web safe color of #b12935 is #993333. Color #b12935 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101001 00110101
Octal 261 51 65
Decimal 177 41 53
Hex B1 29 35

RGB Percentages of Color #b12935

%65.31
%15.13
%19.56

CMYK Percentages of Color #b12935

%0
%77
%70
%31

Triadic Colors of #b12935

#b12935 #35b129 #2935b1

Analogous Colors of #b12935

#b12935 #b16129 #b12979

Monochromatic Colors of #b12935

#b12935

Complementary Color

#b12935 #29b1a5

#b12935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12935 Color CSS Codes

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

#b12935 Text Font Color

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

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


#b12935 Background Color

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

This div background color is #b12935


#b12935 Border Color

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

This div border color is #b12935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12935


Comments

No comments written yet.

Please login to write comment.