#AA3E3C

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

Shades of Medium Carmine #AA3E3C

Tints of Medium Carmine #AA3E3C

Color information

#AA3E3C (or 0xAA3E3C) is unknown color: approx Medium Carmine. HEX triplet: AA, 3E and 3C. RGB value is (170,62,60). Sum of RGB (Red+Green+Blue) = 170+62+60=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E3C is #55C1C3. Grayscale: #5E5E5E. Windows color (decimal): -5620164 or 3948202. OLE color: 3948202.

HSL color Cylindrical-coordinate representation of color #AA3E3C: hue angle of 1.09º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3E3C is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB1706260-
CMYK00.640.650.33
HSL1.09º47.83%45.1%-
HSV(B)1.09º64.71%66.67%-
XYZ19.1212.325.64-
YUV94.06108.78182.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.22%
GREEN value IS 62 (24.61% from 255) = 21.23%
BLUE value IS 60 (23.83% from 255) = 20.55%
R=58.22%
G=21.23%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170626000.640.650.331.0947.8345.1
HexAA3E3C04041211302d
Octal252767401001014116055
Binary101010101111101111000100000010000011000011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3E3C; }

 p { color: rgb(170,62,60); }

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

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

 a { background-color: rgb(170,62,60); }

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

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

 span { border-color: rgb(170,62,60); }

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