#AE403D

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

Shades of Medium Carmine #AE403D

Tints of Medium Carmine #AE403D

Color information

#AE403D (or 0xAE403D) is unknown color: approx Medium Carmine. HEX triplet: AE, 40 and 3D. RGB value is (174,64,61). Sum of RGB (Red+Green+Blue) = 174+64+61=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE403D is #51BFC2. Grayscale: #606060. Windows color (decimal): -5357507 or 4014254. OLE color: 4014254.

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

Color convert

RGB1746461-
CMYK00.630.650.32
HSL1.59º48.09%46.08%-
HSV(B)1.59º64.94%68.24%-
XYZ20.13135.86-
YUV96.55107.94183.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.19%
GREEN value IS 64 (25.39% from 255) = 21.40%
BLUE value IS 61 (24.22% from 255) = 20.40%
R=58.19%
G=21.40%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174646100.630.650.321.5948.0946.08
HexAE403D03F41202302e
Octal256100750771014026056
Binary1010111010000001111010111111100000110000010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE403D; }

 p { color: rgb(174,64,61); }

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

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

 a { background-color: rgb(174,64,61); }

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

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

 span { border-color: rgb(174,64,61); }

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