#AE3A33

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

Shades of Medium Carmine #AE3A33

Tints of Medium Carmine #AE3A33

Color information

#AE3A33 (or 0xAE3A33) is unknown color: approx Medium Carmine. HEX triplet: AE, 3A and 33. RGB value is (174,58,51). Sum of RGB (Red+Green+Blue) = 174+58+51=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3A33 is #51C5CC. Grayscale: #5C5C5C. Windows color (decimal): -5359053 or 3357358. OLE color: 3357358.

HSL color Cylindrical-coordinate representation of color #AE3A33: hue angle of 3.41º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE3A33 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB1745851-
CMYK00.670.710.32
HSL3.41º54.67%44.12%-
HSV(B)3.41º70.69%68.24%-
XYZ19.5712.264.47-
YUV91.89104.93186.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.48%
GREEN value IS 58 (23.05% from 255) = 20.49%
BLUE value IS 51 (20.31% from 255) = 18.02%
R=61.48%
G=20.49%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174585100.670.710.323.4154.6744.12
HexAE3A3304347203372c
Octal256726301031074036754
Binary1010111011101011001101000011100011110000011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3A33; }

 p { color: rgb(174,58,51); }

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

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

 a { background-color: rgb(174,58,51); }

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

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

 span { border-color: rgb(174,58,51); }

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