COLOR #AB0025

HEX: #AB0025
RGB: (171,0,37)

Color info

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

RGB color model

#AB0025 color RGB value is (171,0,37).

  • red value is 171;
  • green value is 0;
  • blue value is 37.
RGB:
(171,0,37)
(67%,0%,15%)

RGB channels and saturation

R 171 of 255 = 67%
G 0 of 255 = 0%
B 37 of 255 = 15%

171
0
37

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

Portions of RGB colors in percentages

R + G + B =
171 + 0 + 37 = 208 (100%)
R 171 of 208 ~ 82.21%
G 0 of 208 ~ 0%
B 37 of 208 ~ 17.79%

%82.21
%17.79

CMYK color model

#AB0025 color CMYK value is (0,100,78,33).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 78.36%
  • key color value is 32.94%
CMYK:
(0,100,78,33)
C0M100Y78K33 
(0%,100%,78%,33%)
(0.00/1.00/0.78/0.33)	

CMYK percentages

%0
%100
%78.36
%32.94

Codes

Color #AB0025 in popluar color models

AB0025
RGB171037
HSL347°100.00%33.53%
HSB/HSV347°100.00%67.06%
CMYK0.00%100.00%78.36%
32.94%

Color #AB0025 in popluar number systems.

HEXAB0025
Decimal171037
Binary101010110100101
Octal253045

Shades and tints

Shades of #AB0025

#AB0025
(171,0,37)
#9C0022
(156,0,34)
#8D001F
(141,0,31)
#7E001C
(126,0,28)
#6F0019
(111,0,25)
#600016
(96,0,22)
#510013
(81,0,19)
#420010
(66,0,16)
#33000D
(51,0,13)
#24000A
(36,0,10)
#150007
(21,0,7)
#000000
(0,0,0)

Tints of #AB0025

#AB0025
(171,0,37)
#B21738
(178,23,56)
#B92E4B
(185,46,75)
#C0455E
(192,69,94)
#C75C71
(199,92,113)
#CE7384
(206,115,132)
#D58A97
(213,138,151)
#DCA1AA
(220,161,170)
#E3B8BD
(227,184,189)
#EACFD0
(234,207,208)
#F1E6E3
(241,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB0025 color. Also use rgb(171,0,37) instead hex code.

Text Font Color

.myTextColor { color: #AB0025; }

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

This text font color is #AB0025.


Background Color

.myBgColor { background-color: #AB0025; }

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

This div background color is #AB0025.


Border color

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

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

This div border color is #AB0025.


Opacity

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

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

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

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

This text has shadow with #AB0025 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB0025 on black background.


Color preview on white background

This text has color #AB0025 on white background.



Black color preview on #AB0025 background

This text has black color on #AB0025 background.


White color preview on #AB0025 background

This text has white color on #AB0025 background.