Color Hex Logo

#b3012e Color Hex

#B3012E
(179,1,46)
0 Favorites   0 Comments

Color spaces of #b3012e

RGB 179146
HSL0.960.990.35
HSV345°99°70°
CMYK 0.000.990.74   0.30
XYZ19.09449.80273.4705
Yxy9.80270.58990.3029
Hunter Lab31.309354.069615.3444
CIE-Lab37.486062.294028.8048

#b3012e color RGB value is (179,1,46).

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

The process color (four color CMYK) of #b3012e color hex is 0.00, 0.99, 0.74, 0.30. Web safe color of #b3012e is #cc0033. Color #b3012e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000001 00101110
Octal 263 1 56
Decimal 179 1 46
Hex B3 1 2E

RGB Percentages of Color #b3012e

%79.20
%0.44
%20.35

CMYK Percentages of Color #b3012e

%0
%99
%74
%30

Triadic Colors of #b3012e

#b3012e #2eb301 #012eb3

Analogous Colors of #b3012e

#b3012e #b32d01 #b30187

Monochromatic Colors of #b3012e

#b3012e

Complementary Color

#b3012e #01b386

#b3012e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3012e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3012e Color CSS Codes

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

#b3012e Text Font Color

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

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


#b3012e Background Color

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

This div background color is #b3012e


#b3012e Border Color

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

This div border color is #b3012e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3012e


Comments

No comments written yet.

Please login to write comment.