Color Hex Logo

#b30116 Color Hex

#B30116
(179,1,22)
0 Favorites   0 Comments

Color spaces of #b30116

RGB 179122
HSL0.980.990.35
HSV353°99°70°
CMYK 0.000.990.88   0.30
XYZ18.74619.66331.6362
Yxy9.66330.62390.3216
Hunter Lab31.085853.242918.6394
CIE-Lab37.231261.600542.4240

#b30116 color RGB value is (179,1,22).

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

The process color (four color CMYK) of #b30116 color hex is 0.00, 0.99, 0.88, 0.30. Web safe color of #b30116 is #cc0000. Color #b30116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000001 00010110
Octal 263 1 26
Decimal 179 1 22
Hex B3 1 16

RGB Percentages of Color #b30116

%88.61
%0.50
%10.89

CMYK Percentages of Color #b30116

%0
%99
%88
%30

Triadic Colors of #b30116

#b30116 #16b301 #0116b3

Analogous Colors of #b30116

#b30116 #b34501 #b3016f

Monochromatic Colors of #b30116

#b30116

Complementary Color

#b30116 #01b39e

#b30116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30116 Color CSS Codes

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

#b30116 Text Font Color

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

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


#b30116 Background Color

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

This div background color is #b30116


#b30116 Border Color

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

This div border color is #b30116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30116


Comments

No comments written yet.

Please login to write comment.