#AD1419

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

Shades of Venetian Red #AD1419

Tints of Venetian Red #AD1419

Color information

#AD1419 (or 0xAD1419) is unknown color: approx Venetian Red. HEX triplet: AD, 14 and 19. RGB value is (173,20,25). Sum of RGB (Red+Green+Blue) = 173+20+25=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1419 is #52EBE6. Grayscale: #424242. Windows color (decimal): -5434343 or 1643693. OLE color: 1643693.

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

Color convert

RGB1732025-
CMYK00.880.860.32
HSL358.04º79.27%37.84%-
HSV(B)358.04º88.44%67.84%-
XYZ17.669.451.81-
YUV66.32104.69204.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 79.36%
GREEN value IS 20 (8.20% from 255) = 9.17%
BLUE value IS 25 (10.16% from 255) = 11.47%
R=79.36%
G=9.17%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173202500.880.860.32358.0479.2737.84
HexAD141905856201664f26
Octal255243101301264054611746
Binary1010110110100110010101100010101101000001011001101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1419; }

 p { color: rgb(173,20,25); }

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

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

 a { background-color: rgb(173,20,25); }

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

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

 span { border-color: rgb(173,20,25); }

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