#AE0C1F

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

Shades of Carmine #AE0C1F

Tints of Carmine #AE0C1F

Color information

#AE0C1F (or 0xAE0C1F) is unknown color: approx Carmine. HEX triplet: AE, 0C and 1F. RGB value is (174,12,31). Sum of RGB (Red+Green+Blue) = 174+12+31=217 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.18% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0C1F is #51F3E0. Grayscale: #3E3E3E. Windows color (decimal): -5370849 or 2034862. OLE color: 2034862.

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

Color convert

RGB1741231-
CMYK00.930.820.32
HSL352.96º87.1%36.47%-
HSV(B)352.96º93.1%68.24%-
XYZ17.839.362.16-
YUV62.6110.17207.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 80.18%
GREEN value IS 12 (5.08% from 255) = 5.53%
BLUE value IS 31 (12.5% from 255) = 14.29%
R=80.18%
G=5.53%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174123100.930.820.32352.9687.136.47
HexAEC1F05D52201615724
Octal256143701351224054112744
Binary101011101100111110101110110100101000001011000011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0C1F; }

 p { color: rgb(174,12,31); }

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

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

 a { background-color: rgb(174,12,31); }

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

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

 span { border-color: rgb(174,12,31); }

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