#AE060D

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

Shades of Venetian Red #AE060D

Tints of Venetian Red #AE060D

Color information

#AE060D (or 0xAE060D) is unknown color: approx Venetian Red. HEX triplet: AE, 06 and 0D. RGB value is (174,6,13). Sum of RGB (Red+Green+Blue) = 174+6+13=193 (25% of max value = 765). Red value is 174 (68.36% from 255 or 90.16% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 174 - color contains mainly: red. Hex color #AE060D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE060D is #51F9F2. Grayscale: #393939. Windows color (decimal): -5372403 or 853678. OLE color: 853678.

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

Color convert

RGB174613-
CMYK00.970.930.32
HSL357.5º93.33%35.29%-
HSV(B)357.5º96.55%68.24%-
XYZ17.599.161.22-
YUV57.03103.16211.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 90.16%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 13 (5.47% from 255) = 6.74%
R=90.16%
G=3.11%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17461300.970.930.32357.593.3335.29
HexAE6D0615D201665d23
Octal25661501411354054613543
Binary1010111011011010110000110111011000001011001101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE060D; }

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

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

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

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

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

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

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

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