#AE3A2B

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

Shades of Medium Carmine #AE3A2B

Tints of Medium Carmine #AE3A2B

Color information

#AE3A2B (or 0xAE3A2B) is unknown color: approx Medium Carmine. HEX triplet: AE, 3A and 2B. RGB value is (174,58,43). Sum of RGB (Red+Green+Blue) = 174+58+43=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3A2B is #51C5D4. Grayscale: #5B5B5B. Windows color (decimal): -5359061 or 2833070. OLE color: 2833070.

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

Color convert

RGB1745843-
CMYK00.670.750.32
HSL6.87º60.37%42.55%-
HSV(B)6.87º75.29%68.24%-
XYZ19.412.23.62-
YUV90.97100.93187.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.27%
GREEN value IS 58 (23.05% from 255) = 21.09%
BLUE value IS 43 (17.19% from 255) = 15.64%
R=63.27%
G=21.09%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174584300.670.750.326.8760.3742.55
HexAE3A2B0434B2073c2b
Octal256725301031134077453
Binary10101110111010101011010000111001011100000111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3A2B; }

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

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

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

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

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

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

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

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