#AD1017

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

Shades of Venetian Red #AD1017

Tints of Venetian Red #AD1017

Color information

#AD1017 (or 0xAD1017) is unknown color: approx Venetian Red. HEX triplet: AD, 10 and 17. RGB value is (173,16,23). Sum of RGB (Red+Green+Blue) = 173+16+23=212 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.60% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1017 is #52EFE8. Grayscale: #3F3F3F. Windows color (decimal): -5435369 or 1511597. OLE color: 1511597.

HSL color Cylindrical-coordinate representation of color #AD1017: hue angle of 357.32º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1017 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB1731623-
CMYK00.910.870.32
HSL357.32º83.07%37.06%-
HSV(B)357.32º90.75%67.84%-
XYZ17.579.321.68-
YUV63.74105.01205.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 81.60%
GREEN value IS 16 (6.64% from 255) = 7.55%
BLUE value IS 23 (9.38% from 255) = 10.85%
R=81.60%
G=7.55%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173162300.910.870.32357.3283.0737.06
HexAD101705B57201655325
Octal255202701331274054512345
Binary1010110110000101110101101110101111000001011001011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1017; }

 p { color: rgb(173,16,23); }

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

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

 a { background-color: rgb(173,16,23); }

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

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

 span { border-color: rgb(173,16,23); }

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