#AE0B1A

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

Shades of Venetian Red #AE0B1A

Tints of Venetian Red #AE0B1A

Color information

#AE0B1A (or 0xAE0B1A) is unknown color: approx Venetian Red. HEX triplet: AE, 0B and 1A. RGB value is (174,11,26). Sum of RGB (Red+Green+Blue) = 174+11+26=211 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.46% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0B1A is #51F4E5. Grayscale: #3D3D3D. Windows color (decimal): -5371110 or 1706926. OLE color: 1706926.

HSL color Cylindrical-coordinate representation of color #AE0B1A: hue angle of 354.48º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0B1A is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB1741126-
CMYK00.940.850.32
HSL354.48º88.11%36.27%-
HSV(B)354.48º93.68%68.24%-
XYZ17.769.311.84-
YUV61.45108208.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 82.46%
GREEN value IS 11 (4.69% from 255) = 5.21%
BLUE value IS 26 (10.55% from 255) = 12.32%
R=82.46%
G=5.21%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174112600.940.850.32354.4888.1136.27
HexAEB1A05E55201625824
Octal256133201361254054213044
Binary101011101011110100101111010101011000001011000101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0B1A; }

 p { color: rgb(174,11,26); }

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

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

 a { background-color: rgb(174,11,26); }

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

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

 span { border-color: rgb(174,11,26); }

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