#AE4B3B

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

Shades of Medium Carmine #AE4B3B

Tints of Medium Carmine #AE4B3B

Color information

#AE4B3B (or 0xAE4B3B) is unknown color: approx Medium Carmine. HEX triplet: AE, 4B and 3B. RGB value is (174,75,59). Sum of RGB (Red+Green+Blue) = 174+75+59=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4B3B is #51B4C4. Grayscale: #666666. Windows color (decimal): -5354693 or 3885998. OLE color: 3885998.

HSL color Cylindrical-coordinate representation of color #AE4B3B: hue angle of 8.35º 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 #AE4B3B is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB1747559-
CMYK00.570.660.32
HSL8.35º49.36%45.69%-
HSV(B)8.35º66.09%68.24%-
XYZ20.7614.355.81-
YUV102.78103.3178.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.49%
GREEN value IS 75 (29.69% from 255) = 24.35%
BLUE value IS 59 (23.44% from 255) = 19.16%
R=56.49%
G=24.35%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174755900.570.660.328.3549.3645.69
HexAE4B3B03942208312e
Octal2561137307110240106156
Binary101011101001011111011011100110000101000001000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4B3B; }

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

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

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

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

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

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

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

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