#AE0428

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

Shades of Carmine #AE0428

Tints of Carmine #AE0428

Color information

#AE0428 (or 0xAE0428) is unknown color: approx Carmine. HEX triplet: AE, 04 and 28. RGB value is (174,4,40). Sum of RGB (Red+Green+Blue) = 174+4+40=218 (28% of max value = 765). Red value is 174 (68.36% from 255 or 79.82% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0428 is #51FBD7. Grayscale: #3A3A3A. Windows color (decimal): -5372888 or 2622638. OLE color: 2622638.

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

Color convert

RGB174440-
CMYK00.980.770.32
HSL347.29º95.51%34.9%-
HSV(B)347.29º97.7%68.24%-
XYZ17.889.242.85-
YUV58.93117.32210.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 79.82%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 40 (16.02% from 255) = 18.35%
R=79.82%
G=1.83%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17444000.980.770.32347.2995.5134.9
HexAE4280624D2015b6023
Octal25645001421154053314043
Binary101011101001010000110001010011011000001010110111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0428; }

 p { color: rgb(174,4,40); }

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

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

 a { background-color: rgb(174,4,40); }

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

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

 span { border-color: rgb(174,4,40); }

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