#AE0918

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

Shades of Venetian Red #AE0918

Tints of Venetian Red #AE0918

Color information

#AE0918 (or 0xAE0918) is unknown color: approx Venetian Red. HEX triplet: AE, 09 and 18. RGB value is (174,9,24). Sum of RGB (Red+Green+Blue) = 174+9+24=207 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.06% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0918 is #51F6E7. Grayscale: #3C3C3C. Windows color (decimal): -5371624 or 1575342. OLE color: 1575342.

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

Color convert

RGB174924-
CMYK00.950.860.32
HSL354.55º90.16%35.88%-
HSV(B)354.55º94.83%68.24%-
XYZ17.729.261.72-
YUV60.04107.66209.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 84.06%
GREEN value IS 9 (3.91% from 255) = 4.35%
BLUE value IS 24 (9.77% from 255) = 11.59%
R=84.06%
G=4.35%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17492400.950.860.32354.5590.1635.88
HexAE91805F56201635a24
Octal256113001371264054313244
Binary101011101001110000101111110101101000001011000111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0918; }

 p { color: rgb(174,9,24); }

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

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

 a { background-color: rgb(174,9,24); }

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

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

 span { border-color: rgb(174,9,24); }

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