COLOR #A30D13

HEX: #A30D13
RGB: (163,13,19)

Color info

#A30D13 contains mainly red color. Web safe color of #A30D13 is #990000 (or #900).

RGB color model

#A30D13 color RGB value is (163,13,19).

  • red value is 163;
  • green value is 13;
  • blue value is 19.
RGB:
(163,13,19)
(64%,5%,7%)

RGB channels and saturation

R 163 of 255 = 64%
G 13 of 255 = 5%
B 19 of 255 = 7%

163
13
19

R + G + B ~ 25%. #A30D13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 13 + 19 = 195 (100%)
R 163 of 195 ~ 83.59%
G 13 of 195 ~ 6.67%
B 19 of 195 ~ 9.74%

%83.59
%9.74

CMYK color model

#A30D13 color CMYK value is (0,92,88,36).

  • cyan value is 0.00%
  • magenta value is 92.02%
  • yellow value is 88.34%
  • key color value is 36.08%
CMYK:
(0,92,88,36)
C0M92Y88K36 
(0%,92%,88%,36%)
(0.00/0.92/0.88/0.36)	

CMYK percentages

%0
%92.02
%88.34
%36.08

Codes

Color #A30D13 in popluar color models

A30D13
RGB1631319
HSL358°85.23%34.51%
HSB/HSV358°92.02%63.92%
CMYK0.00%92.02%88.34%
36.08%

Color #A30D13 in popluar number systems.

HEXA30D13
Decimal1631319
Binary10100011110110011
Octal2431523

Shades and tints

Shades of #A30D13

#A30D13
(163,13,19)
#950C12
(149,12,18)
#870B11
(135,11,17)
#790A10
(121,10,16)
#6B090F
(107,9,15)
#5D080E
(93,8,14)
#4F070D
(79,7,13)
#41060C
(65,6,12)
#33050B
(51,5,11)
#25040A
(37,4,10)
#170309
(23,3,9)
#000000
(0,0,0)

Tints of #A30D13

#A30D13
(163,13,19)
#AB2328
(171,35,40)
#B3393D
(179,57,61)
#BB4F52
(187,79,82)
#C36567
(195,101,103)
#CB7B7C
(203,123,124)
#D39191
(211,145,145)
#DBA7A6
(219,167,166)
#E3BDBB
(227,189,187)
#EBD3D0
(235,211,208)
#F3E9E5
(243,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A30D13 color. Also use rgb(163,13,19) instead hex code.

Text Font Color

.myTextColor { color: #A30D13; }

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

This text font color is #A30D13.


Background Color

.myBgColor { background-color: #A30D13; }

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

This div background color is #A30D13.


Border color

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

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

This div border color is #A30D13.


Opacity

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

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

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

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

This text has shadow with #A30D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A30D13 on black background.


Color preview on white background

This text has color #A30D13 on white background.



Black color preview on #A30D13 background

This text has black color on #A30D13 background.


White color preview on #A30D13 background

This text has white color on #A30D13 background.