#AE060E

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

Shades of Venetian Red #AE060E

Tints of Venetian Red #AE060E

Color information

#AE060E (or 0xAE060E) is unknown color: approx Venetian Red. HEX triplet: AE, 06 and 0E. RGB value is (174,6,14). Sum of RGB (Red+Green+Blue) = 174+6+14=194 (25% of max value = 765). Red value is 174 (68.36% from 255 or 89.69% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 174 - color contains mainly: red. Hex color #AE060E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE060E is #51F9F1. Grayscale: #393939. Windows color (decimal): -5372402 or 919214. OLE color: 919214.

HSL color Cylindrical-coordinate representation of color #AE060E: hue angle of 357.14º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE060E is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB174614-
CMYK00.970.920.32
HSL357.14º93.33%35.29%-
HSV(B)357.14º96.55%68.24%-
XYZ17.69.161.26-
YUV57.14103.66211.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 89.69%
GREEN value IS 6 (2.73% from 255) = 3.09%
BLUE value IS 14 (5.86% from 255) = 7.22%
R=89.69%
G=3.09%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17461400.970.920.32357.1493.3335.29
HexAE6E0615C201655d23
Octal25661601411344054513543
Binary1010111011011100110000110111001000001011001011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE060E; }

 p { color: rgb(174,6,14); }

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

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

 a { background-color: rgb(174,6,14); }

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

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

 span { border-color: rgb(174,6,14); }

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