#AE3B35

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

Shades of Medium Carmine #AE3B35

Tints of Medium Carmine #AE3B35

Color information

#AE3B35 (or 0xAE3B35) is unknown color: approx Medium Carmine. HEX triplet: AE, 3B and 35. RGB value is (174,59,53). Sum of RGB (Red+Green+Blue) = 174+59+53=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3B35 is #51C4CA. Grayscale: #5C5C5C. Windows color (decimal): -5358795 or 3488686. OLE color: 3488686.

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

Color convert

RGB1745953-
CMYK00.660.700.32
HSL2.98º53.3%44.51%-
HSV(B)2.98º69.54%68.24%-
XYZ19.6612.384.72-
YUV92.7105.6185.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.84%
GREEN value IS 59 (23.44% from 255) = 20.63%
BLUE value IS 53 (21.09% from 255) = 18.53%
R=60.84%
G=20.63%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174595300.660.700.322.9853.344.51
HexAE3B3504246203352d
Octal256736501021064036555
Binary1010111011101111010101000010100011010000011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3B35; }

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

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

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

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

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

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

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

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