COLOR #A0001B

HEX: #A0001B
RGB: (160,0,27)

Color info

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

RGB color model

#A0001B color RGB value is (160,0,27).

  • red value is 160;
  • green value is 0;
  • blue value is 27.
RGB:
(160,0,27)
(63%,0%,11%)

RGB channels and saturation

R 160 of 255 = 63%
G 0 of 255 = 0%
B 27 of 255 = 11%

160
0
27

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

Portions of RGB colors in percentages

R + G + B =
160 + 0 + 27 = 187 (100%)
R 160 of 187 ~ 85.56%
G 0 of 187 ~ 0%
B 27 of 187 ~ 14.44%

%85.56
%14.44

CMYK color model

#A0001B color CMYK value is (0,100,83,37).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 83.13%
  • key color value is 37.25%
CMYK:
(0,100,83,37)
C0M100Y83K37 
(0%,100%,83%,37%)
(0.00/1.00/0.83/0.37)	

CMYK percentages

%0
%100
%83.13
%37.25

Codes

Color #A0001B in popluar color models

A0001B
RGB160027
HSL350°100.00%31.37%
HSB/HSV350°100.00%62.75%
CMYK0.00%100.00%83.13%
37.25%

Color #A0001B in popluar number systems.

HEXA0001B
Decimal160027
Binary10100000011011
Octal240033

Shades and tints

Shades of #A0001B

#A0001B
(160,0,27)
#920019
(146,0,25)
#840017
(132,0,23)
#760015
(118,0,21)
#680013
(104,0,19)
#5A0011
(90,0,17)
#4C000F
(76,0,15)
#3E000D
(62,0,13)
#30000B
(48,0,11)
#220009
(34,0,9)
#140007
(20,0,7)
#000000
(0,0,0)

Tints of #A0001B

#A0001B
(160,0,27)
#A8172F
(168,23,47)
#B02E43
(176,46,67)
#B84557
(184,69,87)
#C05C6B
(192,92,107)
#C8737F
(200,115,127)
#D08A93
(208,138,147)
#D8A1A7
(216,161,167)
#E0B8BB
(224,184,187)
#E8CFCF
(232,207,207)
#F0E6E3
(240,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0001B color. Also use rgb(160,0,27) instead hex code.

Text Font Color

.myTextColor { color: #A0001B; }

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

This text font color is #A0001B.


Background Color

.myBgColor { background-color: #A0001B; }

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

This div background color is #A0001B.


Border color

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

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

This div border color is #A0001B.


Opacity

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

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

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

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

This text has shadow with #A0001B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0001B on black background.


Color preview on white background

This text has color #A0001B on white background.



Black color preview on #A0001B background

This text has black color on #A0001B background.


White color preview on #A0001B background

This text has white color on #A0001B background.