COLOR #A30033

HEX: #A30033
RGB: (163,0,51)

Color info

#A30033 contains mainly red color. Web safe color of #A30033 is #990033 (or #903).

RGB color model

#A30033 color RGB value is (163,0,51).

  • red value is 163;
  • green value is 0;
  • blue value is 51.
RGB:
(163,0,51)
(64%,0%,20%)

RGB channels and saturation

R 163 of 255 = 64%
G 0 of 255 = 0%
B 51 of 255 = 20%

163
0
51

R + G + B ~ 28%. #A30033 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 0 + 51 = 214 (100%)
R 163 of 214 ~ 76.17%
G 0 of 214 ~ 0%
B 51 of 214 ~ 23.83%

%76.17
%23.83

CMYK color model

#A30033 color CMYK value is (0,100,69,36).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 68.71%
  • key color value is 36.08%
CMYK:
(0,100,69,36)
C0M100Y69K36 
(0%,100%,69%,36%)
(0.00/1.00/0.69/0.36)	

CMYK percentages

%0
%100
%68.71
%36.08

Codes

Color #A30033 in popluar color models

A30033
RGB163051
HSL341°100.00%31.96%
HSB/HSV341°100.00%63.92%
CMYK0.00%100.00%68.71%
36.08%

Color #A30033 in popluar number systems.

HEXA30033
Decimal163051
Binary101000110110011
Octal243063

Shades and tints

Shades of #A30033

#A30033
(163,0,51)
#95002F
(149,0,47)
#87002B
(135,0,43)
#790027
(121,0,39)
#6B0023
(107,0,35)
#5D001F
(93,0,31)
#4F001B
(79,0,27)
#410017
(65,0,23)
#330013
(51,0,19)
#25000F
(37,0,15)
#17000B
(23,0,11)
#000000
(0,0,0)

Tints of #A30033

#A30033
(163,0,51)
#AB1745
(171,23,69)
#B32E57
(179,46,87)
#BB4569
(187,69,105)
#C35C7B
(195,92,123)
#CB738D
(203,115,141)
#D38A9F
(211,138,159)
#DBA1B1
(219,161,177)
#E3B8C3
(227,184,195)
#EBCFD5
(235,207,213)
#F3E6E7
(243,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A30033 color. Also use rgb(163,0,51) instead hex code.

Text Font Color

.myTextColor { color: #A30033; }

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

This text font color is #A30033.


Background Color

.myBgColor { background-color: #A30033; }

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

This div background color is #A30033.


Border color

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

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

This div border color is #A30033.


Opacity

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

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

Text with #A30033 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 #A30033;}

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

This text has shadow with #A30033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A30033 on black background.


Color preview on white background

This text has color #A30033 on white background.



Black color preview on #A30033 background

This text has black color on #A30033 background.


White color preview on #A30033 background

This text has white color on #A30033 background.