#AE3530

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

Shades of Medium Carmine #AE3530

Tints of Medium Carmine #AE3530

Color information

#AE3530 (or 0xAE3530) is unknown color: approx Medium Carmine. HEX triplet: AE, 35 and 30. RGB value is (174,53,48). Sum of RGB (Red+Green+Blue) = 174+53+48=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3530 is #51CACF. Grayscale: #585858. Windows color (decimal): -5360336 or 3159470. OLE color: 3159470.

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

Color convert

RGB1745348-
CMYK00.700.720.32
HSL2.38º56.76%43.53%-
HSV(B)2.38º72.41%68.24%-
XYZ19.2611.764.05-
YUV88.61105.09188.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.27%
GREEN value IS 53 (21.09% from 255) = 19.27%
BLUE value IS 48 (19.14% from 255) = 17.45%
R=63.27%
G=19.27%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174534800.700.720.322.3856.7643.53
HexAE353004648202392c
Octal256656001061104027154
Binary1010111011010111000001000110100100010000010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3530; }

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

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

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

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

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

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

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

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