#AE1017

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

Shades of Venetian Red #AE1017

Tints of Venetian Red #AE1017

Color information

#AE1017 (or 0xAE1017) is unknown color: approx Venetian Red. HEX triplet: AE, 10 and 17. RGB value is (174,16,23). Sum of RGB (Red+Green+Blue) = 174+16+23=213 (28% of max value = 765). Red value is 174 (68.36% from 255 or 81.69% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1017 is #51EFE8. Grayscale: #404040. Windows color (decimal): -5369833 or 1511598. OLE color: 1511598.

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

Color convert

RGB1741623-
CMYK00.910.870.32
HSL357.34º83.16%37.25%-
HSV(B)357.34º90.8%68.24%-
XYZ17.89.431.69-
YUV64.04104.85206.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 81.69%
GREEN value IS 16 (6.64% from 255) = 7.51%
BLUE value IS 23 (9.38% from 255) = 10.80%
R=81.69%
G=7.51%
B=10.80%

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
Decimal174162300.910.870.32357.3483.1637.25
HexAE101705B57201655325
Octal256202701331274054512345
Binary1010111010000101110101101110101111000001011001011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1017; }

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

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

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

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

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

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

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

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