#AE0625

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

Shades of Carmine #AE0625

Tints of Carmine #AE0625

Color information

#AE0625 (or 0xAE0625) is unknown color: approx Carmine. HEX triplet: AE, 06 and 25. RGB value is (174,6,37). Sum of RGB (Red+Green+Blue) = 174+6+37=217 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.18% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0625 is #51F9DA. Grayscale: #3B3B3B. Windows color (decimal): -5372379 or 2426542. OLE color: 2426542.

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

Color convert

RGB174637-
CMYK00.970.790.32
HSL348.93º93.33%35.29%-
HSV(B)348.93º96.55%68.24%-
XYZ17.859.262.6-
YUV59.77115.16209.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 80.18%
GREEN value IS 6 (2.73% from 255) = 2.76%
BLUE value IS 37 (14.84% from 255) = 17.05%
R=80.18%
G=2.76%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17463700.970.790.32348.9393.3335.29
HexAE6250614F2015d5d23
Octal25664501411174053513543
Binary101011101101001010110000110011111000001010111011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0625; }

 p { color: rgb(174,6,37); }

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

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

 a { background-color: rgb(174,6,37); }

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

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

 span { border-color: rgb(174,6,37); }

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