#AE0011

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

Shades of Carmine #AE0011

Tints of Carmine #AE0011

Color information

#AE0011 (or 0xAE0011) is unknown color: approx Carmine. HEX triplet: AE, 00 and 11. RGB value is (174,0,17). Sum of RGB (Red+Green+Blue) = 174+0+17=191 (25% of max value = 765). Red value is 174 (68.36% from 255 or 91.10% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0011 is #51FFEE. Grayscale: #363636. Windows color (decimal): -5373935 or 1114286. OLE color: 1114286.

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

Color convert

RGB174017-
CMYK010.900.32
HSL354.14º100%34.12%-
HSV(B)354.14º100%68.24%-
XYZ17.569.041.35-
YUV53.96107.15213.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 91.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 8.90%
R=91.10%
G=0%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174017010.900.32354.1410034.12
HexAE0110645A201626422
Octal25602101441324054214442
Binary101011100100010110010010110101000001011000101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0011; }

 p { color: rgb(174,0,17); }

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

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

 a { background-color: rgb(174,0,17); }

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

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

 span { border-color: rgb(174,0,17); }

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