#AE0407

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

Shades of Sangria #AE0407

Tints of Sangria #AE0407

Color information

#AE0407 (or 0xAE0407) is unknown color: approx Sangria. HEX triplet: AE, 04 and 07. RGB value is (174,4,7). Sum of RGB (Red+Green+Blue) = 174+4+7=185 (24% of max value = 765). Red value is 174 (68.36% from 255 or 94.05% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0407 is #51FBF8. Grayscale: #373737. Windows color (decimal): -5372921 or 459950. OLE color: 459950.

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

Color convert

RGB17447-
CMYK00.980.960.32
HSL358.94º95.51%34.9%-
HSV(B)358.94º97.7%68.24%-
XYZ17.549.11.03-
YUV55.17100.82212.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 94.05%
GREEN value IS 4 (1.95% from 255) = 2.16%
BLUE value IS 7 (3.12% from 255) = 3.78%
R=94.05%
G=2.16%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744700.980.960.32358.9495.5134.9
HexAE4706260201676023
Octal2564701421404054714043
Binary101011101001110110001011000001000001011001111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0407; }

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

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

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

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

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

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

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

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