#AD1018

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

Shades of Venetian Red #AD1018

Tints of Venetian Red #AD1018

Color information

#AD1018 (or 0xAD1018) is unknown color: approx Venetian Red. HEX triplet: AD, 10 and 18. RGB value is (173,16,24). Sum of RGB (Red+Green+Blue) = 173+16+24=213 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.22% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1018 is #52EFE7. Grayscale: #3F3F3F. Windows color (decimal): -5435368 or 1577133. OLE color: 1577133.

HSL color Cylindrical-coordinate representation of color #AD1018: hue angle of 356.94º 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 #AD1018 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB1731624-
CMYK00.910.860.32
HSL356.94º83.07%37.06%-
HSV(B)356.94º90.75%67.84%-
XYZ17.589.321.74-
YUV63.86105.51205.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 81.22%
GREEN value IS 16 (6.64% from 255) = 7.51%
BLUE value IS 24 (9.77% from 255) = 11.27%
R=81.22%
G=7.51%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173162400.910.860.32356.9483.0737.06
HexAD101805B56201655325
Octal255203001331264054512345
Binary1010110110000110000101101110101101000001011001011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1018; }

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

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

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

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

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

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

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

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