#AE0913

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

Shades of Venetian Red #AE0913

Tints of Venetian Red #AE0913

Color information

#AE0913 (or 0xAE0913) is unknown color: approx Venetian Red. HEX triplet: AE, 09 and 13. RGB value is (174,9,19). Sum of RGB (Red+Green+Blue) = 174+9+19=202 (26% of max value = 765). Red value is 174 (68.36% from 255 or 86.14% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0913 is #51F6EC. Grayscale: #3B3B3B. Windows color (decimal): -5371629 or 1247662. OLE color: 1247662.

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

Color convert

RGB174919-
CMYK00.950.890.32
HSL356.36º90.16%35.88%-
HSV(B)356.36º94.83%68.24%-
XYZ17.679.241.47-
YUV59.47105.16209.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 86.14%
GREEN value IS 9 (3.91% from 255) = 4.46%
BLUE value IS 19 (7.81% from 255) = 9.41%
R=86.14%
G=4.46%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17491900.950.890.32356.3690.1635.88
HexAE91305F59201645a24
Octal256112301371314054413244
Binary101011101001100110101111110110011000001011001001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0913; }

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

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

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

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

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

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

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

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