#AE0104

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

Shades of Sangria #AE0104

Tints of Sangria #AE0104

Color information

#AE0104 (or 0xAE0104) is unknown color: approx Sangria. HEX triplet: AE, 01 and 04. RGB value is (174,1,4). Sum of RGB (Red+Green+Blue) = 174+1+4=179 (23% of max value = 765). Red value is 174 (68.36% from 255 or 97.21% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0104 is #51FEFB. Grayscale: #353535. Windows color (decimal): -5373692 or 262574. OLE color: 262574.

HSL color Cylindrical-coordinate representation of color #AE0104: hue angle of 358.96º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0104 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB17414-
CMYK00.990.980.32
HSL358.96º98.86%34.31%-
HSV(B)358.96º99.43%68.24%-
XYZ17.499.030.94-
YUV53.07100.31214.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 97.21%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 4 (1.95% from 255) = 2.23%
R=97.21%
G=0.56%
B=2.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741400.990.980.32358.9698.8634.31
HexAE1406362201676322
Octal2561401431424054714342
Binary1010111011000110001111000101000001011001111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0104; }

 p { color: rgb(174,1,4); }

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

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

 a { background-color: rgb(174,1,4); }

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

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

 span { border-color: rgb(174,1,4); }

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