Color Hex Logo

#b30011 Color Hex

#B30011
(179,0,17)
1 Favorites   0 Comments

Color spaces of #b30011

RGB 179017
HSL0.981.000.35
HSV354°100°70°
CMYK 0.001.000.91   0.30
XYZ18.69169.62421.4028
Yxy9.62420.62900.3238
Hunter Lab31.022953.257919.0350
CIE-Lab37.159361.628144.7682

#b30011 color RGB value is (179,0,17).

#b30011 hex color red value is 179, green value is 0 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #b30011 hue: 0.98 , saturation: 1.00 and the lightness value of b30011 is 0.35.

The process color (four color CMYK) of #b30011 color hex is 0.00, 1.00, 0.91, 0.30. Web safe color of #b30011 is #cc0000. Color #b30011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000000 00010001
Octal 263 0 21
Decimal 179 0 17
Hex B3 0 11

RGB Percentages of Color #b30011

%91.33
%0.00
%8.67

CMYK Percentages of Color #b30011

%0
%100
%91
%30

Triadic Colors of #b30011

#b30011 #11b300 #0011b3

Analogous Colors of #b30011

#b30011 #b34900 #b3006b

Monochromatic Colors of #b30011

#b30011

Complementary Color

#b30011 #00b3a2

#b30011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30011 Color CSS Codes

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

#b30011 Text Font Color

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

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


#b30011 Background Color

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

This div background color is #b30011


#b30011 Border Color

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

This div border color is #b30011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30011


Comments

No comments written yet.

Please login to write comment.