#AE080A

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

Shades of Venetian Red #AE080A

Tints of Venetian Red #AE080A

Color information

#AE080A (or 0xAE080A) is unknown color: approx Venetian Red. HEX triplet: AE, 08 and 0A. RGB value is (174,8,10). Sum of RGB (Red+Green+Blue) = 174+8+10=192 (25% of max value = 765). Red value is 174 (68.36% from 255 or 90.62% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 174 - color contains mainly: red. Hex color #AE080A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE080A is #51F7F5. Grayscale: #3A3A3A. Windows color (decimal): -5371894 or 657582. OLE color: 657582.

HSL color Cylindrical-coordinate representation of color #AE080A: hue angle of 359.28º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE080A is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB174810-
CMYK00.950.940.32
HSL359.28º91.21%35.69%-
HSV(B)359.28º95.4%68.24%-
XYZ17.69.191.13-
YUV57.86101210.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 90.62%
GREEN value IS 8 (3.52% from 255) = 4.17%
BLUE value IS 10 (4.30% from 255) = 5.21%
R=90.62%
G=4.17%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17481000.950.940.32359.2891.2135.69
HexAE8A05F5E201675b24
Octal256101201371364054713344
Binary10101110100010100101111110111101000001011001111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE080A; }

 p { color: rgb(174,8,10); }

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

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

 a { background-color: rgb(174,8,10); }

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

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

 span { border-color: rgb(174,8,10); }

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