COLOR #A30D12

HEX: #A30D12
RGB: (163,13,18)

Color info

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

RGB color model

#A30D12 color RGB value is (163,13,18).

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

RGB channels and saturation

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

163
13
18

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

Portions of RGB colors in percentages

R + G + B =
163 + 13 + 18 = 194 (100%)
R 163 of 194 ~ 84.02%
G 13 of 194 ~ 6.7%
B 18 of 194 ~ 9.28%

%84.02

CMYK color model

#A30D12 color CMYK value is (0,92,89,36).

  • cyan value is 0.00%
  • magenta value is 92.02%
  • yellow value is 88.96%
  • key color value is 36.08%
CMYK:
(0,92,89,36)
C0M92Y89K36 
(0%,92%,89%,36%)
(0.00/0.92/0.89/0.36)	

CMYK percentages

%0
%92.02
%88.96
%36.08

Codes

Color #A30D12 in popluar color models

A30D12
RGB1631318
HSL358°85.23%34.51%
HSB/HSV358°92.02%63.92%
CMYK0.00%92.02%88.96%
36.08%

Color #A30D12 in popluar number systems.

HEXA30D12
Decimal1631318
Binary10100011110110010
Octal2431522

Shades and tints

Shades of #A30D12

#A30D12
(163,13,18)
#950C11
(149,12,17)
#870B10
(135,11,16)
#790A0F
(121,10,15)
#6B090E
(107,9,14)
#5D080D
(93,8,13)
#4F070C
(79,7,12)
#41060B
(65,6,11)
#33050A
(51,5,10)
#250409
(37,4,9)
#170308
(23,3,8)
#000000
(0,0,0)

Tints of #A30D12

#A30D12
(163,13,18)
#AB2327
(171,35,39)
#B3393C
(179,57,60)
#BB4F51
(187,79,81)
#C36566
(195,101,102)
#CB7B7B
(203,123,123)
#D39190
(211,145,144)
#DBA7A5
(219,167,165)
#E3BDBA
(227,189,186)
#EBD3CF
(235,211,207)
#F3E9E4
(243,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A30D12; }

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

This text font color is #A30D12.


Background Color

.myBgColor { background-color: #A30D12; }

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

This div background color is #A30D12.


Border color

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

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

This div border color is #A30D12.


Opacity

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

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

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

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

This text has shadow with #A30D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A30D12 on black background.


Color preview on white background

This text has color #A30D12 on white background.



Black color preview on #A30D12 background

This text has black color on #A30D12 background.


White color preview on #A30D12 background

This text has white color on #A30D12 background.