#AA3A2C

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

Shades of Medium Carmine #AA3A2C

Tints of Medium Carmine #AA3A2C

Color information

#AA3A2C (or 0xAA3A2C) is unknown color: approx Medium Carmine. HEX triplet: AA, 3A and 2C. RGB value is (170,58,44). Sum of RGB (Red+Green+Blue) = 170+58+44=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A2C is #55C5D3. Grayscale: #5A5A5A. Windows color (decimal): -5621204 or 2898602. OLE color: 2898602.

HSL color Cylindrical-coordinate representation of color #AA3A2C: hue angle of 6.67º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA3A2C is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB1705844-
CMYK00.660.740.33
HSL6.67º58.88%41.96%-
HSV(B)6.67º74.12%66.67%-
XYZ18.5511.753.67-
YUV89.89102.11185.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.5%
GREEN value IS 58 (23.05% from 255) = 21.32%
BLUE value IS 44 (17.58% from 255) = 16.18%
R=62.5%
G=21.32%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170584400.660.740.336.6758.8841.96
HexAA3A2C0424A2173b2a
Octal252725401021124177352
Binary10101010111010101100010000101001010100001111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3A2C; }

 p { color: rgb(170,58,44); }

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

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

 a { background-color: rgb(170,58,44); }

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

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

 span { border-color: rgb(170,58,44); }

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