Color Hex Logo

#a32b3b Color Hex

#A32B3B
(163,43,59)
0 Favorites   0 Comments

Color spaces of #a32b3b

RGB 1634359
HSL0.980.580.40
HSV352°74°64°
CMYK 0.000.740.64   0.36
XYZ16.75769.83015.1518
Yxy9.83010.52800.3097
Hunter Lab31.353040.537312.2048
CIE-Lab37.535849.610019.9656

#a32b3b color RGB value is (163,43,59).

#a32b3b hex color red value is 163, green value is 43 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #a32b3b hue: 0.98 , saturation: 0.58 and the lightness value of a32b3b is 0.40.

The process color (four color CMYK) of #a32b3b color hex is 0.00, 0.74, 0.64, 0.36. Web safe color of #a32b3b is #993333. Color #a32b3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101011 00111011
Octal 243 53 73
Decimal 163 43 59
Hex A3 2B 3B

RGB Percentages of Color #a32b3b

%61.51
%16.23
%22.26

CMYK Percentages of Color #a32b3b

%0
%74
%64
%36

Triadic Colors of #a32b3b

#a32b3b #3ba32b #2b3ba3

Analogous Colors of #a32b3b

#a32b3b #a3572b #a32b77

Monochromatic Colors of #a32b3b

#a32b3b

Complementary Color

#a32b3b #2ba393

#a32b3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32b3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32b3b Color CSS Codes

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

#a32b3b Text Font Color

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

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


#a32b3b Background Color

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

This div background color is #a32b3b


#a32b3b Border Color

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

This div border color is #a32b3b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,43,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a32b3b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a32b3b;
  -webkit-box-shadow: 1px 1px 3px 2px #a32b3b;
  box-shadow:         1px 1px 3px 2px #a32b3b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,43,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32b3b


Comments

No comments written yet.

Please login to write comment.