#AE1322

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

Shades of Venetian Red #AE1322

Tints of Venetian Red #AE1322

Color information

#AE1322 (or 0xAE1322) is unknown color: approx Venetian Red. HEX triplet: AE, 13 and 22. RGB value is (174,19,34). Sum of RGB (Red+Green+Blue) = 174+19+34=227 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.65% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1322 is #51ECDD. Grayscale: #434343. Windows color (decimal): -5369054 or 2233262. OLE color: 2233262.

HSL color Cylindrical-coordinate representation of color #AE1322: hue angle of 354.19º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE1322 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB1741934-
CMYK00.890.800.32
HSL354.19º80.31%37.84%-
HSV(B)354.19º89.08%68.24%-
XYZ17.989.582.41-
YUV67.05109.35204.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 76.65%
GREEN value IS 19 (7.81% from 255) = 8.37%
BLUE value IS 34 (13.67% from 255) = 14.98%
R=76.65%
G=8.37%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174193400.890.800.32354.1980.3137.84
HexAE132205950201625026
Octal256234201311204054212046
Binary10101110100111000100101100110100001000001011000101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1322; }

 p { color: rgb(174,19,34); }

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

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

 a { background-color: rgb(174,19,34); }

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

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

 span { border-color: rgb(174,19,34); }

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