Color Hex Logo

#b6260d Color Hex

#B6260D
(182,38,13)
0 Favorites   0 Comments

Color spaces of #b6260d

RGB 1823813
HSL0.020.870.38
HSV93°71°
CMYK 0.000.790.93   0.29
XYZ20.057211.36041.5164
Yxy11.36040.60900.3449
Hunter Lab33.705247.237220.9262
CIE-Lab40.181055.519148.7450

#b6260d color RGB value is (182,38,13).

#b6260d hex color red value is 182, green value is 38 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #b6260d hue: 0.02 , saturation: 0.87 and the lightness value of b6260d is 0.38.

The process color (four color CMYK) of #b6260d color hex is 0.00, 0.79, 0.93, 0.29. Web safe color of #b6260d is #cc3300. Color #b6260d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100110 00001101
Octal 266 46 15
Decimal 182 38 13
Hex B6 26 D

RGB Percentages of Color #b6260d

%78.11
%16.31
%5.58

CMYK Percentages of Color #b6260d

%0
%79
%93
%29

Triadic Colors of #b6260d

#b6260d #0db626 #260db6

Analogous Colors of #b6260d

#b6260d #b67b0d #b60d49

Monochromatic Colors of #b6260d

#b6260d

Complementary Color

#b6260d #0d9db6

#b6260d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6260d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6260d Color CSS Codes

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

#b6260d Text Font Color

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

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


#b6260d Background Color

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

This div background color is #b6260d


#b6260d Border Color

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

This div border color is #b6260d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6260d


Comments

No comments written yet.

Please login to write comment.