#AE001C

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

Shades of Carmine #AE001C

Tints of Carmine #AE001C

Color information

#AE001C (or 0xAE001C) is unknown color: approx Carmine. HEX triplet: AE, 00 and 1C. RGB value is (174,0,28). Sum of RGB (Red+Green+Blue) = 174+0+28=202 (26% of max value = 765). Red value is 174 (68.36% from 255 or 86.14% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 174 - color contains mainly: red. Hex color #AE001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE001C is #51FFE3. Grayscale: #373737. Windows color (decimal): -5373924 or 1835182. OLE color: 1835182.

HSL color Cylindrical-coordinate representation of color #AE001C: hue angle of 350.34º 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 #AE001C is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB174028-
CMYK010.840.32
HSL350.34º100%34.12%-
HSV(B)350.34º100%68.24%-
XYZ17.679.081.92-
YUV55.22112.65212.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 86.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 13.86%
R=86.14%
G=0%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174028010.840.32350.3410034.12
HexAE01C064542015e6422
Octal25603401441244053614442
Binary101011100111000110010010101001000001010111101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE001C; }

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

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

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

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

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

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

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

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