#ae041e

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

Shades of Carmine #AE041E

Tints of Carmine #AE041E

Color information

#AE041E (or 0xAE041E) is unknown color: approx Carmine. HEX triplet: AE, 04 and 1E. RGB value is (174,4,30). Sum of RGB (Red+Green+Blue) = 174+4+30=208 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.65% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 174 - color contains mainly: red. Hex color #AE041E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE041E is #51FBE1. Grayscale: #393939. Windows color (decimal): -5372898 or 1967278. OLE color: 1967278.

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

Color convert

RGB174430-
CMYK00.980.830.32
HSL350.82º95.51%34.9%-
HSV(B)350.82º97.7%68.24%-
XYZ17.739.182.07-
YUV57.79112.32210.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 83.65%
GREEN value IS 4 (1.95% from 255) = 1.92%
BLUE value IS 30 (12.11% from 255) = 14.42%
R=83.65%
G=1.92%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17443000.980.830.32350.8295.5134.9
HexAE41E062532015f6023
Octal25643601421234053714043
Binary10101110100111100110001010100111000001010111111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae041e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae041e; }

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

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

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

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

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

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

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

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