#AE0309

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

Shades of Sangria #AE0309

Tints of Sangria #AE0309

Color information

#AE0309 (or 0xAE0309) is unknown color: approx Sangria. HEX triplet: AE, 03 and 09. RGB value is (174,3,9). Sum of RGB (Red+Green+Blue) = 174+3+9=186 (24% of max value = 765). Red value is 174 (68.36% from 255 or 93.55% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0309 is #51FCF6. Grayscale: #363636. Windows color (decimal): -5373175 or 590766. OLE color: 590766.

HSL color Cylindrical-coordinate representation of color #AE0309: hue angle of 357.89º degrees, saturation: 0.97, 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 #AE0309 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB17439-
CMYK00.980.950.32
HSL357.89º96.61%34.71%-
HSV(B)357.89º98.28%68.24%-
XYZ17.549.081.09-
YUV54.81102.15213.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 93.55%
GREEN value IS 3 (1.56% from 255) = 1.61%
BLUE value IS 9 (3.91% from 255) = 4.84%
R=93.55%
G=1.61%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743900.980.950.32357.8996.6134.71
HexAE390625F201666123
Octal25631101421374054614143
Binary101011101110010110001010111111000001011001101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0309; }

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

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

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

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

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

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

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

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