COLOR #A3004B

HEX: #A3004B
RGB: (163,0,75)

Color info

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

RGB color model

#A3004B color RGB value is (163,0,75).

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

RGB channels and saturation

R 163 of 255 = 64%
G 0 of 255 = 0%
B 75 of 255 = 29%

163
0
75

R + G + B ~ 31%. #A3004B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 0 + 75 = 238 (100%)
R 163 of 238 ~ 68.49%
G 0 of 238 ~ 0%
B 75 of 238 ~ 31.51%

%68.49
%31.51

CMYK color model

#A3004B color CMYK value is (0,100,54,36).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 53.99%
  • key color value is 36.08%
CMYK:
(0,100,54,36)
C0M100Y54K36 
(0%,100%,54%,36%)
(0.00/1.00/0.54/0.36)	

CMYK percentages

%0
%100
%53.99
%36.08

Codes

Color #A3004B in popluar color models

A3004B
RGB163075
HSL332°100.00%31.96%
HSB/HSV332°100.00%63.92%
CMYK0.00%100.00%53.99%
36.08%

Color #A3004B in popluar number systems.

HEXA3004B
Decimal163075
Binary1010001101001011
Octal2430113

Shades and tints

Shades of #A3004B

#A3004B
(163,0,75)
#950045
(149,0,69)
#87003F
(135,0,63)
#790039
(121,0,57)
#6B0033
(107,0,51)
#5D002D
(93,0,45)
#4F0027
(79,0,39)
#410021
(65,0,33)
#33001B
(51,0,27)
#250015
(37,0,21)
#17000F
(23,0,15)
#000000
(0,0,0)

Tints of #A3004B

#A3004B
(163,0,75)
#AB175B
(171,23,91)
#B32E6B
(179,46,107)
#BB457B
(187,69,123)
#C35C8B
(195,92,139)
#CB739B
(203,115,155)
#D38AAB
(211,138,171)
#DBA1BB
(219,161,187)
#E3B8CB
(227,184,203)
#EBCFDB
(235,207,219)
#F3E6EB
(243,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3004B; }

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

This text font color is #A3004B.


Background Color

.myBgColor { background-color: #A3004B; }

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

This div background color is #A3004B.


Border color

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

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

This div border color is #A3004B.


Opacity

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

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

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

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

This text has shadow with #A3004B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3004B on black background.


Color preview on white background

This text has color #A3004B on white background.



Black color preview on #A3004B background

This text has black color on #A3004B background.


White color preview on #A3004B background

This text has white color on #A3004B background.