#AE4435

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

Shades of Medium Carmine #AE4435

Tints of Medium Carmine #AE4435

Color information

#AE4435 (or 0xAE4435) is unknown color: approx Medium Carmine. HEX triplet: AE, 44 and 35. RGB value is (174,68,53). Sum of RGB (Red+Green+Blue) = 174+68+53=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4435 is #51BBCA. Grayscale: #626262. Windows color (decimal): -5356491 or 3490990. OLE color: 3490990.

HSL color Cylindrical-coordinate representation of color #AE4435: hue angle of 7.44º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE4435 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB1746853-
CMYK00.610.700.32
HSL7.44º53.3%44.51%-
HSV(B)7.44º69.54%68.24%-
XYZ20.1713.394.89-
YUV97.98102.62182.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.98%
GREEN value IS 68 (26.95% from 255) = 23.05%
BLUE value IS 53 (21.09% from 255) = 17.97%
R=58.98%
G=23.05%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174685300.610.700.327.4453.344.51
HexAE443503D46207352d
Octal256104650751064076555
Binary10101110100010011010101111011000110100000111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4435; }

 p { color: rgb(174,68,53); }

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

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

 a { background-color: rgb(174,68,53); }

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

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

 span { border-color: rgb(174,68,53); }

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