Color Hex Logo

#b33009 Color Hex

#B33009
(179,48,9)
0 Favorites   0 Comments

Color spaces of #b33009

RGB 179489
HSL0.040.900.37
HSV14°95°70°
CMYK 0.000.730.95   0.30
XYZ19.696711.71731.4820
Yxy11.71730.59880.3562
Hunter Lab34.230542.807821.3944
CIE-Lab40.763251.215050.1155

#b33009 color RGB value is (179,48,9).

#b33009 hex color red value is 179, green value is 48 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #b33009 hue: 0.04 , saturation: 0.90 and the lightness value of b33009 is 0.37.

The process color (four color CMYK) of #b33009 color hex is 0.00, 0.73, 0.95, 0.30. Web safe color of #b33009 is #cc3300. Color #b33009 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110000 00001001
Octal 263 60 11
Decimal 179 48 9
Hex B3 30 9

RGB Percentages of Color #b33009

%75.85
%20.34
%3.81

CMYK Percentages of Color #b33009

%0
%73
%95
%30

Triadic Colors of #b33009

#b33009 #09b330 #3009b3

Analogous Colors of #b33009

#b33009 #b38509 #b30937

Monochromatic Colors of #b33009

#b33009

Complementary Color

#b33009 #098cb3

#b33009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33009 Color CSS Codes

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

#b33009 Text Font Color

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

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


#b33009 Background Color

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

This div background color is #b33009


#b33009 Border Color

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

This div border color is #b33009


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,48,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33009


Comments

No comments written yet.

Please login to write comment.