#AE1019

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

Shades of Venetian Red #AE1019

Tints of Venetian Red #AE1019

Color information

#AE1019 (or 0xAE1019) is unknown color: approx Venetian Red. HEX triplet: AE, 10 and 19. RGB value is (174,16,25). Sum of RGB (Red+Green+Blue) = 174+16+25=215 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.93% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1019 is #51EFE6. Grayscale: #404040. Windows color (decimal): -5369831 or 1642670. OLE color: 1642670.

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

Color convert

RGB1741625-
CMYK00.910.860.32
HSL356.58º83.16%37.25%-
HSV(B)356.58º90.8%68.24%-
XYZ17.829.441.8-
YUV64.27105.85206.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 80.93%
GREEN value IS 16 (6.64% from 255) = 7.44%
BLUE value IS 25 (10.16% from 255) = 11.63%
R=80.93%
G=7.44%
B=11.63%

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
Decimal174162500.910.860.32356.5883.1637.25
HexAE101905B56201655325
Octal256203101331264054512345
Binary1010111010000110010101101110101101000001011001011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1019; }

 p { color: rgb(174,16,25); }

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

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

 a { background-color: rgb(174,16,25); }

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

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

 span { border-color: rgb(174,16,25); }

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