Color Hex Logo

#b61801 Color Hex

#B61801
(182,24,1)
0 Favorites   0 Comments

Color spaces of #b61801

RGB 182241
HSL0.020.990.36
HSV99°71°
CMYK 0.000.870.99   0.29
XYZ19.623510.60051.0406
Yxy10.60050.62770.3391
Hunter Lab32.558450.607720.8959
CIE-Lab38.899358.882352.2111

#b61801 color RGB value is (182,24,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011000 00000001
Octal 266 30 1
Decimal 182 24 1
Hex B6 18 1

RGB Percentages of Color #b61801

%87.92
%11.59
%0.48

CMYK Percentages of Color #b61801

%0
%87
%99
%29

Triadic Colors of #b61801

#b61801 #01b618 #1801b6

Analogous Colors of #b61801

#b61801 #b67301 #b60144

Monochromatic Colors of #b61801

#b61801

Complementary Color

#b61801 #019fb6

#b61801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61801 Color CSS Codes

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

#b61801 Text Font Color

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

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


#b61801 Background Color

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

This div background color is #b61801


#b61801 Border Color

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

This div border color is #b61801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61801


Comments

No comments written yet.

Please login to write comment.