COLOR #A43035

HEX: #A43035
RGB: (164,48,53)

Color info

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

RGB color model

#A43035 color RGB value is (164,48,53).

  • red value is 164;
  • green value is 48;
  • blue value is 53.
RGB:
(164,48,53)
(64%,19%,21%)

RGB channels and saturation

R 164 of 255 = 64%
G 48 of 255 = 19%
B 53 of 255 = 21%

164
48
53

R + G + B ~ 35%. #A43035 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 48 + 53 = 265 (100%)
R 164 of 265 ~ 61.89%
G 48 of 265 ~ 18.11%
B 53 of 265 ~ 20%

%61.89
%18.11
%20

CMYK color model

#A43035 color CMYK value is (0,71,68,36).

  • cyan value is 0.00%
  • magenta value is 70.73%
  • yellow value is 67.68%
  • key color value is 35.69%
CMYK:
(0,71,68,36)
C0M71Y68K36 
(0%,71%,68%,36%)
(0.00/0.71/0.68/0.36)	

CMYK percentages

%0
%70.73
%67.68
%35.69

Codes

Color #A43035 in popluar color models

A43035
RGB1644853
HSL357°54.72%41.57%
HSB/HSV357°70.73%64.31%
CMYK0.00%70.73%67.68%
35.69%

Color #A43035 in popluar number systems.

HEXA43035
Decimal1644853
Binary10100100110000110101
Octal2446065

Shades and tints

Shades of #A43035

#A43035
(164,48,53)
#962C31
(150,44,49)
#88282D
(136,40,45)
#7A2429
(122,36,41)
#6C2025
(108,32,37)
#5E1C21
(94,28,33)
#50181D
(80,24,29)
#421419
(66,20,25)
#341015
(52,16,21)
#260C11
(38,12,17)
#18080D
(24,8,13)
#000000
(0,0,0)

Tints of #A43035

#A43035
(164,48,53)
#AC4247
(172,66,71)
#B45459
(180,84,89)
#BC666B
(188,102,107)
#C4787D
(196,120,125)
#CC8A8F
(204,138,143)
#D49CA1
(212,156,161)
#DCAEB3
(220,174,179)
#E4C0C5
(228,192,197)
#ECD2D7
(236,210,215)
#F4E4E9
(244,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A43035 color. Also use rgb(164,48,53) instead hex code.

Text Font Color

.myTextColor { color: #A43035; }

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

This text font color is #A43035.


Background Color

.myBgColor { background-color: #A43035; }

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

This div background color is #A43035.


Border color

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

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

This div border color is #A43035.


Opacity

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

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

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

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

This text has shadow with #A43035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A43035 on black background.


Color preview on white background

This text has color #A43035 on white background.



Black color preview on #A43035 background

This text has black color on #A43035 background.


White color preview on #A43035 background

This text has white color on #A43035 background.