#AE0F1F

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

Shades of Venetian Red #AE0F1F

Tints of Venetian Red #AE0F1F

Color information

#AE0F1F (or 0xAE0F1F) is unknown color: approx Venetian Red. HEX triplet: AE, 0F and 1F. RGB value is (174,15,31). Sum of RGB (Red+Green+Blue) = 174+15+31=220 (29% of max value = 765). Red value is 174 (68.36% from 255 or 79.09% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0F1F is #51F0E0. Grayscale: #404040. Windows color (decimal): -5370081 or 2035630. OLE color: 2035630.

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

Color convert

RGB1741531-
CMYK00.910.820.32
HSL353.96º84.13%37.06%-
HSV(B)353.96º91.38%68.24%-
XYZ17.879.442.18-
YUV64.36109.18206.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 79.09%
GREEN value IS 15 (6.25% from 255) = 6.82%
BLUE value IS 31 (12.5% from 255) = 14.09%
R=79.09%
G=6.82%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174153100.910.820.32353.9684.1337.06
HexAEF1F05B52201625425
Octal256173701331224054212445
Binary101011101111111110101101110100101000001011000101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0F1F; }

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

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

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

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

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

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

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

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