#ae0b1b

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

Shades of Venetian Red #AE0B1B

Tints of Venetian Red #AE0B1B

Color information

#AE0B1B (or 0xAE0B1B) is unknown color: approx Venetian Red. HEX triplet: AE, 0B and 1B. RGB value is (174,11,27). Sum of RGB (Red+Green+Blue) = 174+11+27=212 (28% of max value = 765). Red value is 174 (68.36% from 255 or 82.08% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0B1B is #51F4E4. Grayscale: #3D3D3D. Windows color (decimal): -5371109 or 1772462. OLE color: 1772462.

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

Color convert

RGB1741127-
CMYK00.940.840.32
HSL354.11º88.11%36.27%-
HSV(B)354.11º93.68%68.24%-
XYZ17.779.321.9-
YUV61.56108.5208.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 82.08%
GREEN value IS 11 (4.69% from 255) = 5.19%
BLUE value IS 27 (10.94% from 255) = 12.74%
R=82.08%
G=5.19%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174112700.940.840.32354.1188.1136.27
HexAEB1B05E54201625824
Octal256133301361244054213044
Binary101011101011110110101111010101001000001011000101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae0b1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae0b1b; }

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

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

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

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

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

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

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

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