#AE0914

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

Shades of Venetian Red #AE0914

Tints of Venetian Red #AE0914

Color information

#AE0914 (or 0xAE0914) is unknown color: approx Venetian Red. HEX triplet: AE, 09 and 14. RGB value is (174,9,20). Sum of RGB (Red+Green+Blue) = 174+9+20=203 (26% of max value = 765). Red value is 174 (68.36% from 255 or 85.71% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0914 is #51F6EB. Grayscale: #3B3B3B. Windows color (decimal): -5371628 or 1313198. OLE color: 1313198.

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

Color convert

RGB174920-
CMYK00.950.890.32
HSL356º90.16%35.88%-
HSV(B)356º94.83%68.24%-
XYZ17.689.241.51-
YUV59.59105.66209.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 85.71%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 20 (8.20% from 255) = 9.85%
R=85.71%
G=4.43%
B=9.85%

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
Decimal17492000.950.890.3235690.1635.88
HexAE91405F59201645a24
Octal256112401371314054413244
Binary101011101001101000101111110110011000001011001001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0914; }

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

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

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

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

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

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

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

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