#AE0729

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

Shades of Carmine #AE0729

Tints of Carmine #AE0729

Color information

#AE0729 (or 0xAE0729) is unknown color: approx Carmine. HEX triplet: AE, 07 and 29. RGB value is (174,7,41). Sum of RGB (Red+Green+Blue) = 174+7+41=222 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.38% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0729 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0729 is #51F8D6. Grayscale: #3C3C3C. Windows color (decimal): -5372119 or 2688942. OLE color: 2688942.

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

Color convert

RGB174741-
CMYK00.960.760.32
HSL347.78º92.27%35.49%-
HSV(B)347.78º95.98%68.24%-
XYZ17.939.312.95-
YUV60.81116.83208.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 78.38%
GREEN value IS 7 (3.12% from 255) = 3.15%
BLUE value IS 41 (16.41% from 255) = 18.47%
R=78.38%
G=3.15%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17474100.960.760.32347.7892.2735.49
HexAE7290604C2015c5c23
Octal25675101401144053413443
Binary101011101111010010110000010011001000001010111001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0729; }

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

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

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

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

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

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

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

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