Color Hex Logo

#b30a2e Color Hex

#B30A2E
(179,10,46)
0 Favorites   0 Comments

Color spaces of #b30a2e

RGB 1791046
HSL0.960.890.37
HSV347°94°70°
CMYK 0.000.940.74   0.30
XYZ19.19219.99803.5030
Yxy9.99800.58700.3058
Hunter Lab31.619653.009515.5652
CIE-Lab37.838861.271629.2159

#b30a2e color RGB value is (179,10,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001010 00101110
Octal 263 12 56
Decimal 179 10 46
Hex B3 A 2E

RGB Percentages of Color #b30a2e

%76.17
%4.26
%19.57

CMYK Percentages of Color #b30a2e

%0
%94
%74
%30

Triadic Colors of #b30a2e

#b30a2e #2eb30a #0a2eb3

Analogous Colors of #b30a2e

#b30a2e #b33b0a #b30a83

Monochromatic Colors of #b30a2e

#b30a2e

Complementary Color

#b30a2e #0ab38f

#b30a2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30a2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30a2e Color CSS Codes

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

#b30a2e Text Font Color

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

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


#b30a2e Background Color

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

This div background color is #b30a2e


#b30a2e Border Color

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

This div border color is #b30a2e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,10,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 #b30a2e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30a2e


Comments

No comments written yet.

Please login to write comment.