COLOR #AB0000

HEX: #AB0000
RGB: (171,0,0)

Renk bilgisi

#AB0000 contains only red color. #AB0000 ‘ nin web güvenlik rengi #990000 (ya da #900) dir.

RGB renk modeli

#AB0000 color RGB value is (171,0,0).

  • kırmız ton 171;
  • yeşil ton 0;
  • mavi ton 0.
RGB:
(171,0,0)
(67%,0%,0%)

RGB bağlantıları ve doygunluk

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

171
0
0

R + G + B ~ 22%. #AB0000 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 0 + 0 = 171 (100%)
R 171 of 171 ~ 100%
G 0 of 171 ~ 0%
B 0 of 171 ~ 0%

%100

CMYK RENK MODELİ

#AB0000 rengi CMYK tonu (0,100,100,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 100.00%
  • ana renk tonu 32.94%
CMYK:
(0,100,100,33)
C0M100Y100K33 
(0%,100%,100%,33%)
(0.00/1.00/1.00/0.33)	

CMYK yüzdeleri

%0
%100
%100
%32.94

Codes

Color #AB0000 in popluar color models

AB0000
RGB17100
HSL100.00%33.53%
HSB/HSV100.00%67.06%
CMYK0.00%100.00%100.00%
32.94%

Color #AB0000 in popluar number systems.

HEXAB0000
Decimal17100
Binary1010101100
Octal25300

Shades and tints

Shades of #AB0000

#AB0000
(171,0,0)
#9C0000
(156,0,0)
#8D0000
(141,0,0)
#7E0000
(126,0,0)
#6F0000
(111,0,0)
#600000
(96,0,0)
#510000
(81,0,0)
#420000
(66,0,0)
#330000
(51,0,0)
#240000
(36,0,0)
#150000
(21,0,0)
#000000
(0,0,0)

Tints of #AB0000

#AB0000
(171,0,0)
#B21717
(178,23,23)
#B92E2E
(185,46,46)
#C04545
(192,69,69)
#C75C5C
(199,92,92)
#CE7373
(206,115,115)
#D58A8A
(213,138,138)
#DCA1A1
(220,161,161)
#E3B8B8
(227,184,184)
#EACFCF
(234,207,207)
#F1E6E6
(241,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB0000; }

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

This text font color is #AB0000.


Background Color

.myBgColor { background-color: #AB0000; }

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

This div background color is #AB0000.


Border color

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

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

This div border color is #AB0000.


Opacity

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

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

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

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

This text has shadow with #AB0000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB0000 on black background.


Color preview on white background

This text has color #AB0000 on white background.



Black color preview on #AB0000 background

This text has black color on #AB0000 background.


White color preview on #AB0000 background

This text has white color on #AB0000 background.