Color Hex Logo

#b6350a Color Hex

#B6350A
(182,53,10)
0 Favorites   0 Comments

Color spaces of #b6350a

RGB 1825310
HSL0.040.900.38
HSV15°95°71°
CMYK 0.000.710.95   0.29
XYZ20.619312.51321.6157
Yxy12.51320.59340.3601
Hunter Lab35.374042.142122.0537
CIE-Lab42.020450.345650.8882

#b6350a color RGB value is (182,53,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110101 00001010
Octal 266 65 12
Decimal 182 53 10
Hex B6 35 A

RGB Percentages of Color #b6350a

%74.29
%21.63
%4.08

CMYK Percentages of Color #b6350a

%0
%71
%95
%29

Triadic Colors of #b6350a

#b6350a #0ab635 #350ab6

Analogous Colors of #b6350a

#b6350a #b68b0a #b60a35

Monochromatic Colors of #b6350a

#b6350a

Complementary Color

#b6350a #0a8bb6

#b6350a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6350a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6350a Color CSS Codes

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

#b6350a Text Font Color

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

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


#b6350a Background Color

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

This div background color is #b6350a


#b6350a Border Color

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

This div border color is #b6350a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6350a


Comments

No comments written yet.

Please login to write comment.