#AE4338

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

Shades of Medium Carmine #AE4338

Tints of Medium Carmine #AE4338

Color information

#AE4338 (or 0xAE4338) is unknown color: approx Medium Carmine. HEX triplet: AE, 43 and 38. RGB value is (174,67,56). Sum of RGB (Red+Green+Blue) = 174+67+56=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4338 is #51BCC7. Grayscale: #616161. Windows color (decimal): -5356744 or 3687342. OLE color: 3687342.

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

Color convert

RGB1746756-
CMYK00.610.680.32
HSL5.59º51.3%45.1%-
HSV(B)5.59º67.82%68.24%-
XYZ20.1813.35.24-
YUV97.74104.45182.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.59%
GREEN value IS 67 (26.56% from 255) = 22.56%
BLUE value IS 56 (22.27% from 255) = 18.86%
R=58.59%
G=22.56%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174675600.610.680.325.5951.345.1
HexAE433803D44206332d
Octal256103700751044066355
Binary10101110100001111100001111011000100100000110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4338; }

 p { color: rgb(174,67,56); }

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

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

 a { background-color: rgb(174,67,56); }

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

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

 span { border-color: rgb(174,67,56); }

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