Color Hex Logo

#a33128 Color Hex

#A33128
(163,49,40)
0 Favorites   0 Comments

Color spaces of #a33128

RGB 1634940
HSL0.010.610.40
HSV75°64°
CMYK 0.000.700.75   0.36
XYZ16.585610.13643.0898
Yxy10.13640.55630.3400
Hunter Lab31.837737.272116.5324
CIE-Lab38.086146.275232.2486

#a33128 color RGB value is (163,49,40).

#a33128 hex color red value is 163, green value is 49 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #a33128 hue: 0.01 , saturation: 0.61 and the lightness value of a33128 is 0.40.

The process color (four color CMYK) of #a33128 color hex is 0.00, 0.70, 0.75, 0.36. Web safe color of #a33128 is #993333. Color #a33128 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110001 00101000
Octal 243 61 50
Decimal 163 49 40
Hex A3 31 28

RGB Percentages of Color #a33128

%64.68
%19.44
%15.87

CMYK Percentages of Color #a33128

%0
%70
%75
%36

Triadic Colors of #a33128

#a33128 #28a331 #3128a3

Analogous Colors of #a33128

#a33128 #a36f28 #a3285d

Monochromatic Colors of #a33128

#a33128

Complementary Color

#a33128 #289aa3

#a33128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33128 Color CSS Codes

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

#a33128 Text Font Color

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

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


#a33128 Background Color

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

This div background color is #a33128


#a33128 Border Color

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

This div border color is #a33128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33128


Comments

No comments written yet.

Please login to write comment.