Color Hex Logo

#b6220a Color Hex

#B6220A
(182,34,10)
0 Favorites   0 Comments

Color spaces of #b6220a

RGB 1823410
HSL0.020.900.38
HSV95°71°
CMYK 0.000.810.95   0.29
XYZ19.918211.11111.3820
Yxy11.11110.61450.3428
Hunter Lab33.333348.328720.8752
CIE-Lab39.767056.614349.4970

#b6220a color RGB value is (182,34,10).

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

The process color (four color CMYK) of #b6220a color hex is 0.00, 0.81, 0.95, 0.29. Web safe color of #b6220a is #cc3300. Color #b6220a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100010 00001010
Octal 266 42 12
Decimal 182 34 10
Hex B6 22 A

RGB Percentages of Color #b6220a

%80.53
%15.04
%4.42

CMYK Percentages of Color #b6220a

%0
%81
%95
%29

Triadic Colors of #b6220a

#b6220a #0ab622 #220ab6

Analogous Colors of #b6220a

#b6220a #b6780a #b60a48

Monochromatic Colors of #b6220a

#b6220a

Complementary Color

#b6220a #0a9eb6

#b6220a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6220a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6220a Color CSS Codes

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

#b6220a Text Font Color

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

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


#b6220a Background Color

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

This div background color is #b6220a


#b6220a Border Color

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

This div border color is #b6220a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6220a


Comments

No comments written yet.

Please login to write comment.