Color Hex Logo

#b33136 Color Hex

#B33136
(179,49,54)
2 Favorites   0 Comments

Color spaces of #b33136

RGB 1794954
HSL0.990.570.45
HSV358°73°70°
CMYK 0.000.730.70   0.30
XYZ20.354612.04674.7425
Yxy12.04670.54800.3243
Hunter Lab34.708443.941116.1945
CIE-Lab41.290252.201728.4077

#b33136 color RGB value is (179,49,54).

#b33136 hex color red value is 179, green value is 49 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #b33136 hue: 0.99 , saturation: 0.57 and the lightness value of b33136 is 0.45.

The process color (four color CMYK) of #b33136 color hex is 0.00, 0.73, 0.70, 0.30. Web safe color of #b33136 is #cc3333. Color #b33136 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110001 00110110
Octal 263 61 66
Decimal 179 49 54
Hex B3 31 36

RGB Percentages of Color #b33136

%63.48
%17.38
%19.15

CMYK Percentages of Color #b33136

%0
%73
%70
%30

Triadic Colors of #b33136

#b33136 #36b331 #3136b3

Analogous Colors of #b33136

#b33136 #b36d31 #b33177

Monochromatic Colors of #b33136

#b33136

Complementary Color

#b33136 #31b3ae

#b33136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33136 Color CSS Codes

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

#b33136 Text Font Color

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

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


#b33136 Background Color

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

This div background color is #b33136


#b33136 Border Color

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

This div border color is #b33136


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,49,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 #b33136">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33136


Comments

No comments written yet.

Please login to write comment.