#AE0519

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

Shades of Carmine #AE0519

Tints of Carmine #AE0519

Color information

#AE0519 (or 0xAE0519) is unknown color: approx Carmine. HEX triplet: AE, 05 and 19. RGB value is (174,5,25). Sum of RGB (Red+Green+Blue) = 174+5+25=204 (27% of max value = 765). Red value is 174 (68.36% from 255 or 85.29% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0519 is #51FAE6. Grayscale: #393939. Windows color (decimal): -5372647 or 1639854. OLE color: 1639854.

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

Color convert

RGB174525-
CMYK00.970.860.32
HSL352.9º94.41%35.1%-
HSV(B)352.9º97.13%68.24%-
XYZ17.699.181.76-
YUV57.81109.49210.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 85.29%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 25 (10.16% from 255) = 12.25%
R=85.29%
G=2.45%
B=12.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17452500.970.860.32352.994.4135.1
HexAE51906156201615e23
Octal25653101411264054113643
Binary10101110101110010110000110101101000001011000011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0519; }

 p { color: rgb(174,5,25); }

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

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

 a { background-color: rgb(174,5,25); }

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

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

 span { border-color: rgb(174,5,25); }

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