COLOR #A33C38

HEX: #A33C38
RGB: (163,60,56)

Color info

#A33C38 contains mainly red color. Web safe color of #A33C38 is #993333 (or #933).

RGB color model

#A33C38 color RGB value is (163,60,56).

  • red value is 163;
  • green value is 60;
  • blue value is 56.
RGB:
(163,60,56)
(64%,24%,22%)

RGB channels and saturation

R 163 of 255 = 64%
G 60 of 255 = 24%
B 56 of 255 = 22%

163
60
56

R + G + B ~ 37%. #A33C38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 60 + 56 = 279 (100%)
R 163 of 279 ~ 58.42%
G 60 of 279 ~ 21.51%
B 56 of 279 ~ 20.07%

%58.42
%21.51
%20.07

CMYK color model

#A33C38 color CMYK value is (0,63,66,36).

  • cyan value is 0.00%
  • magenta value is 63.19%
  • yellow value is 65.64%
  • key color value is 36.08%
CMYK:
(0,63,66,36)
C0M63Y66K36 
(0%,63%,66%,36%)
(0.00/0.63/0.66/0.36)	

CMYK percentages

%0
%63.19
%65.64
%36.08

Codes

Color #A33C38 in popluar color models

A33C38
RGB1636056
HSL48.86%42.94%
HSB/HSV65.64%63.92%
CMYK0.00%63.19%65.64%
36.08%

Color #A33C38 in popluar number systems.

HEXA33C38
Decimal1636056
Binary10100011111100111000
Octal2437470

Shades and tints

Shades of #A33C38

#A33C38
(163,60,56)
#953733
(149,55,51)
#87322E
(135,50,46)
#792D29
(121,45,41)
#6B2824
(107,40,36)
#5D231F
(93,35,31)
#4F1E1A
(79,30,26)
#411915
(65,25,21)
#331410
(51,20,16)
#250F0B
(37,15,11)
#170A06
(23,10,6)
#000000
(0,0,0)

Tints of #A33C38

#A33C38
(163,60,56)
#AB4D4A
(171,77,74)
#B35E5C
(179,94,92)
#BB6F6E
(187,111,110)
#C38080
(195,128,128)
#CB9192
(203,145,146)
#D3A2A4
(211,162,164)
#DBB3B6
(219,179,182)
#E3C4C8
(227,196,200)
#EBD5DA
(235,213,218)
#F3E6EC
(243,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A33C38 color. Also use rgb(163,60,56) instead hex code.

Text Font Color

.myTextColor { color: #A33C38; }

<p style="color:#A33C38">This sample text font color is #A33C38.</p>

This text font color is #A33C38.


Background Color

.myBgColor { background-color: #A33C38; }

<div style="background-color:#A33C38">Inner text</div>

This div background color is #A33C38.


Border color

.myBorderColor { border: 1px solid #A33C38; }

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

This div border color is #A33C38.


Opacity

.myOpacity80 { color: #A33C38; opacity: 0.8; }

<p style="color:#A33C38;opacity:0.8;">80%</p>

Text with #A33C38 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A33C38;}

<p style="text-shadow: 3px 3px 1px #A33C38">Text here.</p>

This text has shadow with #A33C38 color.

.textShadow {text-shadow: 3px 3px 1px #A33C38, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A33C38, 5px 5px 20px red">Text here.</p>

This text has shadow with #A33C38 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A33C38, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A33C38, Direction=45, Strength=4)">Text</p>

This text has shadow with #A33C38 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A33C38;
  -webkit-box-shadow:	1px 1px 3px 2px #A33C38;
  box-shadow:		1px 1px 3px 2px #A33C38;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A33C38;
-webkit-box-shadow: 1px 1px 3px 2px #A33C38;
box-shadow:1px 1px 3px 2px #A33C38;">
Div content here</div>
This div box has shadow with color #A33C38.

Preview

Color preview on black background

This text has color #A33C38 on black background.


Color preview on white background

This text has color #A33C38 on white background.



Black color preview on #A33C38 background

This text has black color on #A33C38 background.


White color preview on #A33C38 background

This text has white color on #A33C38 background.