#AE000C

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

Shades of Carmine #AE000C

Tints of Carmine #AE000C

Color information

#AE000C (or 0xAE000C) is unknown color: approx Carmine. HEX triplet: AE, 00 and 0C. RGB value is (174,0,12). Sum of RGB (Red+Green+Blue) = 174+0+12=186 (24% of max value = 765). Red value is 174 (68.36% from 255 or 93.55% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 174 - color contains mainly: red. Hex color #AE000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE000C is #51FFF3. Grayscale: #353535. Windows color (decimal): -5373940 or 786606. OLE color: 786606.

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

Color convert

RGB174012-
CMYK010.930.32
HSL355.86º100%34.12%-
HSV(B)355.86º100%68.24%-
XYZ17.529.031.17-
YUV53.39104.65214.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 93.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 6.45%
R=93.55%
G=0%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174012010.930.32355.8610034.12
HexAE0C0645D201646422
Octal25601401441354054414442
Binary10101110011000110010010111011000001011001001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE000C; }

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

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

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

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

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

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

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

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