Color Hex Logo

#a33033 Color Hex

#A33033
(163,48,51)
0 Favorites   0 Comments

Color spaces of #a33033

RGB 1634851
HSL1.000.550.41
HSV358°71°64°
CMYK 0.000.710.69   0.36
XYZ16.758810.13954.2058
Yxy10.13950.53880.3260
Hunter Lab31.842638.220314.4587
CIE-Lab38.091647.220625.6543

#a33033 color RGB value is (163,48,51).

#a33033 hex color red value is 163, green value is 48 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #a33033 hue: 1.00 , saturation: 0.55 and the lightness value of a33033 is 0.41.

The process color (four color CMYK) of #a33033 color hex is 0.00, 0.71, 0.69, 0.36. Web safe color of #a33033 is #993333. Color #a33033 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110000 00110011
Octal 243 60 63
Decimal 163 48 51
Hex A3 30 33

RGB Percentages of Color #a33033

%62.21
%18.32
%19.47

CMYK Percentages of Color #a33033

%0
%71
%69
%36

Triadic Colors of #a33033

#a33033 #33a330 #3033a3

Analogous Colors of #a33033

#a33033 #a36730 #a3306d

Monochromatic Colors of #a33033

#a33033

Complementary Color

#a33033 #30a3a0

#a33033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33033 Color CSS Codes

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

#a33033 Text Font Color

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

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


#a33033 Background Color

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

This div background color is #a33033


#a33033 Border Color

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

This div border color is #a33033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33033


Comments

No comments written yet.

Please login to write comment.