#AE0F1A

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

Shades of Venetian Red #AE0F1A

Tints of Venetian Red #AE0F1A

Color information

#AE0F1A (or 0xAE0F1A) is unknown color: approx Venetian Red. HEX triplet: AE, 0F and 1A. RGB value is (174,15,26). Sum of RGB (Red+Green+Blue) = 174+15+26=215 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.93% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0F1A is #51F0E5. Grayscale: #3F3F3F. Windows color (decimal): -5370086 or 1707950. OLE color: 1707950.

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

Color convert

RGB1741526-
CMYK00.910.850.32
HSL355.85º84.13%37.06%-
HSV(B)355.85º91.38%68.24%-
XYZ17.819.411.86-
YUV63.79106.68206.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 80.93%
GREEN value IS 15 (6.25% from 255) = 6.98%
BLUE value IS 26 (10.55% from 255) = 12.09%
R=80.93%
G=6.98%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174152600.910.850.32355.8584.1337.06
HexAEF1A05B55201645425
Octal256173201331254054412445
Binary101011101111110100101101110101011000001011001001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0F1A; }

 p { color: rgb(174,15,26); }

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

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

 a { background-color: rgb(174,15,26); }

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

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

 span { border-color: rgb(174,15,26); }

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