Color Hex Logo

#b6261f Color Hex

#B6261F
(182,38,31)
0 Favorites   0 Comments

Color spaces of #b6261f

RGB 1823831
HSL0.010.710.42
HSV83°71°
CMYK 0.000.790.83   0.29
XYZ20.231811.43022.4362
Yxy11.43020.59330.3352
Hunter Lab33.808647.653319.3936
CIE-Lab40.295855.885440.7047

#b6261f color RGB value is (182,38,31).

#b6261f hex color red value is 182, green value is 38 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #b6261f hue: 0.01 , saturation: 0.71 and the lightness value of b6261f is 0.42.

The process color (four color CMYK) of #b6261f color hex is 0.00, 0.79, 0.83, 0.29. Web safe color of #b6261f is #cc3333. Color #b6261f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100110 00011111
Octal 266 46 37
Decimal 182 38 31
Hex B6 26 1F

RGB Percentages of Color #b6261f

%72.51
%15.14
%12.35

CMYK Percentages of Color #b6261f

%0
%79
%83
%29

Triadic Colors of #b6261f

#b6261f #1fb626 #261fb6

Analogous Colors of #b6261f

#b6261f #b6721f #b61f64

Monochromatic Colors of #b6261f

#b6261f

Complementary Color

#b6261f #1fafb6

#b6261f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6261f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6261f Color CSS Codes

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

#b6261f Text Font Color

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

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


#b6261f Background Color

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

This div background color is #b6261f


#b6261f Border Color

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

This div border color is #b6261f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6261f


Comments

No comments written yet.

Please login to write comment.