Color Hex Logo

#b33213 Color Hex

#B33213
(179,50,19)
0 Favorites   0 Comments

Color spaces of #b33213

RGB 1795019
HSL0.030.810.39
HSV12°89°70°
CMYK 0.000.720.89   0.30
XYZ19.848611.91191.8692
Yxy11.91190.59020.3542
Hunter Lab34.513642.255620.9485
CIE-Lab41.075850.626646.8129

#b33213 color RGB value is (179,50,19).

#b33213 hex color red value is 179, green value is 50 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #b33213 hue: 0.03 , saturation: 0.81 and the lightness value of b33213 is 0.39.

The process color (four color CMYK) of #b33213 color hex is 0.00, 0.72, 0.89, 0.30. Web safe color of #b33213 is #cc3300. Color #b33213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110010 00010011
Octal 263 62 23
Decimal 179 50 19
Hex B3 32 13

RGB Percentages of Color #b33213

%72.18
%20.16
%7.66

CMYK Percentages of Color #b33213

%0
%72
%89
%30

Triadic Colors of #b33213

#b33213 #13b332 #3213b3

Analogous Colors of #b33213

#b33213 #b38213 #b31344

Monochromatic Colors of #b33213

#b33213

Complementary Color

#b33213 #1394b3

#b33213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33213 Color CSS Codes

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

#b33213 Text Font Color

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

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


#b33213 Background Color

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

This div background color is #b33213


#b33213 Border Color

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

This div border color is #b33213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33213


Comments

No comments written yet.

Please login to write comment.