#AE010D

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

Shades of Carmine #AE010D

Tints of Carmine #AE010D

Color information

#AE010D (or 0xAE010D) is unknown color: approx Carmine. HEX triplet: AE, 01 and 0D. RGB value is (174,1,13). Sum of RGB (Red+Green+Blue) = 174+1+13=188 (24% of max value = 765). Red value is 174 (68.36% from 255 or 92.55% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 174 - color contains mainly: red. Hex color #AE010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE010D is #51FEF2. Grayscale: #363636. Windows color (decimal): -5373683 or 852398. OLE color: 852398.

HSL color Cylindrical-coordinate representation of color #AE010D: hue angle of 355.84º 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 #AE010D is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB174113-
CMYK00.990.930.32
HSL355.84º98.86%34.31%-
HSV(B)355.84º99.43%68.24%-
XYZ17.549.051.2-
YUV54.1104.81213.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 92.55%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 13 (5.47% from 255) = 6.91%
R=92.55%
G=0.53%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411300.990.930.32355.8498.8634.31
HexAE1D0635D201646322
Octal25611501431354054414342
Binary10101110111010110001110111011000001011001001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE010D; }

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

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

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

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

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

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

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

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