#AD171F

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

Shades of Venetian Red #AD171F

Tints of Venetian Red #AD171F

Color information

#AD171F (or 0xAD171F) is unknown color: approx Venetian Red. HEX triplet: AD, 17 and 1F. RGB value is (173,23,31). Sum of RGB (Red+Green+Blue) = 173+23+31=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD171F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD171F is #52E8E0. Grayscale: #444444. Windows color (decimal): -5433569 or 2037677. OLE color: 2037677.

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

Color convert

RGB1732331-
CMYK00.870.820.32
HSL356.8º76.53%38.43%-
HSV(B)356.8º86.71%67.84%-
XYZ17.799.62.21-
YUV68.76106.7202.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 76.21%
GREEN value IS 23 (9.38% from 255) = 10.13%
BLUE value IS 31 (12.5% from 255) = 13.66%
R=76.21%
G=10.13%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173233100.870.820.32356.876.5338.43
HexAD171F05752201654d26
Octal255273701271224054511546
Binary1010110110111111110101011110100101000001011001011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD171F; }

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

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

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

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

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

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

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

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