COLOR #A30023

HEX: #A30023
RGB: (163,0,35)

Color info

#A30023 contains mainly red color. Web safe color of #A30023 is #990033 (or #903).

RGB color model

#A30023 color RGB value is (163,0,35).

  • red value is 163;
  • green value is 0;
  • blue value is 35.
RGB:
(163,0,35)
(64%,0%,14%)

RGB channels and saturation

R 163 of 255 = 64%
G 0 of 255 = 0%
B 35 of 255 = 14%

163
0
35

R + G + B ~ 26%. #A30023 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 0 + 35 = 198 (100%)
R 163 of 198 ~ 82.32%
G 0 of 198 ~ 0%
B 35 of 198 ~ 17.68%

%82.32
%17.68

CMYK color model

#A30023 color CMYK value is (0,100,79,36).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 78.53%
  • key color value is 36.08%
CMYK:
(0,100,79,36)
C0M100Y79K36 
(0%,100%,79%,36%)
(0.00/1.00/0.79/0.36)	

CMYK percentages

%0
%100
%78.53
%36.08

Codes

Color #A30023 in popluar color models

A30023
RGB163035
HSL347°100.00%31.96%
HSB/HSV347°100.00%63.92%
CMYK0.00%100.00%78.53%
36.08%

Color #A30023 in popluar number systems.

HEXA30023
Decimal163035
Binary101000110100011
Octal243043

Shades and tints

Shades of #A30023

#A30023
(163,0,35)
#950020
(149,0,32)
#87001D
(135,0,29)
#79001A
(121,0,26)
#6B0017
(107,0,23)
#5D0014
(93,0,20)
#4F0011
(79,0,17)
#41000E
(65,0,14)
#33000B
(51,0,11)
#250008
(37,0,8)
#170005
(23,0,5)
#000000
(0,0,0)

Tints of #A30023

#A30023
(163,0,35)
#AB1737
(171,23,55)
#B32E4B
(179,46,75)
#BB455F
(187,69,95)
#C35C73
(195,92,115)
#CB7387
(203,115,135)
#D38A9B
(211,138,155)
#DBA1AF
(219,161,175)
#E3B8C3
(227,184,195)
#EBCFD7
(235,207,215)
#F3E6EB
(243,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A30023 color. Also use rgb(163,0,35) instead hex code.

Text Font Color

.myTextColor { color: #A30023; }

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

This text font color is #A30023.


Background Color

.myBgColor { background-color: #A30023; }

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

This div background color is #A30023.


Border color

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

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

This div border color is #A30023.


Opacity

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

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

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

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

This text has shadow with #A30023 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A30023 on black background.


Color preview on white background

This text has color #A30023 on white background.



Black color preview on #A30023 background

This text has black color on #A30023 background.


White color preview on #A30023 background

This text has white color on #A30023 background.