#AE0E14

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

Shades of Venetian Red #AE0E14

Tints of Venetian Red #AE0E14

Color information

#AE0E14 (or 0xAE0E14) is unknown color: approx Venetian Red. HEX triplet: AE, 0E and 14. RGB value is (174,14,20). Sum of RGB (Red+Green+Blue) = 174+14+20=208 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.65% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0E14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0E14 is #51F1EB. Grayscale: #3E3E3E. Windows color (decimal): -5370348 or 1314478. OLE color: 1314478.

HSL color Cylindrical-coordinate representation of color #AE0E14: hue angle of 357.75º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE0E14 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB1741420-
CMYK00.920.890.32
HSL357.75º85.11%36.86%-
HSV(B)357.75º91.95%68.24%-
XYZ17.749.361.53-
YUV62.52104.01207.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 83.65%
GREEN value IS 14 (5.86% from 255) = 6.73%
BLUE value IS 20 (8.20% from 255) = 9.62%
R=83.65%
G=6.73%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174142000.920.890.32357.7585.1136.86
HexAEE1405C59201665525
Octal256162401341314054612545
Binary101011101110101000101110010110011000001011001101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0E14; }

 p { color: rgb(174,14,20); }

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

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

 a { background-color: rgb(174,14,20); }

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

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

 span { border-color: rgb(174,14,20); }

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