Color Hex Logo

#b3121e Color Hex

#B3121E
(179,18,30)
0 Favorites   0 Comments

Color spaces of #b3121e

RGB 1791830
HSL0.990.820.39
HSV356°90°70°
CMYK 0.000.900.83   0.30
XYZ19.041110.11012.1762
Yxy10.11010.60780.3227
Hunter Lab31.796451.250118.1996
CIE-Lab38.039359.636238.8950

#b3121e color RGB value is (179,18,30).

#b3121e hex color red value is 179, green value is 18 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b3121e hue: 0.99 , saturation: 0.82 and the lightness value of b3121e is 0.39.

The process color (four color CMYK) of #b3121e color hex is 0.00, 0.90, 0.83, 0.30. Web safe color of #b3121e is #cc0033. Color #b3121e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010010 00011110
Octal 263 22 36
Decimal 179 18 30
Hex B3 12 1E

RGB Percentages of Color #b3121e

%78.85
%7.93
%13.22

CMYK Percentages of Color #b3121e

%0
%90
%83
%30

Triadic Colors of #b3121e

#b3121e #1eb312 #121eb3

Analogous Colors of #b3121e

#b3121e #b35612 #b3126f

Monochromatic Colors of #b3121e

#b3121e

Complementary Color

#b3121e #12b3a7

#b3121e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3121e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3121e Color CSS Codes

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

#b3121e Text Font Color

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

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


#b3121e Background Color

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

This div background color is #b3121e


#b3121e Border Color

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

This div border color is #b3121e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3121e


Comments

No comments written yet.

Please login to write comment.