COLOR #AB1B09

HEX: #AB1B09 RGB: (171,27,9)

Color info

#AB1B09 contains mainly red color. Web safe color of #AB1B09 is #993300 (or #930).

RGB color model

#AB1B09 color RGB value is (171,27,9).

RGB: (171,27,9) (67%, 11%, 4%)

RGB channels and saturation

R 171 of 255 = 67%
G 27 of 255 = 11%
B 9 of 255 = 4%

171
27
9

R + G + B ~ 27%. #AB1B09 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 171 + 27 + 9 = 207 (100%)
R 171 of 207 ~ 82.61%
G 27 of 207 ~ 13.04%
B 9 of 207 ~ 4.35'%

%82.61
%13.04

CMYK color model

#AB1B09 color CMYK value is (0,84,95,33).

  • cyan value is 0.00%
  • magenta value is 84.21%
  • yellow value is 94.74%
  • key color value is 32.94%

CMYK: (0,84,95,33)
C0M84Y95K33 (0%, 84%, 95%, 33%)
(0.00 / 0.84 / 0.95 / 0.33)

CMYK percentages

%0
%84.21
%94.74
%32.94

Codes

Color #AB1B09 in popluar color models

AB 1B 09
RGB 171 27 9
HSL 90.00% 35.29%
HSB/HSV 94.74% 67.06%
CMYK 0.00% 84.21% 94.74%
32.94%

Color #AB1B09 in popluar number systems.

HEX AB 1B 09
Decimal 171 27 9
Binary 10101011 11011 1001
Octal 253 33 11

Shades and tints

Shades of #AB1B09

#AB1B09
(171,27,9)
#9C1909
(156,25,9)
#8D1709
(141,23,9)
#7E1509
(126,21,9)
#6F1309
(111,19,9)
#601109
(96,17,9)
#510F09
(81,15,9)
#420D09
(66,13,9)
#330B09
(51,11,9)
#240909
(36,9,9)
#150709
(21,7,9)
#000000
(0,0,0)

Tints of #AB1B09

#AB1B09
(171,27,9)
#B22F1F
(178,47,31)
#B94335
(185,67,53)
#C0574B
(192,87,75)
#C76B61
(199,107,97)
#CE7F77
(206,127,119)
#D5938D
(213,147,141)
#DCA7A3
(220,167,163)
#E3BBB9
(227,187,185)
#EACFCF
(234,207,207)
#F1E3E5
(241,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB1B09 color. Also use rgb(171,27,9) instead hex code.

Text Font Color

.myTextColor { color: #AB1B09; }

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

This text font color is #AB1B09.

Background Color

.myBgColor { background-color: #AB1B09; }

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

This div background color is #AB1B09.

Border color

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

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

This div border color is #AB1B09.

Opacity

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

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

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

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

This text has shadow with #AB1B09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB1B09.

Preview

Color preview on black background

This text has color #AB1B09 on black background.


Color preview on white background

This text has color #AB1B09 on white background.


Black color preview on #AB1B09 background

This text has black color on #AB1B09 background.


White color preview on #AB1B09 background

This text has white color on #AB1B09 background.


Related colors

Complementary color

Complementary color for #hex is #54E4F6.


I love getcolorcode.com

Triadic colors

1 #09AB1B and #1B09AB with #AB1B09 are triadic colors.

2 #091BAB and #1BAB09 with #AB1B09 are triadic colors.