COLOR #A9383B

HEX: #A9383B
RGB: (169,56,59)

Color info

#A9383B contains mainly red color. Web safe color of #A9383B is #993333 (or #933).

RGB color model

#A9383B color RGB value is (169,56,59).

  • red value is 169;
  • green value is 56;
  • blue value is 59.
RGB:
(169,56,59)
(66%,22%,23%)

RGB channels and saturation

R 169 of 255 = 66%
G 56 of 255 = 22%
B 59 of 255 = 23%

169
56
59

R + G + B ~ 37%. #A9383B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
169 + 56 + 59 = 284 (100%)
R 169 of 284 ~ 59.51%
G 56 of 284 ~ 19.72%
B 59 of 284 ~ 20.77%

%59.51
%19.72
%20.77

CMYK color model

#A9383B color CMYK value is (0,67,65,34).

  • cyan value is 0.00%
  • magenta value is 66.86%
  • yellow value is 65.09%
  • key color value is 33.73%
CMYK:
(0,67,65,34)
C0M67Y65K34 
(0%,67%,65%,34%)
(0.00/0.67/0.65/0.34)	

CMYK percentages

%0
%66.86
%65.09
%33.73

Codes

Color #A9383B in popluar color models

A9383B
RGB1695659
HSL358°50.22%44.12%
HSB/HSV358°66.86%66.27%
CMYK0.00%66.86%65.09%
33.73%

Color #A9383B in popluar number systems.

HEXA9383B
Decimal1695659
Binary10101001111000111011
Octal2517073

Shades and tints

Shades of #A9383B

#A9383B
(169,56,59)
#9A3336
(154,51,54)
#8B2E31
(139,46,49)
#7C292C
(124,41,44)
#6D2427
(109,36,39)
#5E1F22
(94,31,34)
#4F1A1D
(79,26,29)
#401518
(64,21,24)
#311013
(49,16,19)
#220B0E
(34,11,14)
#130609
(19,6,9)
#000000
(0,0,0)

Tints of #A9383B

#A9383B
(169,56,59)
#B04A4C
(176,74,76)
#B75C5D
(183,92,93)
#BE6E6E
(190,110,110)
#C5807F
(197,128,127)
#CC9290
(204,146,144)
#D3A4A1
(211,164,161)
#DAB6B2
(218,182,178)
#E1C8C3
(225,200,195)
#E8DAD4
(232,218,212)
#EFECE5
(239,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9383B color. Also use rgb(169,56,59) instead hex code.

Text Font Color

.myTextColor { color: #A9383B; }

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

This text font color is #A9383B.


Background Color

.myBgColor { background-color: #A9383B; }

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

This div background color is #A9383B.


Border color

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

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

This div border color is #A9383B.


Opacity

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

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

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

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

This text has shadow with #A9383B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9383B on black background.


Color preview on white background

This text has color #A9383B on white background.



Black color preview on #A9383B background

This text has black color on #A9383B background.


White color preview on #A9383B background

This text has white color on #A9383B background.