#AB1718

Color #AB1718 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #AB1718

Tints of Venetian Red #AB1718

Color information

#AB1718 (or 0xAB1718) is unknown color: approx Venetian Red. HEX triplet: AB, 17 and 18. RGB value is (171,23,24). Sum of RGB (Red+Green+Blue) = 171+23+24=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1718 is #54E8E7. Grayscale: #434343. Windows color (decimal): -5564648 or 1578923. OLE color: 1578923.

HSL color Cylindrical-coordinate representation of color #AB1718: hue angle of 359.59º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1718 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB1712324-
CMYK00.870.860.33
HSL359.59º76.29%38.04%-
HSV(B)359.59º86.55%67.06%-
XYZ17.279.341.76-
YUV67.37103.53201.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 78.44%
GREEN value IS 23 (9.38% from 255) = 10.55%
BLUE value IS 24 (9.77% from 255) = 11.01%
R=78.44%
G=10.55%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171232400.870.860.33359.5976.2938.04
HexAB171805756211684c26
Octal253273001271264155011446
Binary1010101110111110000101011110101101000011011010001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1718; }

 p { color: rgb(171,23,24); }

 H1.HeaderClassName
 {
   color: #AB1718;
 }
 .AnyTagClassName
 {
   color: #AB1718;
 }
</style>
background-color css

<style>
 a { background-color: #AB1718; }

 a { background-color: rgb(171,23,24); }

 div.DivClassName
 {
   background-color: #AB1718;
 }
 .BgClassName
 {
   background-color: #AB1718;
 }
</style>
border-color css

<style>
 span { border-color: #AB1718; }

 span { border-color: rgb(171,23,24); }

 td.TdClassName
 {
   border-color: #AB1718;
 }
 .TagClassName
 {
   border-color: #AB1718;
 }
</style>