#AE041C

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

Shades of Carmine #AE041C

Tints of Carmine #AE041C

Color information

#AE041C (or 0xAE041C) is unknown color: approx Carmine. HEX triplet: AE, 04 and 1C. RGB value is (174,4,28). Sum of RGB (Red+Green+Blue) = 174+4+28=206 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.47% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 174 - color contains mainly: red. Hex color #AE041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE041C is #51FBE3. Grayscale: #393939. Windows color (decimal): -5372900 or 1836206. OLE color: 1836206.

HSL color Cylindrical-coordinate representation of color #AE041C: hue angle of 351.53º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE041C is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB174428-
CMYK00.980.840.32
HSL351.53º95.51%34.9%-
HSV(B)351.53º97.7%68.24%-
XYZ17.719.171.94-
YUV57.57111.32211.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 84.47%
GREEN value IS 4 (1.95% from 255) = 1.94%
BLUE value IS 28 (11.33% from 255) = 13.59%
R=84.47%
G=1.94%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17442800.980.840.32351.5395.5134.9
HexAE41C06254201606023
Octal25643401421244054014043
Binary10101110100111000110001010101001000001011000001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE041C; }

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

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

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

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

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

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

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

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