Color Hex Logo

#b61301 Color Hex

#B61301
(182,19,1)
0 Favorites   0 Comments

Color spaces of #b61301

RGB 182191
HSL0.020.990.36
HSV99°71°
CMYK 0.000.900.99   0.29
XYZ19.529810.41301.0093
Yxy10.41300.63100.3364
Hunter Lab32.269251.559920.7340
CIE-Lab38.573759.814652.0796

#b61301 color RGB value is (182,19,1).

#b61301 hex color red value is 182, green value is 19 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #b61301 hue: 0.02 , saturation: 0.99 and the lightness value of b61301 is 0.36.

The process color (four color CMYK) of #b61301 color hex is 0.00, 0.90, 0.99, 0.29. Web safe color of #b61301 is #cc0000. Color #b61301 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010011 00000001
Octal 266 23 1
Decimal 182 19 1
Hex B6 13 1

RGB Percentages of Color #b61301

%90.10
%9.41
%0.50

CMYK Percentages of Color #b61301

%0
%90
%99
%29

Triadic Colors of #b61301

#b61301 #01b613 #1301b6

Analogous Colors of #b61301

#b61301 #b66e01 #b60149

Monochromatic Colors of #b61301

#b61301

Complementary Color

#b61301 #01a4b6

#b61301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61301 Color CSS Codes

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

#b61301 Text Font Color

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

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


#b61301 Background Color

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

This div background color is #b61301


#b61301 Border Color

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

This div border color is #b61301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61301


Comments

No comments written yet.

Please login to write comment.