#AE090C

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

Shades of Venetian Red #AE090C

Tints of Venetian Red #AE090C

Color information

#AE090C (or 0xAE090C) is unknown color: approx Venetian Red. HEX triplet: AE, 09 and 0C. RGB value is (174,9,12). Sum of RGB (Red+Green+Blue) = 174+9+12=195 (25% of max value = 765). Red value is 174 (68.36% from 255 or 89.23% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 174 - color contains mainly: red. Hex color #AE090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE090C is #51F6F3. Grayscale: #3A3A3A. Windows color (decimal): -5371636 or 788910. OLE color: 788910.

HSL color Cylindrical-coordinate representation of color #AE090C: hue angle of 358.91º degrees, saturation: 0.9, 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 #AE090C is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB174912-
CMYK00.950.930.32
HSL358.91º90.16%35.88%-
HSV(B)358.91º94.83%68.24%-
XYZ17.629.221.2-
YUV58.68101.66210.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 89.23%
GREEN value IS 9 (3.91% from 255) = 4.62%
BLUE value IS 12 (5.08% from 255) = 6.15%
R=89.23%
G=4.62%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17491200.950.930.32358.9190.1635.88
HexAE9C05F5D201675a24
Octal256111401371354054713244
Binary10101110100111000101111110111011000001011001111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE090C; }

 p { color: rgb(174,9,12); }

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

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

 a { background-color: rgb(174,9,12); }

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

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

 span { border-color: rgb(174,9,12); }

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