#AE0D0E

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

Shades of Venetian Red #AE0D0E

Tints of Venetian Red #AE0D0E

Color information

#AE0D0E (or 0xAE0D0E) is unknown color: approx Venetian Red. HEX triplet: AE, 0D and 0E. RGB value is (174,13,14). Sum of RGB (Red+Green+Blue) = 174+13+14=201 (26% of max value = 765). Red value is 174 (68.36% from 255 or 86.57% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0D0E is #51F2F1. Grayscale: #3D3D3D. Windows color (decimal): -5370610 or 921006. OLE color: 921006.

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

Color convert

RGB1741314-
CMYK00.930.920.32
HSL359.63º86.1%36.67%-
HSV(B)359.63º92.53%68.24%-
XYZ17.689.321.28-
YUV61.25101.34208.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 86.57%
GREEN value IS 13 (5.47% from 255) = 6.47%
BLUE value IS 14 (5.86% from 255) = 6.97%
R=86.57%
G=6.47%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174131400.930.920.32359.6386.136.67
HexAEDE05D5C201685625
Octal256151601351344055012645
Binary10101110110111100101110110111001000001011010001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0D0E; }

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

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

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

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

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

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

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

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