#AE0919

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

Shades of Carmine #AE0919

Tints of Carmine #AE0919

Color information

#AE0919 (or 0xAE0919) is unknown color: approx Carmine. HEX triplet: AE, 09 and 19. RGB value is (174,9,25). Sum of RGB (Red+Green+Blue) = 174+9+25=208 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.65% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0919 is #51F6E6. Grayscale: #3C3C3C. Windows color (decimal): -5371623 or 1640878. OLE color: 1640878.

HSL color Cylindrical-coordinate representation of color #AE0919: hue angle of 354.18º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0919 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB174925-
CMYK00.950.860.32
HSL354.18º90.16%35.88%-
HSV(B)354.18º94.83%68.24%-
XYZ17.739.261.77-
YUV60.16108.16209.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 83.65%
GREEN value IS 9 (3.91% from 255) = 4.33%
BLUE value IS 25 (10.16% from 255) = 12.02%
R=83.65%
G=4.33%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17492500.950.860.32354.1890.1635.88
HexAE91905F56201625a24
Octal256113101371264054213244
Binary101011101001110010101111110101101000001011000101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0919; }

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

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

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

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

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

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

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

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