Color Hex Logo

#b6102a Color Hex

#B6102A
(182,16,42)
0 Favorites   0 Comments

Color spaces of #b6102a

RGB 1821642
HSL0.970.840.39
HSV351°91°71°
CMYK 0.000.910.77   0.29
XYZ19.894610.48283.1653
Yxy10.48280.59310.3125
Hunter Lab32.377253.021816.8676
CIE-Lab38.695461.116032.8061

#b6102a color RGB value is (182,16,42).

#b6102a hex color red value is 182, green value is 16 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b6102a hue: 0.97 , saturation: 0.84 and the lightness value of b6102a is 0.39.

The process color (four color CMYK) of #b6102a color hex is 0.00, 0.91, 0.77, 0.29. Web safe color of #b6102a is #cc0033. Color #b6102a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010000 00101010
Octal 266 20 52
Decimal 182 16 42
Hex B6 10 2A

RGB Percentages of Color #b6102a

%75.83
%6.67
%17.50

CMYK Percentages of Color #b6102a

%0
%91
%77
%29

Triadic Colors of #b6102a

#b6102a #2ab610 #102ab6

Analogous Colors of #b6102a

#b6102a #b64910 #b6107d

Monochromatic Colors of #b6102a

#b6102a

Complementary Color

#b6102a #10b69c

#b6102a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6102a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6102a Color CSS Codes

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

#b6102a Text Font Color

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

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


#b6102a Background Color

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

This div background color is #b6102a


#b6102a Border Color

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

This div border color is #b6102a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6102a


Comments

No comments written yet.

Please login to write comment.