COLOR #800A18

HEX: #800A18 RGB: (128,10,24)

Color info

#800A18 contains mainly red color. Web safe color of #800A18 is #660000 (or #600).

RGB color model

#800A18 color RGB value is (128,10,24).

RGB: (128,10,24) (50%, 4%, 9%)

RGB channels and saturation

R 128 of 255 = 50%
G 10 of 255 = 4%
B 24 of 255 = 9%

128
10
24

R + G + B ~ 21%. #800A18 is dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 10 + 24 = 162 (100%)
R 128 of 162 ~ 79.01%
G 10 of 162 ~ 6.17%
B 24 of 162 ~ 14.81'%

%79.01
%14.81

CMYK color model

#800A18 color CMYK value is (0,92,81,50).

  • cyan value is 0.00%
  • magenta value is 92.19%
  • yellow value is 81.25%
  • key color value is 49.80%

CMYK: (0,92,81,50)
C0M92Y81K50 (0%, 92%, 81%, 50%)
(0.00 / 0.92 / 0.81 / 0.50)

CMYK percentages

%0
%92.19
%81.25
%49.8

Codes

Color #800A18 in popluar color models

80 0A 18
RGB 128 10 24
HSL 353° 85.51% 27.06%
HSB/HSV 353° 92.19% 50.20%
CMYK 0.00% 92.19% 81.25%
49.80%

Color #800A18 in popluar number systems.

HEX 80 0A 18
Decimal 128 10 24
Binary 10000000 1010 11000
Octal 200 12 30

Shades and tints

Shades of #800A18

#800A18
(128,10,24)
#750A16
(117,10,22)
#6A0A14
(106,10,20)
#5F0A12
(95,10,18)
#540A10
(84,10,16)
#490A0E
(73,10,14)
#3E0A0C
(62,10,12)
#330A0A
(51,10,10)
#280A08
(40,10,8)
#1D0A06
(29,10,6)
#120A04
(18,10,4)
#000000
(0,0,0)

Tints of #800A18

#800A18
(128,10,24)
#8B202D
(139,32,45)
#963642
(150,54,66)
#A14C57
(161,76,87)
#AC626C
(172,98,108)
#B77881
(183,120,129)
#C28E96
(194,142,150)
#CDA4AB
(205,164,171)
#D8BAC0
(216,186,192)
#E3D0D5
(227,208,213)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #800A18 color. Also use rgb(128,10,24) instead hex code.

Text Font Color

.myTextColor { color: #800A18; }

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

This text font color is #800A18.

Background Color

.myBgColor { background-color: #800A18; }

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

This div background color is #800A18.

Border color

.myBorderColor { border: 1px solid #800A18; }

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

This div border color is #800A18.

Opacity

.myOpacity80 { color: #800A18; opacity: 0.8; }

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

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

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

This text has shadow with #800A18 color.


.textShadow {text-shadow: 3px 3px 1px #800A18', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #800A18; -webkit-box-shadow: 1px 1px 3px 2px #800A18; box-shadow:1px 1px 3px 2px #800A18;">
Div content here
</div>

This div box has shadow with color #800A18.

Preview

Color preview on black background

This text has color #800A18 on black background.


Color preview on white background

This text has color #800A18 on white background.


Black color preview on #800A18 background

This text has black color on #800A18 background.


White color preview on #800A18 background

This text has white color on #800A18 background.


Related colors

Complementary color

Complementary color for #hex is #7FF5E7.


I love getcolorcode.com

Triadic colors

1 #18800A and #0A1880 with #800A18 are triadic colors.

2 #180A80 and #0A8018 with #800A18 are triadic colors.