#AE0626

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

Shades of Carmine #AE0626

Tints of Carmine #AE0626

Color information

#AE0626 (or 0xAE0626) is unknown color: approx Carmine. HEX triplet: AE, 06 and 26. RGB value is (174,6,38). Sum of RGB (Red+Green+Blue) = 174+6+38=218 (28% of max value = 765). Red value is 174 (68.36% from 255 or 79.82% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0626 is #51F9D9. Grayscale: #3B3B3B. Windows color (decimal): -5372378 or 2492078. OLE color: 2492078.

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

Color convert

RGB174638-
CMYK00.970.780.32
HSL348.57º93.33%35.29%-
HSV(B)348.57º96.55%68.24%-
XYZ17.879.272.68-
YUV59.88115.66209.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 79.82%
GREEN value IS 6 (2.73% from 255) = 2.75%
BLUE value IS 38 (15.23% from 255) = 17.43%
R=79.82%
G=2.75%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17463800.970.780.32348.5793.3335.29
HexAE6260614E2015d5d23
Octal25664601411164053513543
Binary101011101101001100110000110011101000001010111011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0626; }

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

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

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

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

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

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

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

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