#AE413B

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

Shades of Medium Carmine #AE413B

Tints of Medium Carmine #AE413B

Color information

#AE413B (or 0xAE413B) is unknown color: approx Medium Carmine. HEX triplet: AE, 41 and 3B. RGB value is (174,65,59). Sum of RGB (Red+Green+Blue) = 174+65+59=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE413B is #51BEC4. Grayscale: #616161. Windows color (decimal): -5357253 or 3883438. OLE color: 3883438.

HSL color Cylindrical-coordinate representation of color #AE413B: hue angle of 3.13º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE413B is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB1746559-
CMYK00.630.660.32
HSL3.13º49.36%45.69%-
HSV(B)3.13º66.09%68.24%-
XYZ20.1413.15.6-
YUV96.91106.61182.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.39%
GREEN value IS 65 (25.78% from 255) = 21.81%
BLUE value IS 59 (23.44% from 255) = 19.80%
R=58.39%
G=21.81%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174655900.630.660.323.1349.3645.69
HexAE413B03F42203312e
Octal256101730771024036156
Binary1010111010000011110110111111100001010000011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE413B; }

 p { color: rgb(174,65,59); }

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

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

 a { background-color: rgb(174,65,59); }

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

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

 span { border-color: rgb(174,65,59); }

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